> For the complete documentation index, see [llms.txt](https://bluurdoc.bluur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluurdoc.bluur.ai/en/functions/settings/anonymization/schemes/global.md).

# Global

One of the anonymization schemes can be set as **global scheme**. It will be applied by default across the entire organization to projects that do not have their own assigned scheme.

In the **Anonymization scheme**:

1. Expand the list of available schemes.
2. Select the scheme to be used by default.

Documents are still classified in the standard way. After moving to the stage **Anonymization** the system will automatically set the category sliders according to the global scheme.

This allows the organization to use the same anonymization scope without having to manually set categories each time.

To select a different scheme:

1. Click the drop-down list in the section **Anonymization scheme**.
2. Select the appropriate scheme from the list.

After changing, the scheme indicated in the selection field will be active.

{% hint style="danger" %}
**Important:** The global scheme does not restrict or change the operation of AI classification. It only determines the default category setting after moving to the stage **Anonymization**.
{% endhint %}

<figure><img src="/files/24852d794596497c7283c9be5d13a4c20342bc83" alt=""><figcaption><p>Changing the anonymization scheme.</p></figcaption></figure>

### Return to the default scheme

If you want to remove the currently selected scheme and return to the setting **Default**, click the icon **X** located in the scheme selection field.

After clearing the selection, the system uses the default configuration again.

<figure><img src="/files/502520cd0ae33cb252aa4de1976faffa0852dff6" alt=""><figcaption><p>Return to the default anonymization scheme.</p></figcaption></figure>

Then to select one of the saved schemes, expand the list and choose the appropriate item.


---

# 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://bluurdoc.bluur.ai/en/functions/settings/anonymization/schemes/global.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.
