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

# Cell Atlas

{% hint style="success" %}
To explore the Education functionality you don't need an adapter, just [sign up](https://celly.ai) on the website
{% endhint %}

**Open the cell Atlas**

1. Open the [Atlas page](https://app.celly.ai/app/atlas/)
2. Choose your test type
3. Find stored cells in the Atlas&#x20;

![Cell Atlas is initially populated with standard cells ](/files/-Mh8CSnPldrRin6jQtip)

**Save cells from your test in the Atlas**

1. Open a test
2. Click on the cell -> Add to Atlas

![On the cell preview you can add cell to Atlas or Exam Template](https://lh5.googleusercontent.com/AhPOpGNByUh5efFj-dbREo7zPMsbFvyIf8xI96CTaMQjZjUNJAN-1ntWsoGv_p4-i30VqtlEyPeglwJT099h9zxN1o-0EmdZJmwl06E6EBE-PwKMK7bK1GEmjNCoEG2apNjb7Pld)

{% hint style="info" %}
You can add a description for a cell on the preview page
{% 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, and the optional `goal` query parameter:

```
GET https://docs.celly.ai/education/cell-atlas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
