# AI Dashboard

- [Access AI Dashboard to Create AI Agents](https://helpdocumentation.gitbook.io/user/ai-dashboard/access-ai-dashboard-to-create-ai-agents.md)
- [Create An AI Agent](https://helpdocumentation.gitbook.io/user/ai-dashboard/create-an-ai-agent.md)
- [Train an AI Agent with our data or docs or file](https://helpdocumentation.gitbook.io/user/ai-dashboard/train-an-ai-agent-with-our-data-or-docs-or-file.md)
- [Test your AI Agent](https://helpdocumentation.gitbook.io/user/ai-dashboard/test-your-ai-agent.md)
- [Create AI Agent which replies to user greetings or thanks / good byes](https://helpdocumentation.gitbook.io/user/ai-dashboard/create-ai-agent-which-replies-to-user-greetings-or-thanks-good-byes.md)
- [Create a Basic AI Chatbot on WhatsApp which replies on our data](https://helpdocumentation.gitbook.io/user/ai-dashboard/create-a-basic-ai-chatbot-on-whatsapp-which-replies-on-our-data.md)
- [Create A Complex AI Bot which detects user intent and routes user and gives relevant answers](https://helpdocumentation.gitbook.io/user/ai-dashboard/create-a-complex-ai-bot-which-detects-user-intent-and-routes-user-and-gives-relevant-answers.md)


---

# Agent Instructions: 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://helpdocumentation.gitbook.io/user/ai-dashboard.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.
