# Managing a Fabricate account

## Displaying your account details <a href="#manage-account" id="manage-account"></a>

When you sign up for Fabricate, it creates a Fabricate account and makes you the owner of the account.

To manage your account, click the user menu, then click **Account Settings**.

<figure><img src="/files/MMb3zbkn0RIfelLVOlvm" alt=""><figcaption><p>User menu</p></figcaption></figure>

## Changing the account name

By default, the account name is set to the name of the person who created it.

To use a different name for the account:

1. On the **General** page of **Account Settings**, in the **Account Name** field, provide the new account name.
2. Click **Save Changes**.

## Other account management options

Account owners can also do the following:

* Change the current license plan. For more information, go to [Fabricate license plans](/fabricate/about-fabricate/fabricate-license-plans.md).
* Manage account users. Having multiple users in an account requires an Enterprise license. For more information, go to [Managing account users](/fabricate/fabricate-accounts-and-users/managing-account-users.md).
* Manage account groups. For more information, go to [Managing account groups](/fabricate/fabricate-accounts-and-users/managing-account-groups.md). When you use account groups, you can optionally [synchronize your single sign-on (SSO) groups with Fabricate account groups](/fabricate/fabricate-accounts-and-users/managing-account-users/single-sign-on-sso/sso-fabricate-config.md#synchronizing-sso-groups-with-fabricate-account-groups).
* Create and manage API keys to use to authenticate API requests. For more information, go to [Managing Fabricate API keys](/fabricate/fabricate-api-and-cli/managing-fabricate-api-keys.md).
* Configure the allowed domains for workflows and single sign-on. For more information, go to [Managing allowed domains for an account](/fabricate/fabricate-accounts-and-users/account-domains.md).
* Provide instructions for the Data Agent. For more information, go to [Configuring the Data Agent behavior](/fabricate/data-agent-chat/data-agent-behavior-config.md).

## Deleting your account

When you delete your account, Fabricate deletes all of the users, workspaces, databases, and data that are associated with the account.

From the **General** page of **Account** **Settings**, to delete your Fabricate account:

1. Under **Delete Account**, check the checkbox to confirm that you understand that you cannot undo the deletion.\
   \
   Until you check the checkbox, the **Delete Account** button remains disabled.

<figure><img src="/files/uk4ve8gmvKTz1g2595kL" alt=""><figcaption><p>Delete Account section of the My Account page</p></figcaption></figure>

2. Click **Delete Account**.


---

# 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.tonic.ai/fabricate/fabricate-accounts-and-users/fabricate-account-profile.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.
