# Platform

- [Connections](https://docs.erathos.com/platform/connections.md): Connect data sources to your warehouse.
- [Jobs](https://docs.erathos.com/platform/connections/jobs.md)
- [Sync types](https://docs.erathos.com/platform/connections/sync-types.md): Define the extract and load strategy
- [Sync schedule](https://docs.erathos.com/platform/connections/sync-schedule.md): Define the schedule on which the jobs will be executed
- [Column Anonymization](https://docs.erathos.com/platform/connections/column-anonymization.md): Protect sensitive data
- [Block Window](https://docs.erathos.com/platform/connections/block-window.md): Prevent executions from occurring during critical time windows.
- [Custom retry strategy](https://docs.erathos.com/platform/connections/custom-retry-strategy.md): Customize the number of retries and buffer between attempts to retrieve data on connection and job level.
- [Connect to databases](https://docs.erathos.com/platform/connect-to-databases.md)
- [Running jobs manually](https://docs.erathos.com/platform/running-jobs-manually.md)
- [Custom Backfill](https://docs.erathos.com/platform/running-jobs-manually/custom-backfill.md): Manually execute jobs with custom cursor value
- [Alert Integrations](https://docs.erathos.com/platform/alert-integrations.md): Receive Notifications.
- [Discord](https://docs.erathos.com/platform/alert-integrations/discord.md)
- [Email](https://docs.erathos.com/platform/alert-integrations/email.md)
- [Slack](https://docs.erathos.com/platform/alert-integrations/slack.md)
- [Runs history](https://docs.erathos.com/platform/runs-history.md)
- [How we move data](https://docs.erathos.com/platform/how-we-move-data.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.erathos.com/platform.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.
