# Welcome to Cherty!

Cherty exists to make research and data science easier to understand, share, and reproduce. With Cherty, you can:

* Store your data using a verifiable content address (CID)
* Control who has access
* Track versions of your data and code with a git-like versioning system
* Sync data across multiple devices
* Turn your analysis into an accessible and portable graph

## Cherty App

The Cherty app is currently available for MacOS. Download the latest version from [Cherty.io](https://cherty.io/)

If this is your first time running Cherty, right click on the file and select **Open** to install and start the app.


---

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