# Part II: Getting started

To get started with MiGA, first make sure you have all the [system requirements](/part2/requirements.md). Next, [install and configure MiGA](/part2/installation.md) in order to use it for processing. You can also skip the configuration if you simply want to access projects previously processed.

Finally, you may want to get familiar with the [MiGA types](/part2/types.md), the [input data for MiGA](/part2/input.md), and the methods for [distances](/part2/distances.md) and [clustering](/part2/clustering.md).


---

# 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/part2.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.
