# Account & workspace

Under your workspace name, you can access you account and workspace settings, check audit logs, get the latest updates, and more.&#x20;

<figure><img src="/files/7hw1W04O1i56JZUc6MAG" alt=""><figcaption></figcaption></figure>

<details>

<summary>Users &#x26; Permissions</summary>

Invite users to your workspace, manage their roles and permissions, create custom roles and shared permission groups.

[Seats & Shared permission groups in UI Bakery](/concepts/workspace-management/seats-and-shared-permission-groups-in-ui-bakery.md)

[Roles in UI Bakery](/concepts/workspace-management/roles-in-ui-bakery.md)

[Role permissions](/concepts/workspace-management/role-permissions.md)

</details>

<details>

<summary>Profile settings</summary>

Access your [account settings](#account-settings).

</details>

<details>

<summary>Workspace settings</summary>

Access your [workspace settings](#workspace-settings).

</details>

<details>

<summary>Audit logs</summary>

Keep track of changes and efficiently manage the organization.

[Audit logs](/concepts/workspace-management/audit-logs.md)

</details>

<details>

<summary>External analytics</summary>

Track, measure, and analyze user behavior, performance, and other key metrics from your organization. You can connect *Datadog*, *Google Analytics 4*, or *Google Tag Manager*.

</details>

<details>

<summary>Plans</summary>

Access the billing portal or contact our support to upgrade or cancel your subscription.

</details>

<details>

<summary>Watch intro</summary>

Check out our overview video for a quick introduction to building apps in UI Bakery.

[Video intro](/build-from-scratch/video-intro.md)

</details>

<details>

<summary>What's new?</summary>

Subscribe to our [changelog](https://changelog.uibakery.io/en) to view the latest UI Bakery updates and stay informed about new features and improvements.

</details>

<details>

<summary>Get a demo</summary>

Book a demo with our tech experts to learn more about what UI Bakery can offer to match your needs.

</details>

## Profile settings

Here, you can change your personal details and email, reset the password, as well as cancel your subscription.

<figure><img src="/files/KGefWWcj441i8WbWNAVU" alt=""><figcaption></figcaption></figure>

### Password reset

Admins of the workspace can help with users' password reset. Here, *two* *options* are available:&#x20;

* Sending a new password reset email
* Generating a direct password reset link

To reset specific users' password, head to the *Users & Permissions* page, click on the three dots next to the user, and select the required option.

<figure><img src="/files/N1qfOUMJ9dHhfAZPoOK6" alt=""><figcaption></figcaption></figure>

## Workspace settings

Here, you can change your workspace name and URL, and configure specific settings for your end users, such as:

* [Switch between modes](#switching-between-ai-and-low-code-modes)
* Hide [workspace menu](#hiding-the-menu-for-end-users) and [header](#hiding-the-header-for-end-users)
* [Disable command palette](#disabling-command-palette-for-end-users)
* [Enable 2FA](/concepts/workspace-management/multi-factor-authentication.md)

<figure><img src="/files/9otpYkaU3LgyhvoeZKRj" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If you change your URL, make sure to adjust your applications' external links.
{% endhint %}

### Switching between AI and Low-code modes

You can choose your experience with UI Bakery yourself - switch between our two available modes to see which one suits your needs.

{% hint style="info" %}
Read more about the two experiences we offer [here](/readme.md#how-it-works).
{% endhint %}

<figure><img src="/files/QugQUwnHMpx1XLu0hqC1" alt=""><figcaption></figcaption></figure>

### Hiding the menu for end users

You can hide the left side menu completely for your end users. To do so, select the **Hide workspace menu for end-users** checkbox in your Workspace settings.

This is what the end user's dashboard will look like:

<figure><img src="/files/GNf5La6tV37l5MW0y6DL" alt=""><figcaption></figcaption></figure>

Users will still be able to access profile settings by clicking on their email. For team members with **Admin** or **Editor** roles, the menu will be displayed as usual.

{% hint style="info" %}
If your users need access to more than one application, you will have to configure a custom menu for navigation.
{% endhint %}

### Hiding the header for end users

You can hide the header completely for your end users. To do so, select the **Hide workspace header for end-users** checkbox in your Workspace settings.

This is what the end user's dashboard will look like:

<figure><img src="/files/z4WdRYBIXAmhyNP6tO21" alt=""><figcaption></figcaption></figure>

For team members with **Admin** or **Editor** roles, the header will be displayed as usual.

{% hint style="info" %}
You should implement **log out** functionality on your own with the `{{user.logout()}}` method.
{% endhint %}

### Disabling command palette for end users

Users can access the command palette (*Cmd + K/Ctrl + K*) for easier app navigation and search but you can also disable this setting, if needed. To do so, select the **Disable command palette for end-users** checkbox in your Workspace settings.

<figure><img src="/files/AxFhm6jhKDxzuSrwE5C3" alt=""><figcaption></figcaption></figure>

Once disabled, users will no longer be able to access the palette.


---

# 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.uibakery.io/concepts/workspace-management/account-and-organization.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.
