# Edit Profile

To update your **First Name**, **Last Name**, and **Passwords:**

* Navigate to the top right-hand corner of your top panel.
* Click on your name at the top right-hand corner of your dashboard.
* Click **Edit Profile.**

<figure><img src="/files/9KJ073F6th1mYlOPjJ5m" alt=""><figcaption><p>Update Profile Information</p></figcaption></figure>

Click **Save** to save your updated profile information.

View your **Access Token** in your **Account** section.

<figure><img src="/files/TkjbiTgi3pfuEr7mTk7L" alt=""><figcaption><p>View Access Token</p></figcaption></figure>

{% hint style="info" %}
Access tokens are used in token-based authentication. It allows your app to access our API. Your app receives an access token after we successfully authenticate and authorize access, then pass the access token as a credential when you call the target API.&#x20;

The passed token informs the API that the token bearer (you) is authorized to access our API and perform specific actions (e.g. integrate your BotDistrikt bot to your website) specified by the **scope** that was granted during authorization.

<img src="/files/FmP6IIK5Vypqu1VMSVZw" alt="" data-size="original">
{% endhint %}

Click **Change Password** to update your current password. Click **Save.**

<figure><img src="/files/CQdrBJ0SJRcEBGZc7fPN" alt=""><figcaption><p>Change Email Preferences</p></figcaption></figure>

Click **Email Preferences** to view current email preferences. Each bot has separate email preferences that you can update in each bot's dashboard.

<figure><img src="/files/NNVaBWFbH8oJfrLWg1zh" alt=""><figcaption><p>Change Email Preferences</p></figcaption></figure>


---

# 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://docs.botdistrikt.com/introduction/setup/edit-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.
