> For the complete documentation index, see [llms.txt](https://fdilab.gitbook.io/open-data-commons/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fdilab.gitbook.io/open-data-commons/how-to-guides/get-a-doi/request-a-doi.md).

# Request a DOI

Only PI and Managers can request DOIs since at the end of the process the data will be ready to be released to the public.

{% hint style="warning" %}
Make sure you have your dataset, data dictionary and metadata [ready for DOI](/open-data-commons/how-to-guides/get-a-doi.md)! This will reduce the time and work to do.
{% endhint %}

{% stepper %}
{% step %}

### Review your "Current Lab Space"

In the left side navigation pane, click "Current Lab Space" and confirm you are in the correct Verified Laboratory on the ODC; if you need to switch labs, use the "Switch Lab" button in the navigation pane
{% endstep %}

{% step %}

### Confirm your Lab User Role

You must be a [Laboratory PI](/open-data-commons/readme/readme/data-protection-and-privacy-in-the-odc/verified-laboratories-the-lab-space.md#laboratory-pi) or [Laboratory Manager](/open-data-commons/readme/readme/data-protection-and-privacy-in-the-odc/verified-laboratories-the-lab-space.md#laboratory-manager) to see the "Request DOI" button - confirm your role by scrolling through the box titled "Users" (on Current Lab Space) and reviewing the Level assigned to you
{% endstep %}

{% step %}

### Click the "Request DOI" button

Scroll down to view all datasets in the Lab Space; click the blue "Request DOI" button for the dataset you wish to publish

![](/files/fAbA78BTPZ1eb8DoRckI)
{% endstep %}

{% step %}

### Complete the DOI Request Checklist and requested information

Confirm completion of required items and input requested information

<figure><img src="/files/uLT4FBftRmSpQzpcueiX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Submit DOI Request

Click the green "Submit DOI Request" button to lock the dataset and initiate the Editorial Review Process
{% endstep %}
{% endstepper %}

{% hint style="info" %}
[ODC-SCI](/open-data-commons/hidden-content/publication-in-odc-sci.md) and [ODC-TBI](/open-data-commons/hidden-content/publication-in-odc-tbi.md) communities have established different requirements for releasing a dataset to the public. Check them out!
{% endhint %}


---

# 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://fdilab.gitbook.io/open-data-commons/how-to-guides/get-a-doi/request-a-doi.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.
