> For the complete documentation index, see [llms.txt](https://docs.syntho.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.syntho.ai/overview/get-started/syntho-bootcamp.md).

# Syntho bootcamp

The Syntho Bootcamp is an interactive learning track designed to help you quickly become confident in using the Syntho platform. Whether you're a data engineer, analyst, or privacy specialist, this bootcamp provides hands-on, structured guidance to help you master privacy-preserving data generation with Syntho.

## What you'll learn

***

This bootcamp is organized into clear, focused sections that cover the full data generation workflow, from connecting to your data sources to generating synthetic data and managing privacy compliance.

By the end, you’ll understand:

* How Syntho anonymizes and synthesizes data using generators
* How to configure workspaces and connectors
* How to manage PII scanning, masking, and advanced data generation strategies
* How to maintain referential integrity and validate generated datasets

## Who it's for

***

* New users looking for a guided onboarding experience
* Technical teams setting up test data pipelines
* Privacy teams exploring anonymization techniques
* Product teams testing applications without using production data

## How to use this bootcamp

***

* Each module is self-contained and can be completed independently.
* Follow along using your own data or test environments.
* Use the embedded demos to apply what you've learned.
* Explore linked documentation when you want to go deeper.

If you're ready to get started, proceed to the next section: **What is Syntho?** Alternatively, check the contents below and jump to the section that you wish to explore.

## Contents

***

1. [What is Syntho?](/overview/get-started/syntho-bootcamp/1.-what-is-syntho.md)
2. [Introduction data anonymization](/overview/get-started/syntho-bootcamp/2.-introduction-to-data-generators.md)
3. [Connectors & workspace creation](/overview/get-started/syntho-bootcamp/3.-connectors-and-workspace-creation.md)
4. [PII scan](/overview/get-started/syntho-bootcamp/4.-pii-scan.md)
5. [Generators](https://github.com/syntho-ai/syntho/blob/main/docs/public/overview/get-started/syntho-bootcamp/5.-generators)
6. [Referential integrity and foreign keys](/overview/get-started/syntho-bootcamp/6.-referential-integrity-and-foreign-keys.md)
7. [Workspace synchronization and validation](/overview/get-started/syntho-bootcamp/7.-workspace-synchronization-and-validation.md)
8. [Workspace & user management](/overview/get-started/syntho-bootcamp/8.-workspace-and-user-management.md)
9. [Large workloads](/overview/get-started/syntho-bootcamp/9.-large-workloads.md)
10. [Date pre-processing](/overview/get-started/syntho-bootcamp/10.-ai-synthesis-data-pre-processing-when-using.md)
11. [Continuous success](/overview/get-started/syntho-bootcamp/11.-continuous-success.md)


---

# 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.syntho.ai/overview/get-started/syntho-bootcamp.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.
