# Registry Customisation in Cloud Settings

{% hint style="danger" %} <mark style="color:red;">**You must be an administrator of the Aristotle Metadata Registry to perform these actions.**</mark>
{% endhint %}

Registry customisation is used when we want to define a new security classification custom field, and we want it to be an available facet in search.

See the below steps to get better understanding.

* Navigate to the **Aristotle Cloud Dashboard** from the left side menu.
* Click on **Registry Customisation**.

<figure><img src="/files/n1IGTE0pmKQ4nygzrXNn" alt=""><figcaption></figcaption></figure>

* Click on **'Custom Search Filters'.**
* Now click on **'New custom search filter'.**
* Let’s say you want to create a search facet for a custom field, such as **Sensitivity**, which is a choice field with options *Yes* or *No*.&#x20;
* Fill out the form according to your custom field settings. See the example below:

<figure><img src="/files/jIxOSKM7I0et8UYQnf0H" alt=""><figcaption></figcaption></figure>

* In the screenshot above, you can see an example with fields such as *Name*, *Title*, *Short Name*, and *Filter Type* filled in or selected.&#x20;
* Check the *Facet* box to include this custom field in the search options.
* In the view template, you can copy the code from the example at the top of the screenshot and edit it to suit your needs.&#x20;
* The example code specifies that if the field is a custom field named *Sensitivity*, it will display 'Sensitive' as a facet when the value is 'Yes' and 'Not Sensitive' when the value is 'No or other.
* Then, save your changes.
* Now, when you search for any data asset that uses the custom field (e.g., *Sensitivity*), you will see it included as a facet in the search options.&#x20;
* For example, in the search below for the data asset '2020 Patient Experience Database,' the *Sensitivity* facet appears. It shows '4' in brackets, indicating there are four data assets marked as 'Not Sensitive.

<figure><img src="/files/8VI3QVUG8PTIDQUYxVCK" alt=""><figcaption></figcaption></figure>

* When a new facet is added to the search, we need to refresh the search and reindex it to ensure that it includes all new and existing assets.&#x20;
* Refer to the help documentation for instructions on how to reindex and refresh the search.<https://help.aristotlemetadata.com/administrator-tasks/task-runner/resolving-issues-with-the-search-function-using-reindex>


---

# 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://help.aristotlemetadata.com/administrator-tasks/registry-customisation-in-cloud-settings.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.
