# Leave a workspace

If you want to leave a workspace you are a user in follow these steps

{% stepper %}
{% step %}
Go to <https://secure.hippoly.com/#/account-settings/workspaces>, or navigate to your account settings by clicking your name at the top right corner of the screen and then select the tab `Workspaces`.
{% endstep %}

{% step %}
Click on the workspace you want to leave.
{% endstep %}

{% step %}
Click the `Leave workspace` button and confirm.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Note that if you are the workspace owner, you won't be able to leave the workspace.**\
You must first [transfer ownership](/administration/workspace-administration/workspace-timezone.md) to another user before you can leave.
{% 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.hippoly.com/administration/user-account-settings/leave-a-workspace.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.
