> For the complete documentation index, see [llms.txt](https://enterprise.hideez.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enterprise.hideez.com/hideez-authenticator-app.md).

# Hideez Authenticator App

- [Quick overview](https://enterprise.hideez.com/hideez-authenticator-app/quick-overview.md)
- [Admin guide](https://enterprise.hideez.com/hideez-authenticator-app/admin-guide.md)
- [Setup for PC login scenario](https://enterprise.hideez.com/hideez-authenticator-app/admin-guide/setup-for-pc-login-scenario.md)
- [Passwordless PC Login Setup](https://enterprise.hideez.com/hideez-authenticator-app/admin-guide/setup-for-pc-login-scenario/passwordless-pc-login-setup.md)
- [Configuring an Active Directory Certification Authority](https://enterprise.hideez.com/hideez-authenticator-app/admin-guide/setup-for-pc-login-scenario/passwordless-pc-login-setup/configuring-an-active-directory-certification-authority.md)
- [Hideez Enterprise Server setup for passwordless login](https://enterprise.hideez.com/hideez-authenticator-app/admin-guide/setup-for-pc-login-scenario/passwordless-pc-login-setup/hes-setup-for-passwordless-login.md)
- [Setting Up Passwordless Workstation Login with Entra ID](https://enterprise.hideez.com/hideez-authenticator-app/admin-guide/setup-for-pc-login-scenario/passwordless-pc-login-setup/setting-up-passwordless-workstation-login-with-entra-id.md)
- [Password-based PC login Setup](https://enterprise.hideez.com/hideez-authenticator-app/admin-guide/setup-for-pc-login-scenario/password-based-pc-login-setup.md)
- [Setup for SSO login scenario](https://enterprise.hideez.com/hideez-authenticator-app/admin-guide/setup-for-sso-scenario.md)
- [User guide](https://enterprise.hideez.com/hideez-authenticator-app/user-guide.md)
- [Mobile App Primary Setup](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/mobile-app-primary-setup.md)
- [App enrollment on Hideez Server](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-enrollment.md)
- [Enroll the application on Hideez Server for SSO](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-enrollment/sso-enrollment.md)
- [SSO enrollment (admin account)](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-enrollment/sso-enrollment/sso-enrollment-admin-account.md)
- [SSO enrollment (user account)](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-enrollment/sso-enrollment/sso-enrollment-user-account.md)
- [PC Authorization Enrollment](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-enrollment/pc-authorization-enrollment.md)
- [Enrollment for Passwordless PC Authorization](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-enrollment/pc-authorization-enrollment/pc-authorization-enrollment.md)
- [Passwordless account re-enrollment](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-enrollment/pc-authorization-enrollment/pc-authorization-enrollment/account-roaming.md)
- [Enrollment for Password-based PC Authorization](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-enrollment/pc-authorization-enrollment/enrollment-for-password-based-pc-authorization.md)
- [Account roaming](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-enrollment/pc-authorization-enrollment/enrollment-for-password-based-pc-authorization/account-roaming.md)
- [Login with Hideez Authenticator](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/login-with-hideez-authenticator.md)
- [SSO login](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/login-with-hideez-authenticator/sso-login.md)
- [PC login](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/login-with-hideez-authenticator/pc-login.md)
- [Offline passwordless login](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/login-with-hideez-authenticator/pc-login/offline-passwordless-login.md)
- [Login to the remote PC via RDP](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/login-with-hideez-authenticator/pc-login/login-to-the-remote-pc-via-rdp.md)
- [PC lock](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/pc-lock.md)
- [OTP generation](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/otp-generation.md)
- [Software key disabling](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-disabling.md)
- [PC logon disabling](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-disabling/pc-logon-disabling.md)
- [SSO logon disabling](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/software-key-disabling/sso-logon-disabling.md)
- [Service operations](https://enterprise.hideez.com/hideez-authenticator-app/user-guide/service-operations.md)


---

# 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://enterprise.hideez.com/hideez-authenticator-app.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.
