> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# My Profile

<a href="/release-notes/2026.8"><Badge className="version-badge" color="blue">Updated in 2026.8</Badge></a>

*My Profile* lets you manage your user profile, preferences, API keys, and connected accounts.

The **My Profile** page includes:

* [Preferences](#preferences)
* [Global Roles](#global-roles)
* [Login History](#login-history)
* [API Keys](#api-keys)
* [Connected Accounts](#connected-accounts)

## Working with My Profile

Access the **My Profile** page by clicking your user icon in the upper-right corner of the Main page or the bottom-left corner of the Project page.

On the **My Profile** page, you can update preferences, view login history, manage API keys, and more. Click <img src="https://mintcdn.com/cognigy-15abf2ba/sIAERK2J23A3FpS0/_assets/icons/black-and-white/vertical-ellipsis.svg?fit=max&auto=format&n=sIAERK2J23A3FpS0&q=85&s=6d2d4d534ed7e5d4ea9442c1c11f87c8" alt="vertical-ellipsis" width="20" height="20" data-path="_assets/icons/black-and-white/vertical-ellipsis.svg" /> in the upper-right corner to access the extended menu, where you can select the following actions:

* **Edit Profile** — opens the profile editing page where you can update your personal information.
* **Copy Organization ID** — copies the organization ID associated with your user account. This ID is used for Single Sign-On (SSO) and other integrations.
* **Delete Account** — permanently deletes your user profile from Cognigy.AI, including all API keys and connected accounts. This action is irreversible.

### Preferences

Customize your user experience in Cognigy.AI by setting your preferred language, time zone for Insights, and other interface preferences.

| **Preference**                      | **Description**                                                                                                                                                                                              | **Default Value**         |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------- |
| Select Language                     | Sets the language for the user interface. Cognigy.AI supports the following user interface languages:<ul><li>English</li><li>French</li><li>German</li><li>Japanese</li><li>Korean</li><li>Spanish</li></ul> | English                   |
| Select Insights Time Zone           | Defines the time zone for viewing Insights and analytics data.                                                                                                                                               | (UTC+02:00) Europe/Berlin |
| Show Node Count Warnings            | Displays warnings if the number of Nodes in a Flow exceeds best practice limits.                                                                                                                             | Enabled                   |
| Use Contrast Colors for Node Label  | Improves the readability of Node labels by applying higher contrast colors.                                                                                                                                  | Enabled                   |
| Use Extended Keyboard Accessibility | Enables additional keyboard shortcuts and focus options to support accessible navigation.                                                                                                                    | Enabled                   |

### Global Roles

View user's [global roles](/ai/administer/access/admin-center/access-control) that apply across multiple Projects. You can configure more granular roles for each individual Project.

### Login History

View a list of previous login sessions and their location (if available). You can use this information for auditing purposes.

### API Keys

<Warning>
  API keys listed with the **Legacy** tag are stored in an outdated storage format and don't comply with the current security standards. If you use legacy API keys, migrate to the new API keys as soon as possible and revoke the legacy API keys.
</Warning>

API keys allow third-party services to access Cognigy.AI in the same way a human user would by entering their password to log in to the platform.

API keys inherit the same permissions as the associated user profile, such as Admin, Project Manager, or OData.

API keys provide authorization to perform requests made available via the [Cognigy.AI Open API](/ai/for-developers/developers/api-and-cli) or to return conversation data from the [Cognigy OData Analytics Endpoint](/ai/agents/analyze/odata).

Only users with [global roles](/ai/administer/access/admin-center/access-control) can manage their API keys.

<AccordionGroup>
  <Accordion title="Create an API Key">
    To create an API key, follow these steps:

    1. On the **My Profile** page, go to the **API Keys** section and click **+**.
    2. Enter a unique name for the API key and click **Confirm**.
    3. Copy the API key by clicking its value and save it securely. For security reasons, the key is shown only once in this window; if not saved, you won't be able to view or copy it again.

    Once the API key is created, its name and creation date will be displayed in the list of API keys.
  </Accordion>

  <Accordion title="Revoke an API Key">
    To revoke an API key, follow these steps:

    1. On the **My Profile** page, go to the **API Keys** section.
    2. Select <img src="https://mintcdn.com/cognigy-15abf2ba/sIAERK2J23A3FpS0/_assets/icons/black-and-white/vertical-ellipsis.svg?fit=max&auto=format&n=sIAERK2J23A3FpS0&q=85&s=6d2d4d534ed7e5d4ea9442c1c11f87c8" alt="vertical-ellipsis" width="20" height="20" data-path="_assets/icons/black-and-white/vertical-ellipsis.svg" /> **Revoke API Key** next to the API key you want to revoke.

    The API key will be revoked and can no longer be used for authentication in API requests.
  </Accordion>
</AccordionGroup>

### Connected Accounts

Manage third-party accounts that Cognigy.AI connects to, simplifying deployment to supported platforms. Currently, only Amazon accounts are supported.
