# Transformers Reference

> Source: https://docs.synthesized.io/tdk/latest/user_guide/040_reference/transformers/
> For the complete documentation index, see [llms.txt](https://docs.synthesized.io/llms.txt).

Complete reference for all platform transformers and their configuration options.

## Overview

The platform provides a comprehensive library of transformers for masking, generating, and transforming data:

- **Masking Transformers**: Obscure sensitive data
- **Generator Transformers**: Create synthetic data
- **Utility Transformers**: Manipulate data format and structure

## Transformer Categories

### Personal Data

- [Email](https://docs.synthesized.io/tdk/latest/user_guide/040_reference/transformers/transformations#EmailGeneratorParams)
- FirstName, LastName
- Phone, Address
- SSN, Credit Card

### Generators

- [Categorical](https://docs.synthesized.io/tdk/latest/user_guide/040_reference/transformers/transformations#CategoricalGeneratorParams)
- Sequence, UUID
- DateTime, Number

### Custom

- [Scripting Transformer](https://docs.synthesized.io/tdk/latest/user_guide/040_reference/transformers/transformations#ScriptingTransformerParams)
- [Conditional](https://docs.synthesized.io/tdk/latest/user_guide/040_reference/transformers/transformations#ConditionalGeneratorParams)

## See Also

- [Full Transformations Reference](https://docs.synthesized.io/tdk/latest/user_guide/040_reference/transformers/transformations)
- [Scripting Transformer Guide](https://docs.synthesized.io/tdk/latest/user_guide/020_guides/advanced_workflows/scripting_transformer)
