> For the complete documentation index, see [llms.txt](https://docs.bsure.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsure.io/user-guides/settings/configuration/extention-attributes.md).

# Extention Attributes

The **Extension Attributes** configuration page allows administrators to define friendly labels for Entra ID extension attributes used in Bsure Insights.

By default, extension attributes have technical names such as `extensionAttribute1`, `extensionAttribute2`, and so on. These names are often difficult for non-technical users to understand. By adding friendly labels, you can make reports and drilldown pages easier to read and more meaningful for business users.

### What friendly labels are used for

Friendly labels are displayed instead of the technical extension attribute names in relevant Bsure Insights pages, including:

* KPI Drilldown pages
* My Team
* My Organization
* Application Owner
* Assessments

This helps users understand what each attribute represents without needing technical knowledge of Entra ID attribute naming.

### Configure friendly labels

To configure friendly labels:

1. Go to **Settings**.
2. Open **Configuration**.
3. Select the **Extension Attributes** tab.
4. Enter a friendly label for each extension attribute you want to rename.
5. Click **Save**.

Fields that are left blank will continue to use the default technical label.

### Example use case

An organization may use extension attributes to store internal information such as department ownership, cost center, employee type, region, or other company-specific metadata.

Instead of showing the technical attribute name in reports, administrators can give the attribute a clear business-friendly name. This makes the data easier to understand for managers, application owners, and other users working with insights in Bsure.

### Important to know

Changing a friendly label does not change the underlying Entra ID attribute or the data stored in it. It only changes how the attribute name is displayed in Bsure Insights.


---

# 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://docs.bsure.io/user-guides/settings/configuration/extention-attributes.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.
