# Persistent Identifier (dPID)

{% hint style="warning" %}
These pages relate to our Beta version and the features are under redevelopment.
{% endhint %}

Another product from DeSci Labs is our dPID layer - . DeSci Nodes is built around the dPIDs which are persistent identifiers that stick to the root of the Nodes in a sustainable manner.&#x20;

\
You can get the link to the dPID of the Node, to share but also for your own reference, as follows.

## Share via Persistent Identifier

When you publish your Node, it will automatically receive a [decentralized persistent identifier (dPID)](/technical-background/persistent-identifiers-101.md). You can share your work with others by forwarding this permanent link to your work. Others can cite your work using this PID.&#x20;

dPID feel and function like [simple filepaths](/technical-background/open-state-repository/pid.md). This makes it super simple to share and granularly cite individual components.&#x20;

You can access your Node's dPID from [General user overview](/general-user-overview.md#node-drive). Click on **Cite** for whichever component you want to share and simply copy the dPID. The root dPID always looks like this: `dpid.org/{some number}`. This root dPID always points to the latest version of the full Node. But with dPID, you can get specific: Want to share a CSV from Dataset 5 from Version 2 of your Node? Sure. Just select the component in [General user overview](/general-user-overview.md#node-drive) and copy its dPID -- or type out the dPID yourself. It's always `dpid.org / {Your Node's root PID} / {version number} /{component type}/ {component name}`.&#x20;

[Learn more about the dPID Schema.](/technical-background/open-state-repository/pid.md)

<figure><img src="/files/Bc8jvCbMlrJX3P7iD7TU" alt=""><figcaption><p>Grab component dPID from Node Drive</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.desci.com/create-and-publish/share/persistent-identifier-dpid.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.
