> 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/getting-started/first-steps.md).

# First Steps

## 🏁 Create an account

Celly is free for non-commercial usage and requires no card info. Go to the [**signup page**](https://celly.ai/), choose a username and password to create your personal account. You can sign up through the [**mobile app**](https://apps.apple.com/us/app/celly-ai/id1506941881) too.

## 📲 Download the app

Download the [**Celly app**](https://apps.apple.com/us/app/celly-ai/id1506941881) from the AppStore - it's absolutely free! Sign in with Celly website credentials.

{% hint style="info" %}
The app requires iOS version 13+ and iPhone model 8 or higher.
{% endhint %}

## ✅ Get an adapter

Before you start, you should get [**an optical adapter**](https://www.ilabcam.com/products/labcam-ultra-for-iphone) to connect your phone to the microscope.

![The adapter is compatible with 99% types of lab microscopes](/files/-MJTDbOd7elcqqAnrxiN)

{% hint style="info" %}
Celly supports the LabCam Ultra adapter. Compatibility with other adapters is not guaranteed
{% endhint %}

Attach your iPhone to the eyepiece of a microscope. Put the sample, turn on the light, set the lens focus.

![](/files/-MJW8m-RBGTPnM7k8T4c)

## 🔬 Next steps

Now you know the basics, but there is so much more to explore! AI-automation, LIS integration, team management, and even more.

A nice idea would be to learn how to automate CBC test

{% content-ref url="/pages/-MJT2ll-25iXcNTyt5nv" %}
[Blood: CBC test](/supported-tests/blood-wbc-differential.md)
{% endcontent-ref %}

Enjoy Celly and leave your feedback at [support@celly.ai](mailto:support@celly.a)


---

# 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/getting-started/first-steps.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.
