# How can MiGA help me?

MiGA's analyses can accurately classify genomes providing a statistical classification support, identify taxonomic novelty, and annotate and evaluate sequencing reads and assembly quality, among others. MiGA can take in a variety of inputs such as raw, unassembled reads, assembled isolate genomes, metagenome-assembled genomes (MAGs), and single-cell amplified genomes (SAGs). MiGA uses a combination of the genome-aggregate average nucleotide identity concept or ANI and the average amino-acid identity, AAI, to taxonomically classify a query genomic sequence against the genome sequences in its reference database. Part of MiGA’s strength lies in the 10,000+ reference genomes that make up its database and an efficient heuristic algorithm to search the query genome against all this database. The reference database is regularly updated and improved with minimal downtime, ensuring consistently improved classification accuracy.


---

# 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://manual.microbial-genomes.org/master/part1/pitch.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.
