> 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/config/app-configuration.md).

# App configuration

Celly app has 2 types of configs:

* **App settings** - camera,  performance, user interface&#x20;
* **Test configuration** - test type, slide id, test history

## App Settings

**Gear icon** in the right bottom corner.

![Settings page](/files/-MJhrwJ_jU3TKxTjvfGN)

### Common settings

**Online preview:** enables mini-map on the top right corner during the test;

**Show metrics**: enables window with performance parameters (CPU, RAM load, FPS);

**Save photo on the device:** on - when you tap the **snapshot icon** (right top corner) the app saves photos on the phone Album; off - save photos on the app web portal (Test->View->Snapshots);

### Camera settings

**Adapter**: enables anti-distortion algorithms. Chose your type of adapter;

**Recording**: record and save the video on the device;

**Calibration**: color balance and exposure calibration (set your microscope brightness on maximum before the calibration to get the best quality images)

## Test configuration

The **blank** **icon** is on the left bottom corner.

![Test configuration panel](/files/-MJXuEcgsvRl0EnzULAO)

**Select a custom test:** set test type, and slide id for the new test;

**Select a pre-set:** you can use pre-configured tests;

**Test history (clock icon):** opens the window with the test history - reports, statistics.


---

# 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/config/app-configuration.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.
