# Account

An **account** is an individual user that logs into the Hardfin platform. If you are using single-sign-on (SSO) through Google or Microsoft, anyone at your domain can authenticate with a Hardfin account automatically.

{% hint style="info" %}
**Understand user relationships**

An **account** can be *associated* with one **organization**, which is the Hardfin account that the user has access to. If a single person needs access to multiple Hardfin accounts, they should log in with a different username for each account.
{% endhint %}

## View account details

To see your account details, navigate to the [account page](https://assets.hardfin.com/account). Here you will see a table with your registered email address, first name, and last name.

Your email address is pulled from your single-sign-on (SSO) provider, such as Google or Microsoft. You can modify your first and last name as they appear in the Hardfin platform.

<figure><img src="/files/Rw1qqhD0t6obSY24wO3q" alt=""><figcaption><p>View Hardfin account details</p></figcaption></figure>

You can configure [notifications](/monitor-the-details/notifications.md) for your account in the **Notifications** section of your account page.

A full **audit log** is also available with a history of account-related actions, including logins.


---

# Agent Instructions: 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:

```
GET https://guide.hardfin.com/manage-your-account/account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
