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

# Create Account

New users of MiGA Online must register by going to [MiGA Online](http://microbial-genomes.org/) and setting up an account. Click on **Create User** and fill in the form with your name, email address and password. Then click on the **Create my account** button at the bottom of the page. Easy! and best of all, **free**!

After creating an account, when you log in to MiGA you will find a pull down menu in the upper right of the page with options for **Dashboard**, **Settings**, **Query datasets** and **Log out**. The Dashboard option will take you to your personal home page with links to some of the same things. The most important of these is **Query datasets** which will take you to a page with links to previous analyses you have made. The Settings link allows you to change your email address and password.

Click on MiGA in the upper left to go back to the MiGA home page to start a new analysis or explore genomes in the databases.


---

# 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:

```
GET https://help.microbial-genomes.org/create-account.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.
