> For the complete documentation index, see [llms.txt](https://documentation.immuta.com/saas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.immuta.com/saas/developer-guides/api-intro/immuta-v1-api/data-sources.md).

# Subscribe to and Manage Data Sources

This section describes the `dataSource` endpoint, through which users can subscribe to data sources and manage data source tasks.

* For managing connection-backed data sources see the [Connections API guides](/saas/developer-guides/api-intro/connections-api.md).
* For creating legacy data sources, see the [specific handler endpoints](/saas/developer-guides/api-intro/immuta-v1-api/connect-your-data.md).

## Data source workflow

1. [Search data sources and data source details](/saas/developer-guides/api-intro/immuta-v1-api/data-sources/get-data-sources.md).
2. [Access data sources and manage data source requests](/saas/developer-guides/api-intro/immuta-v1-api/data-sources/access-data-sources.md).
3. [Update and delete data sources](/saas/developer-guides/api-intro/immuta-v1-api/data-sources/manage-data-sources.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 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://documentation.immuta.com/saas/developer-guides/api-intro/immuta-v1-api/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.
