> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/textual/dataset-configure-redaction/textual-datasets-synthesis-options/synthesis-custom-entity-type.md).

# Setting the generator for custom entity types

By default, when you select the **Synthesize** option for a custom entity type, Textual scrambles the original value.

From the generator dropdown list, select the generator to use to create the replacement value.

<figure><img src="/files/yNEAbSF9MlBXjAG0HzKl" alt=""><figcaption><p>Generator dropdown list for a custom entity type</p></figcaption></figure>

The available generators are:

<table><thead><tr><th width="286.59375" valign="top">Generator</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Scramble</td><td valign="top"><p>This is the default generator.</p><p></p><p>Scrambles the original value.</p></td></tr><tr><td valign="top">CC Exp</td><td valign="top">Generates a credit card expiration date.</td></tr><tr><td valign="top">Company Name</td><td valign="top">Generates a name of a business.</td></tr><tr><td valign="top">Credit Card</td><td valign="top">Generates a credit card number.</td></tr><tr><td valign="top">CVV</td><td valign="top">Generates a credit card security code.</td></tr><tr><td valign="top">Date Time</td><td valign="top"><p>Generates a datetime value.</p><p></p><p>The Date Time generator has the same <a href="/pages/CGKDDyIWU1WWcwSVVpt2">synthesis options as the built-in Date/Time entity type</a>.</p></td></tr><tr><td valign="top">Email</td><td valign="top">Generates an email address.</td></tr><tr><td valign="top">HIPAA Address Generator</td><td valign="top"><p>Generates a mailing address.</p><p></p><p>The generator has the same <a href="/pages/sUST1oBi72Bx7ZPRiTrc">synthesis options as the built-in location entity types</a>.</p></td></tr><tr><td valign="top">IP Address</td><td valign="top">Generates an IP address.</td></tr><tr><td valign="top">MICR Code</td><td valign="top">Generates an MICR code.</td></tr><tr><td valign="top">Money</td><td valign="top">Generates a currency amount.</td></tr><tr><td valign="top">Name</td><td valign="top"><p>Generates a person's name.</p><p></p><p>You configure:</p><ul><li>Whether to generate the same replacement value from source values that have different capitalization.</li><li>Whether the replacement value reflects the gender of the original value.</li></ul></td></tr><tr><td valign="top">Numeric Value</td><td valign="top"><p>Generates a numeric value.</p><p></p><p>You configure whether to use the Integer Primary Key generator to generate the value.</p></td></tr><tr><td valign="top">Person Age</td><td valign="top"><p>Generates an age value.</p><p></p><p>The Person Age generator has the <a href="/pages/Va6o8IBT8tcxrr45k5RC">same synthesis options as the built-in Age entity type</a>.</p></td></tr><tr><td valign="top">Phone Number</td><td valign="top"><p>Generates a telephone number.</p><p></p><p>The Phone Number generator has the same <a href="/pages/faXK8oaKHqCoUSxWMjEM">synthesis options as the built-in Phone Number entity type</a>.</p></td></tr><tr><td valign="top">SSN</td><td valign="top">Generates a United States Social Security Number.</td></tr><tr><td valign="top">URL</td><td valign="top">Generates a URL.</td></tr></tbody></table>


---

# 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.tonic.ai/textual/dataset-configure-redaction/textual-datasets-synthesis-options/synthesis-custom-entity-type.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.
