# AI AGENTS

- [Mode AI Terminal](https://docs.mode.network/ai-agents/mode-ai-terminal.md)
- [What are AI Agents?](https://docs.mode.network/ai-agents/what-are-ai-agents.md)
- [Tutorials](https://docs.mode.network/ai-agents/tutorials.md)
- [Building your first agent](https://docs.mode.network/ai-agents/tutorials/building-your-first-agent.md)
- [Quickstart](https://docs.mode.network/ai-agents/tutorials/quickstart.md): This is an example on how to run a basic agent that performs a task on Mode with GOAT
- [AI Tooling](https://docs.mode.network/ai-agents/ai-tooling.md)
- [AI Audits](https://docs.mode.network/ai-agents/ai-tooling/ai-audits.md)
- [AI APIs](https://docs.mode.network/ai-agents/ai-tooling/ai-apis.md): This page contains useful APIs you can use to build your AI Agents
- [Frameworks](https://docs.mode.network/ai-agents/ai-tooling/frameworks.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.mode.network/ai-agents.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.
