# Cherty

## Cherty

- [Welcome to Cherty!](https://docs.cherty.io/welcome-to-cherty.md): Your Ultimate Companion in Research and Data Analysis
- [Reusable Computation](https://docs.cherty.io/reusable-computation.md): Pop(plæ)r Protocol: Tools for working with reusable code and data objects
- [Data Structures](https://docs.cherty.io/reusable-computation/data-structures.md): Pop(plæ)r.network version 1.0.1
- [Versioning](https://docs.cherty.io/reusable-computation/versioning.md): Pop(plæ)r.network version 1.0.1
- [Authentication](https://docs.cherty.io/authentication.md): Cherty's scheme for determining identity, and how to use it.
- [Permissioned IPFS](https://docs.cherty.io/permissioned-ipfs.md): Learn how to use Cherty for permissioned IPFS! Store and retrieve data using CIDs, with all of the verifiability and immutability benefits that come with IPFS, while controlling access.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.cherty.io/welcome-to-cherty.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.
