# AI Agents

- [Agents Hub](https://docs.agenticflow.ai/ai-agents/03-agents.md)
- [AI Model Selection](https://docs.agenticflow.ai/ai-agents/model-selection.md)
- [System Prompt Configuration](https://docs.agenticflow.ai/ai-agents/system-prompt.md)
- [Knowledge & Data Sources](https://docs.agenticflow.ai/ai-agents/knowledge.md)
- [Skills & Capabilities](https://docs.agenticflow.ai/ai-agents/skill.md)
- [Workflow Tools Configuration](https://docs.agenticflow.ai/ai-agents/workflows.md)
- [MCP Tools Configuration](https://docs.agenticflow.ai/ai-agents/mcp-tools.md)
- [Plugin Tools Configuration](https://docs.agenticflow.ai/ai-agents/plugin.md)
- [Code Execution](https://docs.agenticflow.ai/ai-agents/code-execution.md)
- [Drive Storage Tools](https://docs.agenticflow.ai/ai-agents/drive.md)
- [Agent Triggers](https://docs.agenticflow.ai/ai-agents/trigger.md)
- [Chat Features](https://docs.agenticflow.ai/ai-agents/chat-features.md)
- [Agent Sharing](https://docs.agenticflow.ai/ai-agents/sharing.md)
- [Sub-Agents](https://docs.agenticflow.ai/ai-agents/sub-agents.md)
- [Agent Variables](https://docs.agenticflow.ai/ai-agents/variables.md)
- [Agent Versioning & Deployment](https://docs.agenticflow.ai/ai-agents/versioning.md)
- [Agent Templates](https://docs.agenticflow.ai/ai-agents/templates.md): Use our pre-built AI agent templates to jumpstart your automated operations.


---

# 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.agenticflow.ai/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.
