# Update Profile

## Updating Profile Username

You cannot change usernames via the dashboard. If you really need to change it, please get in touch at <support@reviewdrop.io>

{% hint style="danger" %}
Changing your username will result in 404 (Broken) links from your previous username url. Use at your own risk!
{% endhint %}

## Updating Widget Icon Message

To update the message which appears next to the icon, head to the [Widget Install](https://reviewdrop.io/settings/widget) page, and scroll until you get to the "Widget Label" fields.

![](/files/-MgRQ8yCzqwgftz8ggmr)

![](/files/-LSkFhdk_nv6CFWSR74L)

{% hint style="info" %}
Please keep this message short to prevent excessive space from being taken up on your website.
{% endhint %}

## Updating Logo and Business Profile Information

To update your profile page, either navigate to your profile page and click **Edit Profile** while logged in, or click your icon at the top right of the site, then [settings](https://reviewdrop.io/user/profile).

You may add a logo, biography, external links, support email and hide certain sub-review options when customers submit reviews.

## Hide Review Sub-Types

Navigate to your **Profile Edit** page as mentioned above and scroll down to **Reviews**. Unchecking these fields will remove from your profile page and submission form.

![](/files/-MgRR0BYp8HXhdmEM1wv)

For example; a company may only sell digitally and not require the **Delivery** review option.


---

# 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.reviewdrop.io/profile-page/update-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.
