> For the complete documentation index, see [llms.txt](https://docs.slingdata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slingdata.io/examples.md).

# Examples

- [File to Database](https://docs.slingdata.io/examples/file-to-database.md): Examples of using Sling to load data from storage systems to databases
- [Custom SQL](https://docs.slingdata.io/examples/file-to-database/custom-sql.md)
- [Incremental](https://docs.slingdata.io/examples/file-to-database/incremental.md): Examples of using Sling to load data from storage systems to databases
- [Multiple Files & Cross-Bucket](https://docs.slingdata.io/examples/file-to-database/multi-files.md): Examples of loading multiple files and cross-bucket paths in Sling
- [Reading Excel](https://docs.slingdata.io/examples/file-to-database/reading-excel.md): Examples of reading Excel files with various range options
- [Database to Database](https://docs.slingdata.io/examples/database-to-database.md): Examples of using Sling to load data from one database to another
- [Parallel Chunking ⚡](https://docs.slingdata.io/examples/database-to-database/chunking.md)
- [Custom SQL](https://docs.slingdata.io/examples/database-to-database/custom-sql.md)
- [Incremental](https://docs.slingdata.io/examples/database-to-database/incremental.md): Examples of using Sling to incrementally load data from databases to databases
- [Capture Deletes](https://docs.slingdata.io/examples/database-to-database/capture_deletes.md): Examples of using Sling to capture deleted records during incremental loads
- [Backfill](https://docs.slingdata.io/examples/database-to-database/backfill.md)
- [Schema Migration](https://docs.slingdata.io/examples/database-to-database/schema-migration.md): Examples of using Sling to migrate database schema attributes along with data
- [Database to File](https://docs.slingdata.io/examples/database-to-file.md): Examples of using Sling to load data from databases to storage systems
- [Incremental](https://docs.slingdata.io/examples/database-to-file/incremental.md): Examples of using Sling to incrementally load data from databases to files
- [API to Database](https://docs.slingdata.io/examples/api-to-database.md): Examples of using Sling to load data from APIs to databases using API specifications
- [Incremental](https://docs.slingdata.io/examples/api-to-database/incremental.md): Examples of incrementally loading data from APIs to databases using sync state
- [Backfill](https://docs.slingdata.io/examples/api-to-database/backfill.md): Examples of backfilling historical data from APIs to databases using range parameters
- [Dynamic Endpoints ⚡](https://docs.slingdata.io/examples/api-to-database/dynamic.md): Examples of using dynamic endpoints to programmatically generate multiple endpoint configurations
- [Use Hooks Data](https://docs.slingdata.io/examples/api-to-database/with-hooks.md): Examples of using data from hooks/steps to drive API iteration
- [Sling + Python 🚀](https://docs.slingdata.io/examples/sling-python.md): Examples of using Sling with Python


---

# 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://docs.slingdata.io/examples.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.
