> For the complete documentation index, see [llms.txt](https://documentation.maax.ai/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.maax.ai/main/start-here.md).

# Start Here

- [Welcome to Maax](https://documentation.maax.ai/main/start-here/welcome-to-maax.md): The following are designed to help you get up and running on the platform and its various components with ease!
- [How does it work?](https://documentation.maax.ai/main/start-here/welcome-to-maax/how-does-it-work.md)
- [Integrations](https://documentation.maax.ai/main/start-here/welcome-to-maax/how-does-it-work/integrations.md)
- [Dataflow](https://documentation.maax.ai/main/start-here/welcome-to-maax/how-does-it-work/dataflow.md): How does Maax send/receive data
- [Accessing your account](https://documentation.maax.ai/main/start-here/welcome-to-maax/accessing-your-account.md): Login to your account
- [Setting Up Your Knowledge Base](https://documentation.maax.ai/main/start-here/setting-up-your-knowledge-base.md)
- [Uploading Content](https://documentation.maax.ai/main/start-here/setting-up-your-knowledge-base/uploading-content.md): Maax takes in PDFs and videos (.mp4)
- [Upload Best Practices](https://documentation.maax.ai/main/start-here/setting-up-your-knowledge-base/uploading-content/upload-best-practices.md)
- [Testing Responses](https://documentation.maax.ai/main/start-here/setting-up-your-knowledge-base/testing-responses.md): Applies to Customer AI only
- [Web App (Dashboard)](https://documentation.maax.ai/main/start-here/web-app-dashboard.md): In this section we will explain how to use our web app dashboard to setup your MAAX AI.
- [Maax AI Setup](https://documentation.maax.ai/main/start-here/web-app-dashboard/maax-ai-setup.md)
- [Upload Content](https://documentation.maax.ai/main/start-here/web-app-dashboard/maax-ai-setup/upload-content.md)
- [Student Support](https://documentation.maax.ai/main/start-here/web-app-dashboard/maax-ai-setup/student-support.md)
- [Sales](https://documentation.maax.ai/main/start-here/web-app-dashboard/maax-ai-setup/sales.md): Walkthrough of the Sales section in the dashboard
- [Leaving Feedback on Conversations](https://documentation.maax.ai/main/start-here/web-app-dashboard/leaving-feedback-on-conversations.md)


---

# 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:

```
GET https://documentation.maax.ai/main/start-here.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
