> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/tdo-project-builder-user-guide/determining-attributes/page-4.md).

# Adding, Changing, or Deleting a Determining Attribute Value

Once a determining attribute value has been set, you can edit the priority and the filtering but you cannot edit the value itself.  To change a value, you must delete it from the list and enter the new value separately.

To delete a value from the list, open the ‘Edit Determining Attribute’ window and navigate to the ‘Values’ section.  Click the checkbox to the left of the value, and then click the trash can to the right of the value.  A verification window will pop up asking if you want to delete the value.

Here we are deleting the value ‘SGD’ from the list.  Click ‘OK’ to delete the record.

<figure><img src="/files/pqi9UQDY8YLdSpgqpVqG" alt=""><figcaption><p>Deleting a Determining Attribute Value</p></figcaption></figure>

After you click ‘OK’, the screen now shows only 5 values.

<figure><img src="/files/60aR04EYv6cvFnU6go4i" alt=""><figcaption><p>Values list after deleting an entry</p></figcaption></figure>

To add a new value to the list, type in the value (and priority, if desired) in the center pane of the Edit window.  Here, we are adding ‘CAN’ as a priority 2 value.  Click the plus (+) sign to the right to add it to the list.  When you are done editing, click the ‘Save’ button at the top of the list to save your changes to the attribute.

You cannot directly change ‘SGD’ to ‘CAN’; you must delete SGD and add CAN as two separate actions.  The sequence that these actions are performed in does not matter.

<figure><img src="/files/HAthpvQ8yPbkN6GK58m3" alt=""><figcaption><p>Values list with new value displayed</p></figcaption></figure>


---

# 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.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/tdo-project-builder-user-guide/determining-attributes/page-4.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.
