> For the complete documentation index, see [llms.txt](https://help.codex.bio/codex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.codex.bio/codex/mav/user-instructions/overlay-manager.md).

# Overlay Manager

![Overlay Manager](/files/-M54VO5gkUeaa4Fktu_j)

In this internal frame you are able to manage all overlays on region images. There are three types of overlay layers: Segmentation, Population and Voronoi.&#x20;

![Change overlay visibility](/files/-LY_zdMnYhaoIk9vUHsp)

You can change visibility of each layer by clicking on corresponding checkboxes.

![Change overlay opacity](/files/-LYa-PyUZdbW_SkuZia2)

Also you can set opacity of each layer by adjusting corresponding sliders.

![Change overlays order](/files/-LYa-tacGkJzJ5G6gs2l)

All overlays are placed in specific order. You can change order of overlays be clicking on up/down arrow buttons.

#### **Scale bar overlay**

![Scale bar overlay](/files/-LpYMUAbjcZ16T7-GTjh)

This layer shows the distance between two points on the [region image](/codex/mav/user-instructions/region-image.md)**.**&#x20;

#### Tile mask overlay

![Tile mask overlay](/files/-LlbVrZM5YH2ERLGLxfO)

This layer shows the tile numbers net on the region image.&#x20;

*Note:* In different experiments tile ordering may be different.

#### Segmentation overlay

![Segmentation overlay](/files/-LY_zDsPPzboeZ3q-mpw)

This layer shows the cell segmentation outlines from the current segmentation run. Outlines are randomly colored.

#### Population overlay

![Population overlay](/files/-LY_z9_FknG99xXAbPN4)

This layer is connected to the Population Manager and it is disabled by default. It will become enabled after at least one population is created. See [Population table](/codex/mav/user-instructions/population-table.md) for more information.

#### Voronoi overlay

![Voronoi overlay](/files/-LY_xxUwcyY5GlGUS5pg)

This layer relates with Voronoi diagram and it is disabled by default. It will become enabled after Voronoi diagram is calculated. See [Voronoi diagram](/codex/mav/user-instructions/voronoi-diagram.md) for more information.

**Removed areas overlay**

![Removed areas overlay](/files/-LpYMxBkzEjCJ3sq1m2M)

This layer shows all areas that were[ removed](/codex/mav/user-instructions/region-image.md#remove-area) from the experiment.

#### Heatmap

![Density heatmap overlay](/files/-LzLsxQBBj9Iy-K2uy-f)

This layer relates with Density heatmap and it is disabled by default. It will become enabled after Density heatmap is calculated. See [Density heatmap](/codex/mav/user-instructions/other-analysis-operations.md#density-heatmap) for more information.&#x20;


---

# 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://help.codex.bio/codex/mav/user-instructions/overlay-manager.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.
