> For the complete documentation index, see [llms.txt](https://docs.trustlogix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlogix.io/attribute-management/attribute-value-management.md).

# Attribute Value Management

### **Prerequisites**

Before you begin, ensure the following:

* You have appropriate access and permissions in **TrustLogix** to manage attributes and their values.
* The attribute to which you intend to add values has already been created.

#### **Creating Attribute Values**

Follow these steps to add attribute values in TrustLogix:

1. **Navigate to Attribute Management**\
   Log in to the TrustLogix platform and access the **Attribute Management** section.
2. **Go to the Attribute Value Page**\
   Open the **Attribute Value** tab to manage and input values for attributes.
3. **Select Data Source and Data Product**\
   Choose the relevant **Data Source** and **Data Product** from the dropdown menus.

   > *Note: The Add Value page displays all attributes linked to the selected data product, as well as those associated with the universal `All` data product.*
4. **Enter Identifier Value**\
   Provide the value for the **Identifier Attribute** associated with the selected data product. This is a mandatory step for record association.
5. **Enter Values for Additional Attributes**
   * For each non-identifier attribute, input the corresponding value.
   * If the attribute is configured with a source, the TrustLogix UI will render relevant data dynamically:
     * Values may appear as **single-select** or **multi-select dropdowns**, or **hierarchical selectors**, depending on the source configuration and the nature of the dimension table.
6. **Click Save**\
   Once all required values are entered, click the **Save** button.
7. **Value Synchronisation**\
   Upon successful saving, the attribute values are automatically synchronized with the corresponding **Data Source**.


---

# 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.trustlogix.io/attribute-management/attribute-value-management.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.
