> For the complete documentation index, see [llms.txt](https://docs.bezier.octue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bezier.octue.com/getting-started/complete-user-profile.md).

# Complete user profile

{% embed url="<https://www.loom.com/embed/cc54c334698a487ba372a139a3372c54?sid=c7a05fa0-c18e-4587-b739-5b2f443b9e71>" %}

### Step 1

Begin by navigating to the Profile menu. You can find it at the bottom left corner where your account name is displayed.

<figure><img src="/files/YcW0CF5EEq7CO0qeBgG0" alt=""><figcaption></figcaption></figure>

### Step 2

Click to view the available options. From the list, select "Settings" to access your Profile Settings page.

<figure><img src="/files/xn511izvnwcbTHBkUSbh" alt=""><figcaption></figcaption></figure>

### Step 3

Proceed to fill in your profile by entering your full name and other details.

<figure><img src="/files/2HPv3lkLqIOQOZhy96eR" alt=""><figcaption></figcaption></figure>

### Step 4

After entering all the necessary details, click on "Save."&#x20;

<figure><img src="/files/piyLD2rUL0QGpIsSNzRk" alt=""><figcaption></figcaption></figure>

A confirmation message will appear, indicating that your profile has been updated successfully.

With this, your profile setup is now complete.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bezier.octue.com/getting-started/complete-user-profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
