# Account Settings

In Codatum, you can personalize your profile (e.g., avatar and nickname), adjust interface preferences (such as theme and language), and manage authentication options from your account settings.

{% hint style="warning" %}
The settings in account settings are shared across all workspaces you belong to. (Notification preferences can be configured for each workspace.)
{% endhint %}

## Key Features

### Profile Customization:

* Full name: The name displayed to other users
* Nickname: A shorter name used when abbreviated in notebooks and other content
* Profile image: An image used as your avatar

### Interface Preferences:

* Theme: Choose between light mode, dark mode, or system preferences
* Language: Language settings apply to the following elements:
  * UI display: Currently supports English and Japanese (if you select a language other than Japanese, English will be displayed)
  * Chart: Numeric and date formatting is reflected

### Authentication Methods:

* Google Login: Single sign-on using a Google account
* Email + Password: Authentication using email and password
* Multi-factor Authentication (MFA): Strongly recommended for Email + Password authentication
  * Authenticator app support (Google Authenticator, Microsoft Authenticator)
  * SMS verification via registered phone number

### SQL Editor Preferences:

* Tab size: Adjust the number of spaces for indentation
* Upper/Lower case: Set whether SQL functions and keywords display in uppercase or lowercase

### Keyboard Shortcuts Customization:

* Global:
  * Quick search
  * Toggle sidebar visibility
  * Open AI Assistant
* Doc Page:
  * Search and replace text
  * Text formatting (Bold, Highlight, etc.)
  * SQL editor operations (Execute SQL, Format, Comment/Uncomment)
* Grid Page:
  * Undo and Redo operations

### Notification Preferences:

* Notification channels: Choose between in-app notifications and email notifications
* Configurable notification events:
  * Comments on Notebooks and Reports
  * Publishing of reports or public links that include connections you own
  * Notifications when connection sync jobs fail

## How to Access

Select `Account settings` from the profile icon in the bottom-left corner of the screen.


---

# 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://docs.codatum.com/account-management/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.
