> For the complete documentation index, see [llms.txt](https://v2.dataos.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.dataos.info/concepts/resources/depot/supported-sources.md).

# Create Depot

This section includes the Depot setup guide for your source system.

Each source page covers the same core flow:

* source-specific prerequisites
* Depot manifest template
* apply and verification steps

### Browse supported sources

#### Databases and warehouses

* [Amazon Redshift](/concepts/resources/depot/supported-sources/redshift.md)
* [Google BigQuery](/concepts/resources/depot/supported-sources/bigquery.md)
* [Java Database Connectivity (JDBC)](/concepts/resources/depot/supported-sources/jdbc.md)
* [MongoDB](/concepts/resources/depot/supported-sources/mongo.md)
* [Microsoft SQL Server (MSSQL) or Azure SQL](/concepts/resources/depot/supported-sources/mssql.md)
* [MySQL](/concepts/resources/depot/supported-sources/mysql.md)
* [Oracle](/concepts/resources/depot/supported-sources/oracle.md)
* [PostgreSQL](/concepts/resources/depot/supported-sources/postgresql.md)
* [Snowflake](/concepts/resources/depot/supported-sources/snowflake.md)

#### Object storage and filesystems

* [Azure Blob File System Secure (ABFSS)](/concepts/resources/depot/supported-sources/abfss.md)
* [Google Cloud Storage (GCS)](/concepts/resources/depot/supported-sources/gcs.md)
* [Lakehouse (ABFSS / GCS / S3 — Iceberg)](/concepts/resources/depot/supported-sources/lakehouse.md)
* [Simple Storage Service (Amazon S3)](/concepts/resources/depot/supported-sources/s3.md)

#### Streaming, search, and event systems

* [Kafka](/concepts/resources/depot/supported-sources/kafka.md)
* [Opensearch](/concepts/resources/depot/supported-sources/opensearch.md)

### Related references

* For supported table formats, see the [Supported Table Format Section](/concepts/resources/depot/supported-table-format.md).
* For the broader connector matrix across DataOS components, see [Supported Connectors](/concepts/resources/depot/supported-connectors.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, and the optional `goal` query parameter:

```
GET https://v2.dataos.info/concepts/resources/depot/supported-sources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
