# Ingest Data Sources

Ingesting the contents from a data source is very simple. Just use our 3 APIs:

* Create Ingestion: start ingesting data from a data source.
* Get Ingestion: get the ingestion results, including the ingestion status, etc.
* Index Ingestion: after get\_ingestion indicates the ingestion completed, index the ingestion results into the collection.
* Delete Ingestion: if the ingested data from a data source is not needed anymore.

{% hint style="info" %}
Index Ingestion automatically replaces previous results. For instance, if you ingest a Confluence space into a collection and later update it with new or modified pages, the new index will automatically supersede the previous pages.
{% endhint %}

{% hint style="info" %}
Soon, support for automatic ingestion scheduling will be introduced, alongside planned enhancements to facilitate incremental crawling.

{% endhint %}


---

# 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/ingest-data-sources.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.
