> 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/marker-manager.md).

# Marker Manager

![Marker Manager](/files/-MD-iqKf5xycZnlsmrqY)

Using the Marker manager window, the users can manage all markers. Any changes made to marker selection in this window will affect all features involving markers ([Marker picker](/codex/mav/user-instructions/marker-picker.md), [Clustering](/codex/mav/user-instructions/clustering.md),[ Population table](/codex/mav/user-instructions/population-table.md), [Table view](/codex/mav/user-instructions/table-view.md), [Box plot](/codex/mav/user-instructions/other-analysis-operations.md)).

#### Change visibility

By clicking on any marker checkbox the corresponding marker will be hidden/shown in all features with markers. By default any markers with type 'Nuclear' (DAPI, HOECHST) and 'Blank' will be unselected.

#### Change order

You can sort markers by any column by clicking on the corresponding table header. It will cause marker order changes in all CodexMAV features that support marker sorting.&#x20;

Note: Changing marker order in the Manager will not affect the marker dendrogram order.&#x20;

![Return to default sort order](/files/-LYbLm0TlMDhg8hWDKzl)

Also you can click on the 'Default sort' button and return markers sorting to the default.

#### Change name

If you click on any marker name then you can change it. You can't set duplicate and empty marker names. After setting new name all features with markers will be updated.

#### Reset markers

![Reset markers button](/files/-MD-jFupIwprDbXBZnTS)

The users can deselect all markers at once, except for the first two, by clicking on the 'Reset markers' button.


---

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