# AI Dashboard

- [How to Access AI Dashboard to Create AI Agents?](https://docs.watheta.com/ai-dashboard/how-to-access-ai-dashboard-to-create-ai-agents.md)
- [How to Create An AI Agent?](https://docs.watheta.com/ai-dashboard/how-to-create-an-ai-agent.md)
- [How to train an AI Agent with our data or docs or file ?](https://docs.watheta.com/ai-dashboard/how-to-train-an-ai-agent-with-our-data-or-docs-or-file.md)
- [How to test your AI Agent ?](https://docs.watheta.com/ai-dashboard/how-to-test-your-ai-agent.md)
- [How to create AI Agent which replies to user greetings or thanks / good byes ?](https://docs.watheta.com/ai-dashboard/how-to-create-ai-agent-which-replies-to-user-greetings-or-thanks-good-byes.md)
- [How to create a Basic AI Chatbot on WhatsApp which replies on our data ?](https://docs.watheta.com/ai-dashboard/how-to-create-a-basic-ai-chatbot-on-whatsapp-which-replies-on-our-data.md)
- [How to Create A Complex AI Bot which detects user intent and routes user and gives relevant answers?](https://docs.watheta.com/ai-dashboard/how-to-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://docs.watheta.com/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.
