# Agents

- [Introduction](https://docs.bitte.ai/agents/introduction.md): Welcome to the Open Agents documentation.
- [Build Agent](https://docs.bitte.ai/agents/build-agent.md): How to get started in 3 minutes creating an Open Agent.
- [Manifest](https://docs.bitte.ai/agents/manifest.md)
- [Embeddable Chat Component](https://docs.bitte.ai/agents/embeddable-chat-component.md)
- [Widget Component](https://docs.bitte.ai/agents/widget-component.md)
- [Deploy Your Open Agent](https://docs.bitte.ai/agents/deploy-your-open-agent.md)
- [MCP](https://docs.bitte.ai/agents/mcp.md): Plug Bitte agents into your apps using MCP
- [make-agent](https://docs.bitte.ai/agents/make-agent.md)
- [Sui Agent Building](https://docs.bitte.ai/agents/sui-agent-building.md): Quick Start: Building Your Bitte Open Agent on Sui
- [Solana Agent Building](https://docs.bitte.ai/agents/solana-agent-building.md): Quickstart building your agent on Solana.
- [Coinbase Wallet Agent](https://docs.bitte.ai/agents/coinbase-wallet-agent.md): Create an XMTP Bitte Agent Message Listener


---

# 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.bitte.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.
