> 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/sling-platform.md).

# Sling Platform

- [Sling Platform](https://docs.slingdata.io/sling-platform/platform.md)
- [Architecture](https://docs.slingdata.io/sling-platform/platform/architecture.md)
- [Agents](https://docs.slingdata.io/sling-platform/platform/agents.md)
- [Connections](https://docs.slingdata.io/sling-platform/platform/connections.md)
- [Editor](https://docs.slingdata.io/sling-platform/platform/editor.md)
- [API](https://docs.slingdata.io/sling-platform/platform/api.md)
- [Self-Hosting](https://docs.slingdata.io/sling-platform/platform/self-hosting.md): Deploy and manage Sling Platform in your own infrastructure
- [Deploy from CLI](https://docs.slingdata.io/sling-platform/platform/cli-usage.md)
- [Monitors](https://docs.slingdata.io/sling-platform/platform/monitors.md): Monitor your data for schema changes, freshness, anomalies, and column-level statistics
- [Structure](https://docs.slingdata.io/sling-platform/platform/monitors/structure.md): Complete YAML structure reference for Sling monitor configuration files
- [Object Metrics & Freshness](https://docs.slingdata.io/sling-platform/platform/monitors/object-metrics.md): Object-level monitoring metrics and data freshness tracking
- [Column Metrics & Validation](https://docs.slingdata.io/sling-platform/platform/monitors/column-metrics.md): Column-level statistics, validation rules, and value monitoring
- [Anomaly Detection](https://docs.slingdata.io/sling-platform/platform/monitors/anomaly-detection.md): Automatic z-score anomaly detection for data quality monitoring
- [Schema Changes](https://docs.slingdata.io/sling-platform/platform/monitors/schema-changes.md): Schema change detection for monitoring database structural drift


---

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