# Manage my profiles

You can easily manage your profiles from anywhere in the application!&#x20;

To access it, simply click on your name in the navigation bar, then select `Profile` from the drop-down menu. This will take you straight to your profile management page, where you can customise your personal information and privacy preferences.

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

## Profiles for each Spot&#x20;

If you are a member of several Spots, you can edit the profile for each of them independently. This allows you to customise the details of your profile to suit the specifics of each Spot.

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

### Personal details&#x20;

Edit your surname, first name, title, photo and biography with complete flexibility.&#x20;

### Privacy&#x20;

You can choose to hide your profile from other Spot members in the member directory if you don't want your profile to be visible to everyone.&#x20;

To do this, click on the switch button in `Settings`, and change the status of your profile between "Hidden" and "Public".

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

### Leave a Spot&#x20;

From this page, you can leave a Spot by clicking on the `Leave Spot` button.&#x20;

<figure><img src="/files/vITtwzDASPnhUVydubOn" alt=""><figcaption><p>Leave Spot button</p></figcaption></figure>

{% hint style="info" %}
The `Leave Spot` button is linked to the Spot selected on your profile settings. By clicking on this button, you leave the Spot linked to the profile you are currently viewing.&#x20;
{% endhint %}

Once you've clicked on `Leave Spot`, a confirmation window appears. Click `Leave Spot` a second time.&#x20;

{% hint style="danger" %}
If you are the last admin on the Spot, you will not be able to leave it.&#x20;
{% endhint %}

Once you have left a Spot, you will no longer have access to lives, discussions or collections, nor receive notifcations.

{% hint style="success" %}
If you've left a Spot by mistake, don't panic, just rejoin it like [this](/english/get-started/join-a-spot.md)! You'll get all your data back!
{% endhint %}


---

# 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://help.meltingspot.io/english/user-settings/manage-my-profiles.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.
