> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/settings/personal-settings.md).

# Personal settings

**Personal Settings** in Autify Genesis covers viewing your profile, managing two-factor authentication, and switching theme and language.

## Profile and two-factor authentication

Open the account menu in the lower-left corner, click **Settings**, and select **Personal** > **Profile** in the left sidebar.

<figure><img src="/files/y04xKgD1Cvt0qTdMMOBY" alt="Screenshot of the account menu"><figcaption><p>Account menu</p></figcaption></figure>

### Profile

You can view information for the signed-in user. This screen is read-only and cannot be edited.

{% hint style="info" %}
To change your name or email address, ask an Owner or Admin to update it from **User Management**.
{% endhint %}

| Field            | Description                    |
| ---------------- | ------------------------------ |
| **Name**         | Display name of the user       |
| **Email**        | Email address used for sign-in |
| **Organization** | Organization you belong to     |

### Two-factor authentication

The **Two-factor authentication** section appears at the bottom of the profile page. Add an authenticator app code to your sign-in to strengthen account security.

{% hint style="info" %}
If you sign in with SSO or a Google account, two-factor authentication is managed by your external identity provider. You cannot configure it in Autify Genesis.
{% endhint %}

#### Enabling two-factor authentication

1. In the **Two-factor authentication** section, click **Enable**.
2. In the password confirmation dialog, enter your current password and click **Continue**.
3. Scan the QR code with your authenticator app, or register the app with the **Manual entry key**.
4. Save the displayed **Backup codes** in a secure location, and select **I have saved my backup codes in a safe place**.
5. Enter the 6-digit **Verification code** shown in your authenticator app.
6. Click **Finish setup**.

{% hint style="warning" %}
Backup codes are a recovery method when you lose access to your authenticator app. Each code can only be used once.
{% endhint %}

#### Disabling two-factor authentication

1. In the **Two-factor authentication** section, click **Disable**.
2. In the confirmation dialog, enter your current password and click **Disable**.

## Theme and language

Change your theme and language directly from the account menu in the lower-left corner. Settings are saved in your browser and persist for future sessions. On a different browser or device, you need to choose theme and language again.

### Theme

Hover over **Theme** in the account menu to open a submenu. Choose one of the following.

| Option     | Description                                     |
| ---------- | ----------------------------------------------- |
| **Light**  | Bright theme with white background              |
| **Dark**   | Dark theme with black background                |
| **System** | Follows your OS appearance setting (light/dark) |

A check mark appears next to the currently selected theme.

<figure><img src="/files/1b69rBvcWBftQbeeZSId" alt="Screenshot of the theme menu"><figcaption><p>Theme menu</p></figcaption></figure>

### Language

Hover over **Language** in the account menu to open a submenu. Choose one of the following languages.

| Option      | Language |
| ----------- | -------- |
| **English** | English  |
| **日本語**     | Japanese |
| **한국어**     | Korean   |

A check mark appears next to the currently selected language. After selection, the screen automatically refreshes and the UI is shown in the selected language.

<figure><img src="/files/bFGR7OorPmJoYbc1paOY" alt="Screenshot of the language menu"><figcaption><p>Language menu</p></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, and the optional `goal` query parameter:

```
GET https://help.genesis.autify.com/settings/personal-settings.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.
