# ClearFeed AI

- [Knowledge Sources](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources.md)
- [Indexing Knowledge Sources](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources.md): Learn how to add and index your public Knowledge Sources
- [HTML](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/html.md): Learn how to add and index your weiste as Knowledge Source
- [Site Search](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/site-search.md): Learn how to add and index your public Knowledge Sources
- [Confluence](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/confluence.md): Guidelines to add and index your private Confluence Knowledge Source
- [Zendesk](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/zendesk.md): Guidelines to add and index your private Zendesk Knowledge Sources
- [Freshdesk](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/freshdesk.md): Guidelines to add and index your private Freshdesk Knowledge Sources
- [Notion](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/notion.md): Guidelines to add and index your private Notion Knowledge Source
- [Coda](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/coda.md): Guidelines to add and index your Coda Knowledge Source
- [Intercom](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/intercom.md): Guidelines to add and index your private Intercom Knowledge Source
- [Salesforce](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/salesforce.md): Guidelines to add and index your private Salesforce Knowledge Source
- [Google Drive](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/google-drive.md): Use Docs and PDFs from your Google Drive workspace to answer questions on Slack
- [File Store](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/file-store.md): Use files from your laptop (PDFs, Docs, and more) as Knowledge Sources in ClearFeed.
- [GitHub](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/github.md): Guidelines to add and index your GitHub Knowledge Source
- [ClearFeed Requests](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/clearfeed-requests.md)
- [Atlas](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/atlas.md)
- [Manage](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/managing-knowledge-sources.md): Streamline Knowledge Source management on the ClearFeed web app
- [Testing](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/testing.md): Assess the accuracy and relevance of GPT-Powered Answers
- [FAQs](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/faqs.md)
- [AI Agents](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/ai-agents.md): Intelligent assistants that automatically answer questions and take actions
- [Build AI Agents](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/ai-agents/build-ai-agents.md)
- [Use AI Agents](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/ai-agents/use-ai-agents.md): This guide explores how you can utilize GPT Powered Answers to its maximum capability
- [Bring Your Own Model](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/ai-agents/bring-your-own-model.md): Customize the AI models used by ClearFeed's AI Agents by integrating your preferred LLM provider through the BYOK feature.
- [Session Logs](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/ai-agents/session-logs.md)
- [Natural Language Search](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/search-using-natural-language.md): Search in Natural Language for Tickets and Requests
- [ClearBot Assist](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/clearbot-assist.md)
- [DocAssist](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/doc-assist.md)
- [Research Agent](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/research-agent.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.clearfeed.ai/clearfeed-help-center/clearfeed-ai.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.
