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

# Getting Started

- [Create a free account](https://mava.gitbook.io/mava-docs/getting-started/create-a-free-account.md)
- [Integration Setup](https://mava.gitbook.io/mava-docs/getting-started/integration-setup.md): You'll find detailed integration guides to help your team setup your Mava account.
- [Web Chat Setup](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/web-chat-setup.md)
- [Automatically capture custom user data (SDK)](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/web-chat-setup/automatically-capture-custom-user-data-sdk.md)
- [Automatically open the web chat on page load](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/web-chat-setup/automatically-open-the-web-chat-on-page-load.md)
- [Create custom launch event](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/web-chat-setup/create-custom-launch-event.md): Learn how to create a custom launch event
- [Hide web chat icon](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/web-chat-setup/hide-web-chat-icon.md)
- [Delay script load](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/web-chat-setup/delay-script-load.md): There may be times when you only want the Web chat to load for certain users, or on certain pages of your site. For this we offer the delayed load.
- [Customize the position & Size of the Web chat](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/web-chat-setup/customize-the-position-and-size-of-the-web-chat.md)
- [Discord Setup](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/discord-setup.md)
- [Discord Ticket Setup](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/discord-setup/discord-ticket-setup.md)
- [Discord Public Channel AI Setup](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/discord-setup/discord-public-channel-ai-setup.md)
- [Changing the Discord Bot Name](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/discord-setup/changing-the-discord-bot-name.md)
- [Automatically add users or all users with a role into a Discord private thread](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/discord-setup/automatically-add-users-or-all-users-with-a-role-into-a-discord-private-thread.md)
- [Responding to tickets within Discord](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/discord-setup/responding-to-tickets-within-discord.md)
- [Discord Thread Limits & Archiving](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/discord-setup/discord-thread-limits-and-archiving.md)
- [Telegram Setup](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/telegram-setup.md)
- [Telegram Group Ticketing](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/telegram-setup/telegram-group-ticketing.md): This feature is currently in Beta, please reach out to us to use this new feature.
- [Email Setup](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/email-setup.md)
- [Email Forwarding](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/email-setup/email-forwarding.md)
- [Custom Email Domains](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/email-setup/custom-email-domains.md)
- [Inviting Team Members](https://mava.gitbook.io/mava-docs/getting-started/inviting-team-members.md)
- [Transferring account ownership](https://mava.gitbook.io/mava-docs/getting-started/inviting-team-members/transferring-account-ownership.md)
- [Existing Wallet User - How To Verify Your Email](https://mava.gitbook.io/mava-docs/getting-started/inviting-team-members/existing-wallet-user-how-to-verify-your-email.md)
- [Linking your Discord Profile to Mava](https://mava.gitbook.io/mava-docs/getting-started/linking-your-discord-profile-to-mava.md)
- [Chatbot Builder](https://mava.gitbook.io/mava-docs/getting-started/chatbot-builder.md)
- [Attributes](https://mava.gitbook.io/mava-docs/getting-started/attributes.md): Attributes are labels that you can use to add context about a user or a ticket into your inbox.


---

# 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://mava.gitbook.io/mava-docs/getting-started.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.
