> For the complete documentation index, see [llms.txt](https://cgps.gitbook.io/pathogenwatch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cgps.gitbook.io/pathogenwatch/supported-organisms.md).

# Supported Organisms

## About

Pathogenwatch provides annotation pipelines for a limited set of species. The pipelines for these species have been constructed and validated with community experts to provide robust, reliable results, and [assembly QC parameters](/pathogenwatch/technical-descriptions-of-analysis-tools/assembly-qc.md) are provided for each one.

## Species Selection

The selected species have chosen through a combination of important to public health as indicated by inclusion in the WHO priority pathogens (e.g. *Enterobacter cloacae* complex), or public health burden (e.g. *Vibrio cholerae* or SARS-CoV-2). In some cases, the support is also for historical project reasons (e.g. *Candida auris*), or for use as a type species in developing our internal tools (e.g. *Renibacterium salmoninarum*).

We are happy to consider new species of public health importance, provided they meet the following criteria:

* Significant current or potential public health importance. E.g. potential epidemic or multi-drug resistant health-care associated pathogen.
* Established bioinformatics pipelines (e.g. for AMR or serotyping) or extensions of current Pathogenwatch tools (e.g. core tree building, mlst, poppunk2).
* Community support for development and testing.
* Sufficient reference quality genome data for development and testing of genomics tools.

{% hint style="info" %}
If a genome is not identified by Speciator as belonging to a supported species, no further analyses will be undertaken. FASTA files and assembly QC statistics will be made available for download for a limited time before deletion of the genome and records.
{% endhint %}


---

# 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://cgps.gitbook.io/pathogenwatch/supported-organisms.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.
