# UUID

Below is a list of available UUID mask functions.

## **Hash**

The Hash ensures consistent anonymization by mapping each UUID to a new, uniquely generated UUID. This transformation preserves uniqueness and referential integrity while ensuring that the original values cannot be traced back. Identical input UUIDs will always produce the same hashed output. To ensure accurate ordering, please see [ordering and indexing considerations](https://docs.syntho.ai/configure-a-data-generation-job/consistent-mapping#ordering-and-indexing-considerations).

#### **Parameters**

* No parameters.

#### **Example** <a href="#example---shifting-a-set-of-dates" id="example---shifting-a-set-of-dates"></a>

If you configure:

```
Column names:
1cb29fe0-cd08-4bc7-8c43-c5f132e8af3b,
5764c99f-e3e7-4a5d-95bb-f667c6b71de9,
5764c99f-e3e7-4a5d-95bb-f667c6b71de9,
...
```

The results will be:

```
Column names:
yWlRcHBNHm34kvegsQveOijBPYV6xO4l,
NjSEpGvyLeBC3x2UU8a OKq5VPYGvGmG,
NjSEpGvyLeBC3x2UU8a OKq5VPYGvGmG,
...
```

<figure><img src="https://content.gitbook.com/content/U61B9DqtWCNO3Z30vnjh/blobs/86sH6CKqjAtdvM1Ha49b/image.png" alt="" width="510"><figcaption><p>Hash</p></figcaption></figure>


---

# 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/configure-a-data-generation-job/configure-column-settings/mask/uuid.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.
