> For the complete documentation index, see [llms.txt](https://patlas.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://patlas.gitbook.io/docs/usage/topbar/table.md).

# Table

Table is triggered by clicking in the top navigation bar button for table. This table allows to display many information regarding the selected plasmids. By default it will show:

* Accession number
* Plasmid name
* Sequence length
* Species name

![](/files/-LJYLWMPcqrSBZV6DPAn)

As you may have noticed there are a bunch of buttons in this table, so let's dig in.

## Table controls

### Sorting by column

Many column allow to sort by clicking on the respective column header.

![](/files/-LJYLWMR1I1DPEJTkRsQ)

### Select using checkboxes

On the left of each row there are checkboxes that allow to make selections with that entries, that will allow many other commands (e.g. download selected checkboxes sequences from NCBI eutils)

### Download button

On the top left corner there is a download button that will download every selected checkbox. This uses something very similar to [Top Bar Download button](/docs/usage/topbar.md#additional-buttons).

### Search box

Located on the top right corner.

Allows to search for a custom set of characters. However, do note that it searches in all columns.

### Toggle button

Located on the top right corner

Switches table view from column like entries to a more tabular format. So, suit yourself.

### Displayed columns

The next button will provide the user with the ability to hide or show additional columns.

![](/files/-LJYLWMTlJJwRhhKMIr2)

### Export

The next button to the right is the export button, which allows you to export as:

* JSON
* XML
* CSV
* TXT
* SQL
* MS-Excel

#### Export full table

In order to export the full table users must select `ALL` in the dropdown below the table, which allows to show more rows at once:

![](/files/-LJYLWMV6N-TVjSjVe1C)

And then you can export the table in the desired format as usually.

If `ALL` is not selected, users may end up with a partial table, since these export features only are able to export what is shown in the table.

### Double click on a cell

Double clicking on a cell will trigger an event that will pass almost unnoticed for those that are not very familiar with pATLAS. This will center on the double clicked plasmid and open the popup for that plasmid.

### Submit button

Submit button will allow to make new selections on the plasmid network, highlighting the new selection on the network. This will close the table and if you open the table again it will have the information regarding the new selection.


---

# 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://patlas.gitbook.io/docs/usage/topbar/table.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.
