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

# Profile Settings

The **User Profile Settings** page allows you to personalize your EmpowerGPT experience by providing essential details about yourself and your organization. Keeping your profile up to date helps ensure better collaboration, localization, and tailored product interactions.

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

## Accessing the User Profile Settings

To access the **Profile Settings** page:

1. Click on your **User Name** located at the bottom-left corner of the screen.
2. Select **Settings** from the menu.
3. Navigate to the **Profile** tab from the top navigation bar.

## Profile Information Fields

Within the **Profile** tab, you can add or update the following information:

* **Company** – Specify the name of your organization.
* **Department** – Define the department you belong to (e.g., Marketing, Finance, Operations).
* **Job Role** – Mention your job title or functional role.
* **Country** – Select the country you are located in to customize regional preferences.
* **Language** – Choose your preferred language (English, German, Italian) for the EmpowerGPT interface.

***

## Security

The **Security** section helps safeguard your account:

* **Change Password** – Update your password regularly to maintain account security.

***

## Delete Account

If you wish to stop using EmpowerGPT, you can permanently delete your account from the **Profile Settings** page.

* **Delete Account** – This option will permanently remove your account, along with:
  * All documents uploaded in **My Workspace**
  * All your chats

{% hint style="info" %}
Account deletion is **irreversible**. Once deleted, your data cannot be restored.
{% endhint %}


---

# 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://docs.empowergpt.ai/settings/profile-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.
