# Downloading Data

{% hint style="warning" %}
You must be **logged in** to download files from Pathogenwatch.
{% endhint %}

All genome related files, such as FASTAs or analysis results, can be downloaded using the selection basket in the [Genomes browser](/pathogenwatch/how-to-use-pathogenwatch/browsing-and-viewing-genomes/browsing-searching-genomes.md#downloading-data) and the [Download menu](/pathogenwatch/how-to-use-pathogenwatch/downloading-data.md) in the Collection viewer. FASTA files can also be downloaded individually from [Genome Reports](/pathogenwatch/how-to-use-pathogenwatch/browsing-and-viewing-genomes/genome-reports.md).

<figure><img src="/files/gnjJc04WJ8dsexCURXjy" alt="" width="375"><figcaption><p>Genomes browser donwload menu. In this case, all are <em>E. coli</em>.</p></figcaption></figure>

Collection-related files, such as newick files and distance matrices are available via the [Download menu](/pathogenwatch/how-to-use-pathogenwatch/downloading-data.md) in the collection viewer.

<figure><img src="/files/MsJcfzqjTi0Xzu5zpgLJ" alt="" width="375"><figcaption><p>Collection download menu.</p></figcaption></figure>

All files can also be accessed via [the API](/pathogenwatch/how-to-use-pathogenwatch/the-api.md).


---

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

```
GET https://cgps.gitbook.io/pathogenwatch/how-to-use-pathogenwatch/downloading-data.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.
