> For the complete documentation index, see [llms.txt](https://docs.interval-soft.com/interval/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interval-soft.com/interval/onboarding/managing-your-account/profile-and-account.md).

# Profile & Account

This guide explains how to manage your **Profile** and **Account** settings in InterVal. These options are accessible through the **Account Settings** menu, which is available only to the account owner

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

### 1 - Accessing Account Settings <a href="#id-1-1---accessing-account-settings" id="id-1-1---accessing-account-settings"></a>

1. **Log in** to your InterVal account.
2. **Navigate to Account Settings**:
   * Click on your **profile icon** in the top-right corner of the dashboard.
   * Select **Account Settings** from the dropdown menu.

Once inside, a modal window opens with five tabs. This guide focuses on the **Profile** and **Account** tabs.

### 2 - Profile Tab <a href="#id-2-2---profile-tab" id="id-2-2---profile-tab"></a>

The **Profile** tab allows you to update your personal information, such as your email and password.

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

#### **Features in the Profile Tab:** <a href="#id-3-features-in-the-profile-tab" id="id-3-features-in-the-profile-tab"></a>

1. **Change Email**:
   1. To update your email address, click **Change email** (marked as **1** in the screenshot).
      * A new window opens. Enter the new email address and click **Save**.

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

**Change Password**:

2. * To update your password, click **Change password** (marked as **2** in the screenshot).
   * Enter the following details:
     * **Current Password**: For security verification (marked as **1** in the modal screenshot).
     * **New Password**: Enter a password that meets the security criteria (marked as **2**).
     * **Confirm Password**: Re-enter your new password to confirm (marked as **3**).
   * Click **Save** to apply changes (marked as **4**)

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

### 3 - Account Tab <a href="#id-4-3---account-tab" id="id-4-3---account-tab"></a>

The **Account** tab is used to manage organization details, such as your company name and billing address

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

#### **Features in the Account Tab:** <a href="#id-5-features-in-the-account-tab" id="id-5-features-in-the-account-tab"></a>

1. **Change Organization Details**:
   * Update your **Company Website**, **Company Name**, and **Company Size** in the fields provided (marked as **1**, **2**, and **3** respectively in the screenshot).
   * Click **Save** to confirm changes (marked as **4**)

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

1. **Change Address**:
   * Modify your billing address by entering:
     * **Address Line 1 and 2** (marked as **1** and **2**).
     * **City** (marked as **3**).
     * **State/Province** (marked as **4**).
     * **Postal Code** (marked as **5**).
     * **Country** (marked as **6**).
   * If your mailing address is the same as your billing address, check the **Same as billing address** box (marked as **7**).
   * Click **Save** to finalize changes (marked as **8**)

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


---

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

```
GET https://docs.interval-soft.com/interval/onboarding/managing-your-account/profile-and-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.
