# Account

### Change your username

Your username is visible to teammates when you share a playground and to admins and team leads when managing the organization. You can change it anytime by clicking your avatar, selecting <kbd><mark style="color:$primary;">Edit profile<mark style="color:$primary;"></kbd>, and updating the <kbd><mark style="color:$primary;">Name<mark style="color:$primary;"></kbd> field. Once saved, this change will be reflected across Beachside.

***

### Change your profile picture

Your profile picture is visible to teammates when you share a playground and to admins and team leads when managing the organization. You can change it anytime by clicking your avatar, selecting <kbd><mark style="color:$primary;">Edit profile<mark style="color:$primary;"></kbd>, and changing the left picture. Once saved, this change will be reflected across Beachside.

***

### Change your password

Beachside doesn't have an in-app password change feature. To reset your password, log out and use the "Forgot password" option on the login screen.

{% stepper %}
{% step %}

### Log-out of beachside

{% endstep %}

{% step %}

### Go to the [Forgot Password](https://theseaai.com/beachside/forgot?type=email) page

You can also click on <kbd>Forgot password</kbd> on the login page
{% endstep %}

{% step %}

### Type your email address and press <kbd>Reset password</kbd>

{% endstep %}

{% step %}

### Check your inbox

{% endstep %}

{% step %}

### On the email, click on <kbd>Reset password</kbd>

It will open a new page to reset your password
{% endstep %}

{% step %}

### Enter your new password twice, click on <kbd>Save password</kbd>

{% endstep %}

{% step %}

### You can now log in with your email and new password

{% endstep %}
{% endstepper %}

***

### Change your email

{% hint style="warning" %}
Currently email change is not supported.
{% endhint %}


---

# 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.theseaai.com/others/quickstart.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.
