> For the complete documentation index, see [llms.txt](https://docs.saas.haut.ai/haut.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saas.haut.ai/haut.ai/administration.md).

# Administration

- [Login and authentication](https://docs.saas.haut.ai/haut.ai/administration/login-and-authentication.md): This page describes the authentication methods available to Haut.AI SaaS users
- [Sign in after the authentication security update](https://docs.saas.haut.ai/haut.ai/administration/login-and-authentication/sign-in-after-security-update.md): How to sign in to Haut.AI SaaS when password-based login is not available for your account.
- [Switch account](https://docs.saas.haut.ai/haut.ai/administration/login-and-authentication/switch-account.md): How to switch between company accounts in Haut.AI SaaS.
- [Set up OIDC SSO](https://docs.saas.haut.ai/haut.ai/administration/login-and-authentication/set-up-oidc-sso.md): Single Sign On (SSO) allows users to log in to many applications or websites using an identity provider.
- [Set up a passkey](https://docs.saas.haut.ai/haut.ai/administration/login-and-authentication/set-up-a-passkey.md): How to register a passkey for your Haut.AI SaaS account and sign in with your device instead of your email.


---

# 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://docs.saas.haut.ai/haut.ai/administration.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.
