> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/vault/vault-features/replicate/masking-rules.md).

# Masking Rules

Vault allows users to define data masking rules at the organization level, enabling secure data anonymization during operations such as backup or replication.

***

## Creating Masking Rules

To create a new masking rule:

1. Navigate to the **Masking Rules** section and click **New Masking Rules**.
2. Select the **Salesforce Org** for which the masking rule will be created.

![Select Org](/files/Kl8Cr5hyP4YcZuH4dslA)

3. Click **Select Orgs** to view and choose from the available orgs.
4. Click **New Masking Rules** to open the **Masking Rule** creation dialog.

![New Rule Window](/files/gIp6kYqkmK1i34odB8Hu)

5. Fill in all required details in the rule creation form and click **Save**.

![Rule Creation Form](/files/AxWgUNGsMihghIC7WbQQ)

6. Upon successful creation, a confirmation notification will appear.

![Save Notification](/files/nR39lO0WIwWmscFTaxq2)

7. Click **OK**. The newly created rule will now appear in the **Masking Rules** list.

![Rules List](/files/mtH2Vy7pumjqaI0htGxM)

8. Created rules are globally accessible at the org level and can be selected during config creation.

***

## Cloning Masking Rules

* Users can clone existing masking rules to streamline future configurations and reduce repetitive effort.


---

# 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://knowledgebase.autorabit.com/product-guides/vault/vault-features/replicate/masking-rules.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.
