# Settings

The **Settings** section provides full control over your Replate account, covering both personal and organization-level preferences. This section is where critical actions like plan suspension or account deletion are also managed.

Within Settings, users can:

* **Edit Account Information**: Update email, name, phone number, password, and other user-specific data.
* **Manage Organization Info**: For team accounts, update business profile details such as company name, default store preferences, or time zone settings.
* **Control Notifications**: Set preferences for email alerts, platform updates, and billing notices.
* **Suspend Plan**: Pause the subscription temporarily without fully canceling — where applicable.
* **Cancel Subscription**: End the subscription at the end of the billing cycle. A confirmation step is required.
* **Delete Account**: Permanently remove all data from Replate, including documents, stores, and billing history. This action is irreversible and requires multiple confirmations.

This section ensures that each user and organization has full control over how their Replate account behaves and how long it remains active on the platform.


---

# 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://replate.gitbook.io/replate-docs/getting-started/dashboard/settings.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.
