> For the complete documentation index, see [llms.txt](https://guides.regen.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.regen.network/guides/regen-marketplace-buyers-guides/profile-customization-buyers.md).

# Profile Customization (Buyers)

{% hint style="info" %}
*<mark style="color:blue;">Your profile acts as a home page for you. You can set up your profile page to best represent you, and provide details for individual credit retirement certification.</mark>*
{% endhint %}

### Navigate to Your Profile

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

* Click on your profile in the top right corner of the app.&#x20;
* The page below will open.

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

### Edit Profile

* Click the "Edit Profile" button framed in green above. The page below will open.&#x20;

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

* Here you can update profile details (shown in the image below), including:&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><mark style="background-color:yellow;">Name</mark></td><td><mark style="background-color:red;">Background Image</mark></td><td><mark style="background-color:blue;">Website Link</mark></td></tr><tr><td><mark style="background-color:orange;">Profile Image</mark></td><td><mark style="background-color:purple;">Description</mark></td><td><mark style="background-color:green;">Social Media Link</mark></td></tr></tbody></table>

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

Click "save" at the bottom of the page to save your updates.&#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://guides.regen.network/guides/regen-marketplace-buyers-guides/profile-customization-buyers.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.
