# Profile

The Profile Page serves as a centralized location where users can view and manage specific details related to their accounts.&#x20;

This page is designed to provide a clear snapshot of the user's essential information and offers easy navigation for updates and modifications.

**Name**\
Your registered name is prominently displayed, ensuring easy identification.

**Email Address**\
View the email address associated with your account. This is the primary mode of communication for any notifications or updates.

**Email Status**\
Check the current status of your email. This can indicate whether your email is verified, pending verification, or requires attention.

To navigate to the Profile Page, click on Profile in the main menu under 'Account'. Clicking on this will direct you to the Profile Page.

<figure><img src="/files/yOeGQoSzM4zIDy3uTyYi" alt=""><figcaption><p>Profile Form bodt.io</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.bodt.io/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.
