> For the complete documentation index, see [llms.txt](https://help.idm.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.idm.illumina.com/dragen-targeted-microbial.md).

# DRAGEN Targeted Microbial

- [DRAGEN Targeted Microbial App Documentation](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial.md)
- [How to set up and run an analysis](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/setting-up-an-analysis.md)
- [Custom genomes and primer sets](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/custom-genomes-and-primer-sets.md)
- [Genome definition file formats](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/custom-genomes-and-primer-sets/genome-definition-file-formats.md)
- [Primer definition file formats](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/custom-genomes-and-primer-sets/primer-definition-file-formats.md)
- [App Settings](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/settings.md): Describes the controls on the Input Form and their function
- [Understanding the BaseSpace Reports](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/understanding-the-basespace-reports.md): Brief description of Summary and Result reports and an explanation of their contents
- [Summary Report](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/understanding-the-basespace-reports/summary-report.md): Describes the report that can be viewed from the Summary link on the Reports tab of a completed analysis.
- [Result Reports](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/understanding-the-basespace-reports/result-reports.md): Describes the reports that can be viewed from the individual sample links on the left side of the reports tab or by clicking on sample names in the Metrics by sample table.
- [Output files](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/output-files.md)
- [Pipeline Logic](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/pipeline-logic.md): Descriptions of the logic underlying the DRAGEN Targeted Microbial analysis pipeline
- [Special considerations for amplicon sequencing with IMAP protocols](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/special-considerations-for-amplicon-sequencing-with-imap-protocols.md)
- [Frequently Asked Questions (FAQ)](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/frequently-asked-questions-faq.md)
- [Known issues](https://help.idm.illumina.com/dragen-targeted-microbial/dragen-targeted-microbial/known-issues.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, and the optional `goal` query parameter:

```
GET https://help.idm.illumina.com/dragen-targeted-microbial.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.
