# Edit User Profile Page

The Edit User Profile Page allows user to update their avatar image, display name or about information.

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

### Features <a href="#features" id="features"></a>

<table data-header-hidden><thead><tr><th width="217"></th><th></th></tr></thead><tbody><tr><td><strong>Feature</strong></td><td><strong>Description</strong></td></tr><tr><td>Edit User Profile</td><td>Update avatar image, display name or about information.</td></tr></tbody></table>

### Customization

<table><thead><tr><th width="269">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>edit_user_profile_page/*/*</code></td><td>Page</td><td>You can customize page <code>theme</code></td></tr><tr><td><code>edit_user_profile_page/*/back_button</code></td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td><code>edit_user_profile_page/*/title</code></td><td>Element</td><td>You can customize <code>text</code></td></tr><tr><td><code>edit_user_profile_page/*/user_display_name_title</code></td><td>Element</td><td>You can customize <code>text</code></td></tr><tr><td><code>edit_user_profile_page/*/user_about_title</code></td><td>Element</td><td>You can customize <code>text</code></td></tr><tr><td><code>edit_user_profile_page/*/update_user_profile_button</code></td><td>Element</td><td>You can customize <code>text</code></td></tr></tbody></table>

For more details on customization, please refer to the [Customization](/social-plus-uikit/uikit-4/customization.md) page.

### Usage <a href="#usage" id="usage"></a>

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/c25edfb8c9874d673dfbdd91f469b0f4>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/bae34848ea10320f9a4eb52d8e489702>" %}
{% endtab %}

{% tab title="Flutter" %}
{% embed url="<https://gist.github.com/amythee/172cccd1b77f8f1722a2eeb3573d72be>" %}

{% endtab %}

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/5e74e8bee36a3c71fac2cff3490581c4>" %}
{% endtab %}
{% endtabs %}


---

# 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.social.plus/social-plus-uikit/uikit-4/social/user/edit-user-profile-page.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.
