# API References

- [API Key](https://docs.chatbees.ai/chatbees/api-references/api-key.md)
- [Collection Operations](https://docs.chatbees.ai/chatbees/api-references/collection-operations.md)
- [Create Collection](https://docs.chatbees.ai/chatbees/api-references/collection-operations/create-collection.md)
- [Configure Collection](https://docs.chatbees.ai/chatbees/api-references/collection-operations/configure-collection.md)
- [List Collections](https://docs.chatbees.ai/chatbees/api-references/collection-operations/list-collections.md)
- [Delete Collection](https://docs.chatbees.ai/chatbees/api-references/collection-operations/delete-collection.md)
- [Document Operations](https://docs.chatbees.ai/chatbees/api-references/document-operations.md)
- [Upload Document](https://docs.chatbees.ai/chatbees/api-references/document-operations/upload-document.md)
- [Summarize Document](https://docs.chatbees.ai/chatbees/api-references/document-operations/summarize-document.md)
- [Get Document Outlines and FAQs](https://docs.chatbees.ai/chatbees/api-references/document-operations/get-document-outlines-and-faqs.md)
- [Ask](https://docs.chatbees.ai/chatbees/api-references/document-operations/ask.md)
- [Chat](https://docs.chatbees.ai/chatbees/api-references/document-operations/chat.md)
- [Search](https://docs.chatbees.ai/chatbees/api-references/document-operations/search.md)
- [Personalize Response](https://docs.chatbees.ai/chatbees/api-references/document-operations/personalize-response.md)
- [List Documents](https://docs.chatbees.ai/chatbees/api-references/document-operations/list-documents.md)
- [Delete Document](https://docs.chatbees.ai/chatbees/api-references/document-operations/delete-document.md)
- [Crawl Operations](https://docs.chatbees.ai/chatbees/api-references/crawl-operations.md)
- [Create Crawl](https://docs.chatbees.ai/chatbees/api-references/crawl-operations/create-crawl.md)
- [Get Crawl](https://docs.chatbees.ai/chatbees/api-references/crawl-operations/get-crawl.md)
- [Index Crawl](https://docs.chatbees.ai/chatbees/api-references/crawl-operations/index-crawl.md)
- [Delete Crawl](https://docs.chatbees.ai/chatbees/api-references/crawl-operations/delete-crawl.md)
- [Ingest Data Sources](https://docs.chatbees.ai/chatbees/api-references/ingest-data-sources.md)
- [Create Ingestion](https://docs.chatbees.ai/chatbees/api-references/ingest-data-sources/create-ingestion.md)
- [Get Ingestion](https://docs.chatbees.ai/chatbees/api-references/ingest-data-sources/get-ingestion.md)
- [Index Ingestion](https://docs.chatbees.ai/chatbees/api-references/ingest-data-sources/index-ingestion.md)
- [Delete Ingestion](https://docs.chatbees.ai/chatbees/api-references/ingest-data-sources/delete-ingestion.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.chatbees.ai/chatbees/api-references.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.
