> For the complete documentation index, see [llms.txt](https://docs.acebuddy.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acebuddy.so/readme.md).

# Developer Platform

<h2 align="center">AceBuddy's Support Documentation</h2>

<p align="center">Your all-in-one guide to using AceBuddy: the AI-powered study companion built to help you <strong>learn smarter, retain more, and ace any exam.</strong></p>

<p align="center"></p>

{% columns %}
{% column %}

<figure><img src="/files/hZSM458SvMO8vRBapVse" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about our platform

Quick Start, Explore AceBuddy’s Core Features, and Manage Your Account

<a href="/spaces/F5YqGP3kilSW9WU8JBSe" class="button primary" data-icon="book-open">Help Center</a> <a href="/spaces/jVgcYU0kO2dFRwBUWiZ8" class="button secondary" data-icon="book">Docs</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join our beta community </h2>

<p align="center">Be the first to know and explore feature releases</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-slack">:slack:</i></h4></td><td><strong>Slack community</strong></td><td>Join our beta community on slack to share feedback and get help directly from our team.  </td><td><a href="https://2261daa63e8f1610e8d39fc38c4ce13d.us-east-1.resend-links.com/CL0/https:%2F%2Fjoin.slack.com%2Ft%2Facebuddybetacommunity%2Fshared_invite%2Fzt-3f94fg5jr-rRvfmJUbzwAa_jyiLnJVuA/1/01000199dcc7b3fc-d5c43675-d089-4a47-a58d-b528e7e3b500-000000/vJ4NOnUZwAvRiY_tQDSWg9ocMhq-3bCVet6Aiw_RhYA=426" class="button secondary">Join Slack</a></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.acebuddy.so/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
