# How to Login

### Vist the Login Screen

* To log in to Twig. visit <https://app.twig.so>
* You should see a login screen, like this

<figure><img src="/files/vk3ZKyKlbhyRog1XslKx" alt="" width="375"><figcaption></figcaption></figure>

* You will be presented with a few different options to log in.&#x20;
  * Login with Google&#x20;
  * Login with Enterprize Single Sign-On
  * Login with UserID and Password

### Login with Google:&#x20;

* Click on the "Continue with Google Button"
* You will see a page popup that looks like this
* ![](/files/zARHvxO6kFvNajup4Cpn)&#x20;
* Click the account to which you received an invite.

### Login with Enterprize Single Sign On:

* If your organization have been setup for Enterprize Single Singon you may use this feature
* First, enter your email. Twig will detect that your domain has been setup for single sing on and take you to your company page for login&#x20;

  <figure><img src="/files/nbAC32siKNWpNKiwanQI" alt="" width="375"><figcaption></figcaption></figure>
* Here is an example of a company login screen.
*

```
<figure><img src="/files/vABdxuYEMZyEgHMT5cvT" alt="" width="375"><figcaption></figcaption></figure>
```

### Login With UserID and Password

* If your account is not configured for Enterprize SSO then you will be asked to provide a passwork. Like in this screen
*

```
<figure><img src="/files/pRXQ8VN7XGpewfxTJt2Y" alt="" width="375"><figcaption></figcaption></figure>
```

* Once you are logged in you will see the home screen, if you email is configured for multiple organizations you may need to select your organization to visit the respective home screen

### Select Organization \[Applicable if your email is configured for multiple orgs]

* \[Optional] Select an Org: If you are part of multiple organizations you will be presented a screen to select an org.  Click on launch
*

```
<figure><img src="/files/9LL9d0d4lQH3gXZm7cOu" alt=""><figcaption></figcaption></figure>
```

### Success 🎉🎉🎉🎉

* You will land on the Home Page: Success&#x20;

<figure><img src="/files/X2nbEhJv4kzvkgCoLToT" alt=""><figcaption></figcaption></figure>


---

# 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://help.twig.so/getting-started/how-to-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.
