# Sign in and organizations

When you open the Ango Hub App, you will be asked to sign in to your Ango Hub account.

The app supports the same account types as Ango Hub:

* Email and password
* Google sign-in
* SSO, when your organization uses single sign-on
* Two-factor authentication, when enabled on your account

## Signing in with email and password

Enter your email address and tap *Next*. If your account uses a password, the app will ask for it on the next screen.

If two-factor authentication is enabled, the app will then ask for the six-digit code from your authenticator app. Enter the code and tap *Verify*.

## Signing in with SSO

If your email address belongs to an organization using SSO, the app will redirect you to the SSO sign-in flow after you enter your email address.

After authentication succeeds, you will be returned to the app automatically.

## Signing in with Google

Tap *Continue with Google* to authenticate with a Google account. The app will open a browser-based sign-in flow and return you to the app after sign-in is complete.

## Selecting an organization

If you belong to more than one organization, the app may ask you to select which organization you want to enter.

You can also change organization later:

1. Open the *Projects* tab.
2. Tap the organization name at the top of the screen.
3. Select another organization from the list.

You can also open the organization picker from *Settings*.

{% hint style="warning" %}
Switching organization changes the projects and tasks shown in the app. If you are recording media or previewing a capture, finish or discard it before switching organizations.
{% endhint %}

## Access restrictions

If your organization restricts access by location, you may see an *Access Restricted* message. In this case, Ango Hub is not available from your current location.


---

# 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://docs.imerit.net/ango-hub-app/sign-in-and-organizations.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.
