# Part III: Interfaces

The core of MiGA is not as useful if we cannot interact with it, and there is a variety of interfaces for that. At the lowest level, the documented [API](https://github.com/bio-miga/miga/tree/1409226a6553bd36a66d2cf085b98080f3962f2b/manual/part3/api.md) is available for developers to communicate directly with MiGA, either through scripts or through the console. A convenient wrapper including most common tasks (and some not-so-common) is available as the MiGA [CLI](https://github.com/bio-miga/miga/tree/1409226a6553bd36a66d2cf085b98080f3962f2b/manual/part3/cli.md). Finally, a graphical interface allowing result browsing and querying of projects is available as [MiGA Web](https://github.com/bio-miga/miga/tree/1409226a6553bd36a66d2cf085b98080f3962f2b/manual/part3/web.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/master/part3.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.
