# Set Sensitivity of a Data Type

Akto not only allows you to create a custom data type but also offers you the option to set the sensitivity of the data type. This helps in specifying which data types should be treated with extra caution because they contain sensitive information.

For example, if you want to flag tokens as sensitive whenever they appear in API responses, you need to set the **`"TOKEN"`** data type to be sensitive in the API response. After specifying the **`"TOKEN`**" data type to be sensitive in the API response, whenever any token appears in an API response, Akto will automatically flag it as sensitive data.

In the demonstration below, let's set the **`"TOKEN"`** data type to be as sensitive only in API response.

Go to **API Discovery> Sensitive data**. Click on **"…"** of the Data Type and select **Edit** to set the sensitivity of the data type.

{% embed url="<https://demo.arcade.software/a56KiVd6fD0GIthN15PG?embed=>" %}
Set sensitivity of a data type
{% endembed %}

In the above demonstration, we have set the sensitivity of the **`“TOKEN”`** data type to be sensitive only in API response. Now Akto will flag all the tokens present in API responses as sensitive data across all your API collections.


---

# 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.akto.io/api-inventory/how-to/set-sensitivity-of-a-data-type.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.
