# Overview

- [Get started](https://docs.syntho.ai/overview/get-started.md)
- [Syntho bootcamp](https://docs.syntho.ai/overview/get-started/syntho-bootcamp.md): Welcome to the Syntho bootcamp! You can find more information about Syntho's bootcamp here.
- [1. What is Syntho?](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/1.-what-is-syntho.md)
- [2. Introduction to data generators](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/2.-introduction-to-data-generators.md)
- [3. Connectors & workspace creation](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/3.-connectors-and-workspace-creation.md)
- [4. PII scan](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/4.-pii-scan.md)
- [5. Generators](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/5.-generators.md)
- [Mock](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/5.-generators/mock.md)
- [Mask](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/5.-generators/mask.md)
- [AI synthesize](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/5.-generators/ai-synthesize.md)
- [Calculated columns](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/5.-generators/calculated-columns.md)
- [Free text de-identification](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/5.-generators/free-text-de-identification.md)
- [6. Referential integrity & foreign keys](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/6.-referential-integrity-and-foreign-keys.md)
- [7. Workspace synchronization & validation](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/7.-workspace-synchronization-and-validation.md)
- [8. Workspace & user management](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/8.-workspace-and-user-management.md)
- [9. Large workloads​](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/9.-large-workloads.md)
- [10. AI synthesis: Data pre-processing when using](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/10.-ai-synthesis-data-pre-processing-when-using.md)
- [11. Continuous Success](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/11.-continuous-success.md)
- [Example data generation scenarios](https://docs.syntho.ai/overview/get-started/syntho-bootcamp/example-data-generation-scenarios.md)
- [Go-live requirements](https://docs.syntho.ai/overview/get-started/prerequisites.md)
- [Use Cases & Configuration](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration.md)
- [Use Case 1: Application & API testing](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-1-application-and-api-testing.md): Privacy-safe, production-like test data for application and API tests in non-production.
- [Use Case 2: Load & stress testing](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-2-load-and-stress-testing.md): Generate large volumes and edge cases for performance testing without sensitive production data.
- [Use Case 3: Demo data](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-3-demo-data.md): Realistic demo data that contains no real identifiers and can be shared safely.
- [Use Case 4: ETL & data pipeline testing](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-4-etl-and-data-pipeline-testing.md): End-to-end pipeline testing without using production data.
- [Use Case 5: Feature development](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-5-feature-development.md): Shift-left testing with realistic synthetic data when production data is unavailable or restricted.
- [Use Case 6: ML model development](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-6-ml-model-development.md): Generate feature datasets when real data is scarce or sensitive.
- [Use Case 7: Analytics sandboxes](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-7-analytics-sandboxes.md): Secure sandboxes for exploratory analytics and data science.
- [Use Case 8: Cloud & data migration](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-8-cloud-and-data-migration.md): Validate data workflows during migrations.
- [Use Case 9: Data sharing & monetization](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-9-data-sharing-and-monetization.md): Share data with strong privacy protection.
- [Use Case 10: Data subsetting](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-10-data-subsetting.md): Reduce data footprint while preserving integrity.
- [Use Case 11: Accelerate PoCs & pilots](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-11-accelerate-pocs-and-pilots.md): Deliver privacy-safe datasets fast to validate ideas, integrations, and workflows.
- [Use Case 12: Training & Education](https://docs.syntho.ai/overview/get-started/use-cases-and-configuration/use-case-12-training-and-education.md): Create safe, realistic datasets for onboarding, workshops, and hands-on training.
- [Sample datasets](https://docs.syntho.ai/overview/get-started/sample-datasets.md)
- [Introduction to data generators](https://docs.syntho.ai/overview/get-started/introduction-to-data-generators.md)
- [AI-generated synthetic data](https://docs.syntho.ai/overview/get-started/ai-generated-synthetic-data.md): This guide provides the step-by-step procedures for AI-generated synthetic data for a single entity table.
- [Database de-identification](https://docs.syntho.ai/overview/get-started/database-de-identification.md): This guide describes the steps for fully de-identifying a production database.
- [Frequently asked questions](https://docs.syntho.ai/overview/frequently-asked-questions.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.syntho.ai/overview.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.
