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

# DeSci Codex

DeSci Codex is a protocol for scientific publishing that aims to weave a truly persistent fabric of the scientific record, where publications and all associated material (like data, code, visual material, etc) can be addressed with high granularity in a participatory open-state repository. This without depending on any single actor to maintain it, allowing our collective knowledge to be securely stored and openly accessible.

Head over to the [Quick start](/readme/quick-start.md) section to learn what you can do with DeSci Codex.

{% hint style="success" %}
If you have questions or want to discuss the protocol from a practical or theoretical perspective, come into the [Discord](https://discord.gg/A5P9fgB5Cf)! This project is a community effort, and your thoughts and opinions will help shape its future.
{% 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:

```
GET https://codex.desci.com/readme.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.
