# Features

- [Ingestion Modes](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/ingestion-modes.md): Brief description of the various ingestion modes on Sprinkle
- [Add Multiple Datasets](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/add-multiple-datasets.md): How to use the Add Multiple Datasets feature?
- [CDC Setup](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup.md)
- [CDC setup in Mysql](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup/cdc-setup-in-mysql.md)
- [CDC setup in Postgres](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup/cdc-setup-in-postgres.md)
- [CDC setup in Mongo](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup/cdc-setup-in-mongo.md)
- [CDC setup in SQL Server](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup/cdc-setup-in-sql-server.md)
- [Destination Create Table Clause](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/destination-create-table-clause.md): Overview of clauses that can be used in the Destination Create Table Clause field while adding tables to the destination (warehouse) through Data Imports in Sprinkle.
- [SSH Tunnel Setup](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/ssh-tunnel-setup.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.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features.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.
