> For the complete documentation index, see [llms.txt](https://docs.patagon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patagon.ai/en/billing-and-plans/workspace-settings.md).

# How to manage your workspace settings

Workspace settings control your organization's name and avatar in Patagon AI.

1. In the sidebar, go to Organization > Settings and click the General tab.
2. Update your Organization Name and upload a new avatar if needed.
3. Click Save Changes.

Changes apply to all members of your organization immediately.

## How to delete your organization

If you no longer want to use Patagon AI, you can delete your organization yourself from the platform. This is the right option if you want to:

* Cancel your subscription and stop being billed
* Free your WhatsApp number so you can use it elsewhere
* Remove a stored payment method
* Stop the agent from responding to your customers

**Steps**

1. In the sidebar, go to Organization > Settings and click the General tab.
2. Scroll to the bottom of the page to the **Delete Organization** section.
3. Click **Delete Organization**.
4. Read the confirmation dialog carefully and click **Yes, delete this organization**.
5. You'll be signed out automatically.

**What happens when you delete your organization**

* Your Stripe subscription is canceled — you stop being billed immediately.
* All agents are deleted and stop responding to messages.
* Your WhatsApp number is unlinked from Meta so you can register it elsewhere or use it back in WhatsApp Business on your phone.
* All members lose access to the workspace.
* Stored payment methods are removed.

**Who can do this**

You can only delete the organization if you created it and have the **Billing Manage** permission. If you don't see the option, ask whoever created the organization or contact us at <support@patagon.ai>.

**This action is irreversible.** Once you confirm, the organization, agents, and connections cannot be restored. If you want to come back later, you'll need to start a fresh organization.


---

# 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://docs.patagon.ai/en/billing-and-plans/workspace-settings.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.
