# Customizing your workspace

Cortex is built around customization, and the plugin framework extends this to the appearance of your workspace.

## Customizing the look of Cortex

Users with the `Configure Appearance Settings` permission can adjust workspace appearance settings.

1. From the main sidebar, click your avatar in the bottom-left corner.

   <div align="left" data-with-frame="true"><img src="/files/Fg6soJC35HvM2cvkpcmS" alt="The circle icon with your initials in the 
   bottom-left corner." width="251"></div>
2. Click **Settings**.\
   The *General* settings page is displayed.
3. Do any or all of the following:
   1. View your organization's billing information, including user login information.
   2. Upload your organization's logo. The recommended minimum file size to display the logo in the expanded navigation is `200px x 80px`, and `80px x 80px` for collapsed navigation.
   3. Edit your organization's workspace name.
   4. Edit your organization's workspace brand colors. Note that this be a hex code, e.g. #800080.
4. Click **Save changes**.

## Customizing the main sidebar

* Users with the `Configure Appearance Settings` permission can adjust workspace appearance settings.
* Users with the `Configure Plugin Appearance` permission can configure where plugins appear.

Follow the steps below to reorder the main sidebar, controlling which catalogs and plugins appear and in what order.

1. From the main sidebar, click your avatar in the bottom-left corner.

   <div align="left" data-with-frame="true"><img src="/files/Fg6soJC35HvM2cvkpcmS" alt="The circle icon with your initials in the 
   bottom-left corner." width="251"></div>
2. Click **Settings**.
3. Select the **Main sidebar** tab.
4. From the **Catalogs** tab, do the following:
   1. Locate the catalog you want to reorder.
   2. Hover over the **grip icon** and drag it to the desired position.
5. From the **Plugins** tab, do the following:

   1. Locate the plugin you want to reorder.
   2. Hover over the **grip icon** and drag it to the desired position.
   3. To remove a plugin from the main sidebar, click the **trash icon** next to it.
   4. To add a plugin to the main sidebar, click the *Select plugins* drop-down menu and select the plugin you want to add.

   A maximum of 5 plugins can be displayed in the main sidebar. If 3 or more are selected, they are nested under **Plugins**. Note that only plugins with a global context appear in the main sidebar.
6. Click **Save changes**.

{% hint style="info" %}
For more information on customizing where plugins appear in Cortex, see [Viewing plugins](/streamline/plugins.md#viewing-plugins).
{% endhint %}


---

# 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.cortex.io/configure/settings/workspace-customization.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.
