# Federated Login

## Creating a user

All analyses in **MiGA @ XSEDE** require login, but creating a user is easy and free. Simply enter [your dashboard](https://xsede.microbial-genomes.org/workspace/dashboard), and you will be redirected to a federated sign up / log in page. Click on [Sign in with Existing Institution Credentials](https://xsede.microbial-genomes.org/auth/redirect_login/cilogon/?next=/workspace/dashboard), and pick your institution.

{% hint style="info" %}
You can also sign up using commercial identity providers such as [Google](https://www.google.com/account) and [GitHub](https://github.com/login).
{% endhint %}

Next, just click on **Log On** and follow the log in instructions of your own institution. You will be redirected to **MiGA @ XSEDE** once you have successfully logged in.

## Logging in

In order to log in, simply follow the same instructions above. You can also tick "Remember this selection", and MiGA @ XSEDE will remember your institution next time you access from that browser.


---

# 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://gateway-manual.microbial-genomes.org/federated-login.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.
