# Identifier Type

{% hint style="info" %}
The identifier type field is applicable to our **database** registry only.
{% endhint %}

{% hint style="success" %}
Providing the type of identifier system your database uses is **mandatory** for all database records.

*Please also see the general information regarding our* [*minimal curation requirements*](/fairsharing/record-sections-and-fields/how-to-update-a-record.md#minimal-curation-requirements)*.*
{% endhint %}

Unambiguous identification of database content is important both for alignment with the FAIR Principles and for referencing and attribution of individual datasets within a database.

FAIRsharing **requires** that each database record provide the type of identifier(s) used in one of two ways:

1. Add the standardised persistent identifier schema to your record via the [Relationships](/fairsharing/associated-records.md) tab with the ***implements*** relationship type. An example is [Dryad](https://doi.org/10.25504/FAIRsharing.wkggtx), which ***implements*** the [DOI](https://doi.org/10.25504/FAIRsharing.hFLKCn) identifier schema. The ***implements*** relationship should only be used for the IDs minted/created by the database.
2. Tick the box in the [General Information](/fairsharing/record-sections-and-fields/general-information.md) tab that confirms that the database uses an internal identifier schema, and therefore will not require a relationship to the appropriate identifier schema as outlined in item 1.  An example is [OpenBiodiv](https://fairsharing.org/3818), which uses internal identifiers such as <https://openbiodiv.net/5f324c6b-d93e-4ff4-b123-ba3f9e293d68>.

For more information on the identifier schemas registered with FAIRsharing, please see our [note on identifier schema records](/fairsharing/record-sections-and-fields/general-information/registry-type.md#a-note-on-identifier-schema-records).


---

# 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://fairsharing.gitbook.io/fairsharing/record-sections-and-fields/general-information/identifier-type.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.
