> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/connect-and-administer/account-and-team/manage-your-account-settings.md).

# Manage your account settings

Change the interface language, join the VIP program, change your email address or password, and sign out.

Use this task to change the settings that belong to your own Podigee user account. Plan, billing, and team settings have their own pages in this section.

## Before you start

* Sign in to Podigee.
* When you want to change the email address or the password, have your current password ready.
* If you signed up with a Google, Apple, or Microsoft account, you do not have a Podigee password. The email and password forms need the current password, so they are not available to you.

{% tabs %}
{% tab title="Classic view" %}

### Open your account settings

1. Open the user menu in the top navigation.
2. Select **My account**.

The **General** tab opens. The other tabs on this page depend on your plan and your role.

### Change the interface language

1. On the **General** tab, find **Interface settings**.
2. Under **Change language**, select a language.
3. Save the form.

![The General tab of My account with the select Interface language, the button Change language, and the VIP program checkbox](https://2032417310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqUKO6lljHGzkEAzliPI%2Fuploads%2Fgit-blob-dc76a9e3e8218057526aa8f604ff96256e5de044%2Fdoc-account-002-classic-general-tab.png?alt=media)

The General tab holds the interface language and the VIP program option.

Podigee shows the message **General configuration changed successfully.**

### Join the Podigee VIP program

1. On the **General** tab, select the checkbox **Yes, I would like to become a Podigee VIP member and participate in surveys and beta releases.**
2. Save the form.

Editor accounts that were created from a podcast invitation cannot join the VIP program.

### Change your email address

1. Open the **Account access** tab.
2. Under **Change email**, enter the new email address and repeat it.
3. Enter your current password.
4. Confirm the dialog with **I understand, change**.

![The Account access tab with the notice about the sign-out on all devices and the section Change email with the fields New email, New email confirmation, and Password](https://2032417310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqUKO6lljHGzkEAzliPI%2Fuploads%2Fgit-blob-5c598821f97ef53342e3828c5cad0cc93a4c8322%2Fdoc-account-002-classic-account-access.png?alt=media)

The Account access tab warns about the sign-out on all devices and holds the email and password forms.

The dialog warns you: **You will be logged out on all your devices or browsers and you will need to verify your new email address to continue using Podigee.** Podigee sends the email **Email changed** with a new verification link to the new address. Open the link to verify the new address. Until then, the account is unverified. See [Verify your email address](/documentation/start-here/start-here/verify-your-email-address.md).

If the password is wrong, Podigee shows **You need to provide a valid password to update the email address.**

### Change your password

1. Open the **Account access** tab.
2. Under **Change password**, enter your current password.
3. Enter the new password and repeat it. The password must have at least 8 characters.
4. Save the form.

Podigee signs you out and opens the sign-in page. Sign in with the new password.

If the current password is wrong, Podigee shows **Password could not be changed. Password invalid.**

### Sign out

1. Open the user menu in the top navigation.
2. Select **Logout**.

Podigee ends your session and opens the sign-in page.

### Expected result

* The interface uses the selected language.
* After an email change, the account is unverified until you open the new verification link.
* After an email change, a password change, or a password reset, all other sessions on other devices and browsers end. Podigee has no separate button to end other sessions.

### If you cannot complete the task

* You did not receive the **Email changed** email: open the **Account access** tab and select **Send verification link** in the **Email verification** block.
* You forgot your current password: use [Reset your password](/documentation/connect-and-administer/account-and-team/reset-your-password.md).
  {% endtab %}

{% tab title="Podigee workspace" %}
The Podigee workspace does not include the account settings yet. Switch to the classic view to manage your account settings.
{% endtab %}
{% endtabs %}

## Next step

[View your plan and usage](/documentation/connect-and-administer/account-and-team/view-your-plan-and-usage.md)


---

# 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.podigee.com/documentation/connect-and-administer/account-and-team/manage-your-account-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.
