> 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-client-app/account-management/account-creation.md).

# Account creation

{% hint style="info" %}
The accounts that you create in Hideez Client will be visible only to you; the HES administrator will not see them and will not be able to interact with them in any way.
{% endhint %}

Click on the “**+**” icon at the bottom of the page to create an account\
\&#xNAN;*OR*\
use the hotkey combination **Ctrl + Alt + A** to open the window for adding an account from an application or site. In this case, the account name and applications will already be pre-filled and they can be changed.

![](/files/yCbAYtPVTZIQtkmVOWdF)

Enter your account information in the window that appears:

![](/files/-MPFNQ9CWI3yp-zENCzo)

* Account name - any name that is convenient and understandable for you
* Login - the login used to enter the account.
* Password - password used for login. You can enter it manually or generate it by clicking on the icon at the end of the line. If you generate a password, then do not forget to update it in your existing account.
* Web-site/app - addresses of websites where this account and application names can be used.\
  \&#xNAN;**-** to add a site address, click the **Add Web-site** button\
  Use the drop-down box to select either from the addresses you have used previously or \<Enter Url> enter a new one. \
  After entering the address, press “Enter” or the icon ![](/files/-MPFU-5h5lY3GkYbtPDi)to save or press![](/files/-MPFU2CFdqrmN7zX7Hc9) to delete the entered address.\
  &#x20;<img src="/files/-MPFUFcp3s8EsTakiGni" alt="" data-size="original"> \
  Web site addresses can be added an unlimited number of times. You can delete or edit them by clicking on the line with the address and the corresponding icon. <img src="/files/-MPFUOv9a8PnuP3wplrx" alt="" data-size="original"> \
  &#x20;**-** To add an application, click the **Add application** button\ <img src="/files/-MPFUdcS9OY5G0OVfF18" alt="" data-size="original"> \
  And select one from the list of applications running on your computer. If the application is not listed, you need to run it. Follow the same procedure to add the next application.\
  Removal and editing added applications apply in the same manner as for web sites.\ <img src="/files/-MPFUtseUJGvnYqHaL4v" alt="" data-size="original">&#x20;

#### Hideez client as a One-Time Password (OTP) generator.

* OTP Secret: here you can copy the secret key, based on which one-time passwords are generated. Typically, such a key is displayed as a QR code on a computer screen and is intended to be scanned by the phone application. For example, this is how OTP set up for a Google account looks like:\
  &#x20;<img src="/files/-MPFV1g4uUgkzClxaxvf" alt="" data-size="original">&#x20;

  \
  In our case, you will need to click on the link “CAN’T SCAN IT?” - a window opens, where the same code will be presented in text form: \ <img src="/files/-MPFV7C5YOr-uI4HaU_b" alt="" data-size="original">&#x20;

  \
  Copy this text and paste it into the OTP Secret field in the Hideez Client application. <img src="/files/-MPFVKXviG4qrCldYh54" alt="" data-size="original"> \
  \
  You can also press the button, and then the QR code will be read by the Hideez Client application automatically. In this case, the QR should be visible on the screen when the Hideez Client application is minimized. \ <img src="/files/-MPFVWuXMjbi137gzrua" alt="" data-size="original">&#x20;

{% embed url="<https://youtu.be/7UIgcobh3jU>" %}


---

# 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-client-app/account-management/account-creation.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.
