# Part IV: Deploying examples

Now that your system is ready with MiGA, you may want to deploy some examples for a test run. Here you can find how to get the entire [RefSeq in MiGA](/master/part4/deploy-refseq.md) and how [build a clade collection](/master/part4/deploy-clade.md).

For more details on running MiGA, see how to [launch daemons](/master/part4/daemons.md) and how to [setup MiGA in a cluster](/master/part4/cluster.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/part4.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.
