# Account Settings

The **Account Settings** section is your central command centre for managing your personal profile, security settings, company information, team members, and essential API keys. Keeping this information accurate and secure is fundamental to the smooth and safe operation of your workspace.

***

### Navigating to Account Settings

1. Log in to your UserFlux dashboard.
2. In the top-left corner of the navigation menu, click on the **Organisation** dropdown.
3. Select **Account Settings** from the menu.

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

The Account Settings page is organised into four distinct tabs: **Your Account**, **Company Details**, **Team Members**, and **API Keys**.\
![](/files/70jNbhwZQ2iN7YTPGSiU)<br>

### Manage Your Personal Account

The **Your Account** tab is where you control your personal user profile and security settings.

#### Update Your Personal Details

1. In the **Your details** section, you can modify your name and email address.
2. Make the desired changes in the **Your name** field.
3. Click **Save details**. A confirmation message will appear in the top-right corner to confirm the update was successful.

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

#### Change Your Password

1. In the **Change password** section, enter your **Current password**.
2. Enter your desired **New password**.
3. Enter the new password again in the **Confirm password** field.
4. Click **Update password** to save the change.

> **Tip: Strong Passwords**\
> We recommend using a unique, complex password for your account. Consider using a password manager to generate and store secure credentials.

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

#### Set Up Multi-Factor Authentication (MFA)

MFA adds a critical layer of security to your account. We strongly recommend all users enable it.

1. In the **Multi-factor authentication** section, click **Setup Multi-factor authentication**.
2. A QR code will be displayed. Open your preferred authenticator app (e.g., Google Authenticator, Authy, 1Password) on your mobile device.
3. Scan the QR code with your authenticator app.
4. Your app will now generate a six-digit, time-sensitive code. Enter this code into the **Enter your one-time code here** field.
5. Click **Verify code** to complete the setup.

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

#### Sign Out of Your Account

To securely log out of your current session, scroll to the bottom of the page and click the **Sign out of my account** button.

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

### Manage Company Details

The **Company Details** tab allows you to update basic information about your organisation.

1. Click on the **Company Details** tab.
2. Update your **Organisation name** and **Country** as needed.
3. Click **Save details** to apply the changes.

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

### Manage Team Members

Collaborate effectively by inviting and managing your colleagues from the **Team Members** tab.

#### View Existing Team Members

This tab displays a list of all users who have been invited to your organisation, along with the **Status** of their invitation (e.g., Accepted).

#### Invite a New Team Member

1. Click the **New Invitation** button in the top-right corner of the page.
2. In the **New Invitation** pop-up, enter the **Email address** of the person you wish to invite.
3. Click **Send**. An invitation email will be sent to the recipient, allowing them to join your organisation.

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

### Manage API Keys

The **API Keys** tab contains the credentials necessary to integrate your applications and services with UserFlux.

> **Warning: Handle with Care**\
> API keys are highly sensitive credentials. Treat them like passwords and never expose them in client-side code or public repositories.

#### Understanding API Keys

The page lists various keys for different environments and access levels:

* **Integration API Keys**: Used for general platform integrations.
* **Data API Keys**: Used specifically for interacting with the Data API.
* **Product API Keys**: Used for product-specific integrations.

Keys are provided for both **Test** and **Production** environments and can have different permission levels, such as **Read-Only**, **Write-Only**, or **Read and Write**.

#### View Your API Keys

For security reasons, your API keys are hidden by default.

1. Click on the **API Keys** tab.
2. Click the **View API Keys** button.
3. A **Complete MFA** prompt will appear, requiring you to enter a one-time code from your authenticator app.
4. Enter the code and click **Verify**.
5. Once verified, all API keys will be revealed, and you can copy them for use in your integrations.

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


---

# 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://userflux.gitbook.io/userflux-docs/feature-guides/organisation/account-settings.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.
