# Account Management

## Modifying your credentials

You can modify your email and password in the [Account Page](https://bubble.io/account). For security reasons, you'll need to enter your existing password to modify either your email or change your password.

If you used Google Authentication and if you want to modify the email you're using to login, you should set up a password first. When signing up with Google, no password is created, but if you reset the password (in the Log in popup), you'll be able to define a password. This password will be the one you will need to enter when updating your credentials.

If you need to unauthorize your Google account, you need to do this in the Google App Dashboard. Revoking access to Google is not something that is done on the Bubble side.

## Deleting an account

You can delete your account in the Account page. Note that when you delete your account, we delete your personal data (email, Bubble usage, etc.), but we do not delete the apps you have created and their database. If you need to delete them as well you should delete the apps first.


---

# 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://manual.bubble.io/account-and-marketplace/account-and-billing/account-management.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.
