> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/administrator-help-guides/administrator-permissions-and-user-management/setting-up-an-account-in-tahua/sign-in-to-tahua.md).

# Sign in to Tahua

## Signing in with email and password

{% stepper %}
{% step %}

### From the Tahua homepage

Click **Sign in**.

![](/files/f9b9fbaf3a967004836ccbb02f268796927f0c98)
{% endstep %}

{% step %}

### Sign in page

You'll land on the sign in page

{% hint style="info" %}
Bookmark this for easy access later.
{% endhint %}

![](/files/9f54f8fbdf1b7db690cb96a5788be20c140e71a1)
{% endstep %}

{% step %}

### Enter credentials

Enter your **email** and **password** and click **Sign in**.
{% endstep %}

{% step %}

### You're signed in

You've successfully logged into Tahua!
{% endstep %}
{% endstepper %}

## Signing in using single sign-on (SSO)

If your organisation has set up SSO, you can use your work account to sign in to Tahua (e.g. Microsoft or Google). The following example uses Microsoft.

{% stepper %}
{% step %}

### From the Tahua homepage

Click **Sign in**.

![](/files/f9b9fbaf3a967004836ccbb02f268796927f0c98)
{% endstep %}

{% step %}

### Sign in page

You'll land on the sign in page (bookmark this for easy access later).
{% endstep %}

{% step %}

### Choose SSO

Click **SSO**.

![](/files/844e5710330eb868e2616af595672ac0545b15f3)
{% endstep %}

{% step %}

### Authenticate with your organisation

You will be redirected to your **organisation's SSO provider login page**. Enter your sign in details there.

You may find that you are **already signed in with your work account**, in which case **you won't have to enter your password**.

![](/files/c14e22c9cc72e6cd148ac9e11aef9ad1c27318ff)
{% endstep %}

{% step %}

### You're signed in

That's it! You're in.
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://help.tahua.io/knowledge-base/administrator-help-guides/administrator-permissions-and-user-management/setting-up-an-account-in-tahua/sign-in-to-tahua.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
