# ReadON Dev Center

Thank you for visiting our dev center!\
ReadON is a Web3 content platform. All the essential data including content and user engagement will be stored permanently on-chain. We provide open APIs and data accessibility tools to build ReadON as a community. The purpose of this dev center is to introduce the design specification and API interface for our partners and anyone who would like to join us to build an open content network.

### Open API and On-chain Verification

The design of ReadON is permissionless from day one. All the essential data is stored on Arweave permanently and can be verified at any time. Our open API is a snapshot of data with helper functions to fit the schema. Anyone can rebuild the same API or verify the result from any API call through the Arweave archive.


---

# 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://dev.readon.me/readon-dev-center.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.
