# Top navigation bar

This navigation bar is open by default, however some options are not available immediately after loading the page (don't worry, proper errors will raise if something goes wrong). Here is the general aspect of the Top navigation bar:

![topbar](/files/-LJYLWNaNE5QL9AUSxoT)

1. Button that opens the [side menu](/docs/usage/sidebar.md).
2. Button that resets colors of all plasmids/nodes and clears every selection previously made.
3. Button that resets the colors of all links.
4. `Home` button that will reload the initial network (nodes and links). However, previous selections made through the [side menu](/docs/usage/sidebar.md) will be kept, allowing the user to re-use previous selections but in the full matrix.
5. `Filter` button, which filters the current selection and displays all currently selected plasmids/nodes or all currently selected plasmids/nodes and all their linked plasmids/nodes (as well as the respective links). This may be particularly handy to filter queries.
6. `Download` button, that enable users to download the currently selected plasmids. This will download the queried accession numbers to a file named `pATLAS_download_<random_hash>.fas`. For more on this subject, see [Download api](/docs/api/download_api.md). **NOTE:** Some browsers may prevent pATLAS from opening new tabs or popups. Downloads will be blocked if the user doesn't allow pATLAS to open popups.
7. `Table` button, that opens a table with information available for the currently selected plasmids/nodes.
8. `Statistics` button, that will open a bar plot with the species present in the current selection. This will also allow access to all other statistic plots through the statistics popup (for further details see [Statistics](/docs/usage/sidebar/statistics.md).
9. `Heatmap` button will generate a heat map that allows to compare multiple mapping or mash screen or even sequence results (for more details on how to import results go to [here](/docs/usage/sidebar/import.md)).
10. A slider that enables the user to search for a specific accession number or plasmid name (depending on the state of the slider). Then users may give a name or accession number to the form on the left (11th button in this image).
11. A search form in which users may search for a specific accession number or plasmid name, as mentioned before.
12. A button to submit the queried accession number or plasmid name (written in **11**).
13. A button that clears the form in **11**.


---

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