# Updating Your Profile

Your profile stores your personal details and billing information used across your AisleList account.

**To update your profile:**

1. Click your name or avatar in the top right corner
2. Select **Profile**
3. Update any of the following sections:
   * **Full name** — Your display name on the account
   * **Email address** — The email used to log in and receive notifications
   * **Password** — Update your login password
   * **Billing details** — Name, address, city, country, and phone number used for invoices
4. Click **Save** on each section to apply changes

> **Note:** Changing your email address will update your login credentials. Make sure you have access to the new email before saving.


---

# 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://aislelist.gitbook.io/aislelist-docs/account-and-profile/updating-your-profile.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.
