# Account Settings

## **Account Overview**

Here you can edit all your account details. All account settings are only manageable by the [Owner](/dashboard/usermanagement.md#organization-roles-and-user-roles) of the account.

![Account Overview](/files/-M6nr8TsMLp4nIEvM-2u)

* **Change Organization Name**: You can adjust your organization name
* **Change Subdomain**: You can simply edit your subdomain
* **Change Organization Icon**: You can upload a new organization icon
* Enforce 2FA for all users of your Organization
* Enable Custom SMTP (Enterprise Plan)
* Enable Custom Storage (Enterprise Plan)
* **DANGER ZONE**: You can delete your Account by clicking on the button. You need to confirm your the deletion of the account with your password

### Custom SMTP

Use your own SMTP server - this feature is available within the enterprise plan only.

By default, getupdraft.com takes care of your email delivery. However, you can send mail through your own SMTP server if you’d rather use your own service.

To set it up:

1. Go to your Account Settings
2. Enable Custom SMTP
3. Provide a From E-Mail
4. Provide a Reply-To E-Mail
5. Add the SMTP Host and the Port
6. Add the authentication
7. Enable SSL/TLS

As soon you have added all configs you can send a test mail to check if the the added SMTP service works.&#x20;


---

# 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.getupdraft.com/dashboard/account/account-overview.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.
