# Row Identification

This section describes how to configure row identifiers, which are used to uniquely identify rows in a table instead of a primary key. These row IDs will appear in audit logs, comment logs, and error console logs.

1. Go to **Settings -> Row Identification.**

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

2. In the dropdown menu, select the column name (a text field), which will serve as the identifier.
3. Click **Save.**

The selected identifier will be used in:

* **Audit Logs**
* **Error Console**
* **Comment Logs**

This makes accessing specific rows easier than using only the primary key.


---

# 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.inforiver.com/editable/working-with-editable/row-identification.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.
