> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/administrator-tasks/creating-and-editing-namespaces-and-identifiers/configuring-manually-triggered-incremental-identifiers.md).

# Configuring manually triggered incremental identifiers

{% hint style="info" %}
Manually triggered incremental identifiers can only be configured by an Administrator of the relevant Stewardship Organization.
{% endhint %}

Stewardship Organization Administrators can add manually triggered incremental identifiers to metadata items, and configure them. An incremental identifier is an identifier which increases by a single value with each new item it is assigned to.

**Note:** Incremental identifiers must exist within a namespace, which itself must exist within a Stewardship Organization. See this procedure's [parent page](/administrator-tasks/creating-and-editing-namespaces-and-identifiers.md) for more information.

### How to configure manually triggered incremental identifiers

1. Select 'Administrator Tools' from the dashboard side panel.

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

2. Select 'Manage Stewardship Organisations'.

<figure><img src="/files/4oFVtCnewlPOIFRtpDQm" alt=""><figcaption></figcaption></figure>

3. Select the relevant Stewardship Organization from the list.

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

4. Select 'Managed Items', then 'Namespace'.

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

5. Select 'Create Namespace'.

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

6. Adjust the 'Name', 'Shorthand prefix' and 'Definition' fields as desired.

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

7. From the Autoincrement dropdown, **if you want to assign a custom identifier,** select 'Free-text identifier'. **If you want to assign an editable, auto-incrementing identifier**, select 'Manually assigned incrementing identifier'.

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

7. Select 'Create New Namespace' from the bottom of the page.

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

9. Navigate to the metadata item you wish to assign a manually triggered incremental identifier to, and select 'Open item editor' from its 'Actions' dropdown.

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

10. Select the 'Identifiers' tab.

<figure><img src="/files/3jco5fC2SWDpzsP7aUz5" alt=""><figcaption></figcaption></figure>

11. Select the appropriate manually triggered identifier from the 'Namespace' dropdown, then adjust the 'Identifier' field as desired.

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

12. Select 'Save changes' when you are satisfied.

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

13. The item's identifier will now appear in its infobox.

<figure><img src="/files/SVfCVTiMe0DcVSFo8nPl" alt=""><figcaption></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://help.aristotlemetadata.com/administrator-tasks/creating-and-editing-namespaces-and-identifiers/configuring-manually-triggered-incremental-identifiers.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.
