# AI agent Terminal

- [Using the AI Agent Terminal](https://docs.aigent.run/ai-agent-terminal/using-the-ai-agent-terminal.md): Conversational interfaces are the future of technology
- [Agent Autonomy](https://docs.aigent.run/ai-agent-terminal/agent-autonomy.md): Your AI agent doesn’t just respond to commands, it can chain together multiple actions to get things done
- [MCP Tools](https://docs.aigent.run/ai-agent-terminal/mcp-tools.md): MCP (Multi-Chain Protocol) tools are the building blocks of the AI Agent Terminal
- [Categories of MCP Tools](https://docs.aigent.run/ai-agent-terminal/mcp-tools/categories-of-mcp-tools.md): MCP tools have many different use cases
- [Agent Frameworks & aigentOS](https://docs.aigent.run/ai-agent-terminal/agent-frameworks-and-aigentos.md): Why a Framework Matters
- [Social Agents](https://docs.aigent.run/ai-agent-terminal/social-agents.md): Integration with Social Platforms
- [X (Twitter) API Key Walkthrough](https://docs.aigent.run/ai-agent-terminal/social-agents/x-twitter-api-key-walkthrough.md): Setting up your agent on X is easy
- [Telegram API Key Walkthrough](https://docs.aigent.run/ai-agent-terminal/social-agents/telegram-api-key-walkthrough.md): Simple Step-by-Step Guide
- [Discord Agent Integration Walkthrough](https://docs.aigent.run/ai-agent-terminal/social-agents/discord-agent-integration-walkthrough.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.aigent.run/ai-agent-terminal.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.
