# Cells

![Cells table](/files/-LzLrJukdneDZTIUnxia)

In the "Cells" ("Table view") frame you can see all cells and their parameters in the same way as they appear in the FCS files. In this table all cells from all regions are represented and you can see 'Region #' column at the end of the table.

![Select all](/files/-LYbGQpNJZ_fZjHZxT92)

You can select whole table by clicking on the 'Select all' button. Then you can click Ctrl + C in order to copy table to the clipboard.

![Select column](/files/-LYbGT7iU14UA9RwTkIt)

You can select any column by clicking on the 'Select column' button. The you also can copy this column to the clipboard.

![Add population](/files/-LYbH42TKKoyMSyKwMrP)

Also you can select any number of rows using mouse and Ctr / Shift modifier keys and then create a new population from select rows by clicking on the 'plus' button. Then new population with selected cells will be created in the [Population table](/codex/mav/user-instructions/population-table.md).

#### Filters

![Filter cells](/files/-LYbHSUmVU64pCz71pUa)

You can filter cells that you see in the Table view via filter combo box. There are three available options:

1. All - all cells from all regions are visible in the Table view.
2. All visible - all cells from all populations, that are selected in [Population table](/codex/mav/user-instructions/population-table.md), are visible in the Table view.
3. 'Some population name' - only cells from this population are visible in the Table view. If this population will be deleted then 'All visible' option will be set.


---

# Agent Instructions: 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:

```
GET https://help.codex.bio/codex/mav/user-instructions/table-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
