> For the complete documentation index, see [llms.txt](https://docs.skadii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skadii.com/documentation/docs-en/get-started-now/account.md).

# Account

Manage your OneSecure ID account for all applications in one place.

### What is a OneSecure ID user account?

With your OneSecure ID account, you can easily manage your personal settings and access rights. Your settings are automatically synchronized across all HTI applications, so the same information and permissions are available everywhere.

### Where can I find the settings for my OneSecure ID user account?

* Open [skadii.digital](https://skadii.digital/dashboard) or go directly to [OneSecure ID](https://myaccount.onesecure-id.com/)
* Click your **name** or your **profile picture**
* Select the menu item “**OneSecure ID**"
* Then your [OneSecure ID user account opens.](https://myaccount.onesecure-id.com/profile)&#x20;

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FD51yhNtZY4WNMxNUXPav%2Fimage.png?alt=media&amp;token=e23e78b8-e63e-4157-9630-d48ea5154b1c" alt="" width="227"><figcaption></figcaption></figure></div>

### <mark style="color:$primary;">What settings can I change in OneSecure ID?</mark>

Your OneSecure ID account is divided into three main areas:&#x20;

{% tabs %}
{% tab title="Applications area," %}
In the [Applications area,](https://myaccount.onesecure-id.com/applications) **you can see all the HTI applications you have access to.**

These may include:

* skadii&#x20;
* SnowVisual 5.0 by Demaclenko
* Other HTI applications&#x20;

{% hint style="info" %}
You will only see the HTI applications you are authorized to use.\
The applications available to you depend on your company and role.
{% endhint %}
{% endtab %}

{% tab title="Account" %}
On the [Account page,](https://myaccount.onesecure-id.com/profile) you can **manage your personal settings.**

Here, you can:&#x20;

* edit your personal information.
* change your language settings.
* reset your password.
* set or change your PIN.
* You can also read the privacy policy and terms of use. The Help section provides answers to frequently asked questions.

{% hint style="info" %}
As an administrator, you can also **view and manage your user permissions.**
{% endhint %}
{% endtab %}

{% tab title="Team" %}
The [Team](https://myaccount.onesecure-id.com/team) area is **only available to administrators.**

Here, you can:

* manage users in your company.
* invite new users.
* assign application access and permissions.

{% hint style="info" %}
Invited users automatically receive **an email with instructions for activating their account.**
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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.skadii.com/documentation/docs-en/get-started-now/account.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.
