# Account

{% hint style="info" %}
**Account Setup**: Determines the display settings for the current account, such as interface language and time-zone.
{% endhint %}

## Overview

All account can set up their profile.

On the **Settings** page, access to the **Account** to update your Account Information:

* Your Account Picture
* General Information

## Update Account Information

Complete your account information and select your preferred language:

1. Clicking your avatar at the bottom, then select **Settings** > **Account**.
2. Update your account information.
3. Click the "**Update**" button to complete.

<figure><img src="/files/KgYkloSgUZt4BKA2popW" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note:**

* You can’t change your email, as it will be automatically updated when you are added.
* Double-check your timezone because it affects your activities on Hireforce, especially if you frequently work with users in different time zones.
* The available languages are English and Japanese; you can choose the language that suits you best. This setting only applies to your interface and does not affect other users on your Hireforce account.
  {% endhint %}


---

# 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://help.hireforce.io/getting-started/settings/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.
