> For the complete documentation index, see [llms.txt](https://docs.desci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.desci.com/technical-background.md).

# TECHNICAL BACKGROUND

- [Persistent Identifiers 101](https://docs.desci.com/technical-background/persistent-identifiers-101.md): Persistent Identifiers • DOI • dPID
- [FAIR Data](https://docs.desci.com/technical-background/fair-data.md): FAIR Data • Machine Actionability • Compliance
- [All About FAIR](https://docs.desci.com/technical-background/fair-data/all-about-fair.md)
- [The FAIR Principles](https://docs.desci.com/technical-background/fair-data/all-about-fair/the-fair-principles.md)
- [GoFAIR Criteria](https://docs.desci.com/technical-background/fair-data/all-about-fair/gofair-criteria.md)
- [Red and Blue Principles](https://docs.desci.com/technical-background/fair-data/all-about-fair/red-and-blue-principles.md)
- [FAIR Digital Object Framework (FDOF)](https://docs.desci.com/technical-background/fair-data/all-about-fair/fair-digital-object-framework-fdof.md)
- [The FAIR Hourglass](https://docs.desci.com/technical-background/fair-data/all-about-fair/the-fair-hourglass.md)
- [The Internet of FAIR Data and Services (IFDS)](https://docs.desci.com/technical-background/fair-data/all-about-fair/the-internet-of-fair-data-and-services-ifds.md)
- [FAIR Compliance](https://docs.desci.com/technical-background/fair-data/fair-compliance.md): FIPs • FAIR Assessment Tools
- [DeSci Nodes FIP](https://docs.desci.com/technical-background/fair-data/fair-compliance/desci-nodes-fip.md): FAIR Implementation Profile for DeSci Nodes
- [Standardized Assessments](https://docs.desci.com/technical-background/fair-data/fair-compliance/standardized-assessments.md): FAIR Assessments
- [FAIR Metadata Publishing](https://docs.desci.com/technical-background/fair-data/fair-compliance/fair-metadata-publishing.md): FDPs • APIs • Metadata Publishing
- [Open State Repository](https://docs.desci.com/technical-background/open-state-repository.md): Open State Repository • Infrastructure • Zooko's Triangle
- [PID](https://docs.desci.com/technical-background/open-state-repository/pid.md): dPID • Persistent Identifiers • Content Adressing
- [Data](https://docs.desci.com/technical-background/open-state-repository/data.md): Staging area • OSR storage • Big Data storage
- [Metadata](https://docs.desci.com/technical-background/open-state-repository/metadata.md): RDF graphs • Embeddings •  Traceability
- [Methods](https://docs.desci.com/technical-background/open-state-repository/methods.md): Compute Methods • Compute over Data • Local Compute • Web-Based Compute
- [Roadmap](https://docs.desci.com/technical-background/roadmap.md): Next Up on Nodes


---

# 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:

```
GET https://docs.desci.com/technical-background.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.
