# Advanced: DOI configuration

Digital Object Identifiers (DOIs) are a cornerstone of data citation and reproducibility. Redivis provides support for issuing DOIs through your institutional membership in either [DataCite](https://datacite.org) or [EZID](https://ezid.cdlib.org/). By configuring DOI credentials within your organization's settings, you'll then be able to issue DOIs for any of the organization's datasets.

You can learn more about the DOI lifecycle for Redivis datasets in the [dataset DOI documentation](/reference/datasets/overview.md).

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

## Configuration

If your organization is part of an [institution](/reference/institutions.md), and the institution has already specified a DOI configuration, you can choose to inherit the institution's configuration.&#x20;

Otherwise, in order to configure DOIs, you will need to specify:

#### Provider type

Either DataCite or EZID

#### Repository account ID

The account ID, or username, associated with the provider

#### Repository account password

The associated password for the account

#### DOI prefix

The prefix assigned to your repository. E.g., `10.82053`

#### Default DOI behavior

Whether to automatically issue DOIs by default for all future created datasets. This will not change the DOI behavior of any existing datasets.

<figure><img src="/files/gtQcia1fFcNh4UPTaY2Y" alt=""><figcaption><p>Configure a DOI provider in the organization advanced settings</p></figcaption></figure>

## Back-issuing DOIs

Upon configuring DOI credentials for the first time, you will be presented with the option to enable DOI issuance for all of your existing datasets. If enabled, all existing datasets will have DOI issuance turned on, and a DOI will be issued for every (non-deleted) version of your existing datasets.

Like other DOIs on Redivis, after 7 days these DOIs will become permanent.

If you would prefer to back-issue DOIs for your datasets on a case-by-case basis, you can instead turn this option off, and go to each individual dataset's settings and [configure DOI issuance](/reference/datasets/overview.md) there.

<figure><img src="/files/Kn0JimXFUX2ODWjE62a1" alt=""><figcaption><p>Optionally back-issue DOIs for all existing datasets</p></figcaption></figure>


---

# 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.redivis.com/reference/organizations/settings/advanced-doi-configuration.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.
