# Calk AI

## Calk AI Documentation

- [Intro to Calk AI](https://docs.calk-ai.com/readme.md)
- [How to get started with Calk AI ?](https://docs.calk-ai.com/readme-1.md)
- [Why connecting data to AI is crucial ?](https://docs.calk-ai.com/why-connecting-data-to-ai-is-crucial.md)
- [How to Launch Calk AI Internally](https://docs.calk-ai.com/how-to-launch-calk-ai-internally.md)
- [Use Case](https://docs.calk-ai.com/use-case.md): Copy, tweak, and ship agents that help.
- [Personal Productivity](https://docs.calk-ai.com/use-case/personal-productivity.md)
- [Sales](https://docs.calk-ai.com/use-case/sales.md)
- [Knowledge Management](https://docs.calk-ai.com/use-case/knowledge-management.md)
- [Marketing & Content Creation](https://docs.calk-ai.com/use-case/marketing-and-content-creation.md)
- [Recruiting & HRs](https://docs.calk-ai.com/use-case/recruiting-and-hrs.md)
- [Customer Support](https://docs.calk-ai.com/use-case/customer-support.md)
- [Engineering](https://docs.calk-ai.com/use-case/engineering.md)
- [Product & Design](https://docs.calk-ai.com/use-case/product-and-design.md)
- [Data](https://docs.calk-ai.com/use-case/data.md)
- [FAQ](https://docs.calk-ai.com/faq.md): if you want more help, you can tag with a @ our helper agent to answer all of your questions.
- [Knowledge Hub](https://docs.calk-ai.com/knowledge/knowledge-hub.md)
- [Integrations](https://docs.calk-ai.com/knowledge/integrations.md)
- [Google Drive](https://docs.calk-ai.com/knowledge/integrations/google-drive.md)
- [Notion](https://docs.calk-ai.com/knowledge/integrations/notion.md)
- [Hubspot](https://docs.calk-ai.com/knowledge/integrations/hubspot.md)
- [Slack](https://docs.calk-ai.com/knowledge/integrations/slack.md)
- [Intercom](https://docs.calk-ai.com/knowledge/integrations/intercom.md)
- [Asana](https://docs.calk-ai.com/knowledge/integrations/asana.md)
- [Jira](https://docs.calk-ai.com/knowledge/integrations/jira.md)
- [Gong](https://docs.calk-ai.com/knowledge/integrations/gong.md)
- [Confluence](https://docs.calk-ai.com/knowledge/integrations/confluence.md)
- [Google Calendar](https://docs.calk-ai.com/knowledge/integrations/google-calendar.md)
- [Gmail](https://docs.calk-ai.com/knowledge/integrations/gmail.md)
- [Google Analytics](https://docs.calk-ai.com/knowledge/integrations/google-analytics.md)
- [Google Meet](https://docs.calk-ai.com/knowledge/integrations/google-meet.md)
- [Lemlist](https://docs.calk-ai.com/knowledge/integrations/lemlist.md)
- [Mailjet](https://docs.calk-ai.com/knowledge/integrations/mailjet.md)
- [Brevo](https://docs.calk-ai.com/knowledge/integrations/brevo.md)
- [Zoho](https://docs.calk-ai.com/knowledge/integrations/zoho.md)
- [Airtable](https://docs.calk-ai.com/knowledge/integrations/airtable.md)
- [MongoDB](https://docs.calk-ai.com/knowledge/integrations/mongodb.md)
- [Linear](https://docs.calk-ai.com/knowledge/integrations/linear.md)
- [Dock](https://docs.calk-ai.com/knowledge/integrations/dock.md)
- [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)
- [Knowledge Page: Increasing Your AI Knowledge](https://docs.calk-ai.com/getting-deeper/knowledge.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.calk-ai.com/readme.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.
