# AGENTS

- [Build your first agent](https://docs.calk-ai.com/agents/build-your-first-agent.md): In this page you'll find a comprehensive guide to build your first agent.
- [Tools you can give to agent](https://docs.calk-ai.com/agents/tools-you-can-give-to-agent.md): Features and shortcuts to get more from Calk AI
- [Web scrape](https://docs.calk-ai.com/agents/tools-you-can-give-to-agent/web-scrape.md)
- [Reasoning capacities](https://docs.calk-ai.com/agents/tools-you-can-give-to-agent/reasoning-capacities.md)
- [Web search](https://docs.calk-ai.com/agents/tools-you-can-give-to-agent/web-search.md)
- [Csv analysis](https://docs.calk-ai.com/agents/tools-you-can-give-to-agent/csv-analysis.md)
- [Data visualization](https://docs.calk-ai.com/agents/tools-you-can-give-to-agent/data-visualization.md)
- [Code Interpreter](https://docs.calk-ai.com/agents/tools-you-can-give-to-agent/code-interpreter.md)
- [RSS feed](https://docs.calk-ai.com/agents/tools-you-can-give-to-agent/rss-feed.md)
- [What is RAG? (And why it’s awesome)](https://docs.calk-ai.com/agents/what-is-rag-and-why-its-awesome.md)
- [Our templates](https://docs.calk-ai.com/agents/our-templates.md)
- [Troubleshooting](https://docs.calk-ai.com/agents/troubleshooting.md)
- [What's Calk Agent ?](https://docs.calk-ai.com/agents/whats-calk-agent.md)
- [Create and Manage Agent](https://docs.calk-ai.com/agents/whats-calk-agent/create-and-manage-agent.md)
- [Calk Agents: The templates](https://docs.calk-ai.com/agents/whats-calk-agent/calk-agents-the-templates.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.calk-ai.com/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.
