# Edit Bit Field Types

{% hint style="info" %}
You may not have permission to edit bit field types in an organization you aren't an administrator of.
{% endhint %}

## Edit via Tag Settings

Click the bit field tag you want to customize in the **Tags** section of the sidebar:

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

Then click on the **Tag Settings** item of the context menu that appears:

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

In the **Tag Settings Dialog** that appears, click the edit button in the **Bit Field Type** field:

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

This will open the **Edit Bit Field Type** dialog:

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

## Edit via **Settings > Bit Field Types**

Expand the **Settings** section in the sidebar:

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

Click the **Bit Field Types** under **Settings**:

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

In the **Bit Field Types** view that appears, click the bit field type you want to edit:

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

This will take you to the **Edit Bit Field Type** view:

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

## Edit via Alarm Settings

In the [**Alarms** view for a tag](/clarity/alarms/edit.md), find the bit field alarm and click the edit button in the **Bit Field Type** field:

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

This will bring up the **Edit Bit Field Type** dialog where you can edit the settings:

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

{% hint style="warning" %}
When you save changes to the bit field type, the [alarms corresponding to that bit field type](/clarity/alarms/configure/conditions.md#bit-field-alarms) will be updated immediately. Those changes will be reflected in the **Alarms** view immediately, but you will still need to save any other pending alarm changes by clicking **OK**.
{% endhint %}


---

# 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.jcore.io/clarity/bit-fields/edit.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.
