# Switching workspaces

You can move between workspaces in different ways.

## Switcher UI

The Switcher UI is a small widget that comes in two flavours: as a strip of buttons, or as a dropdown. You can see it at the top of the **Hats** **Project Settings** window:

<div><figure><img src="/files/IDNag5K24xBYn5RTFaxF" alt="" width="344"><figcaption><p>The Buttons Switcher UI</p></figcaption></figure> <figure><img src="/files/3L3uh9nQbFV0BMfypi1b" alt="" width="345"><figcaption><p>The Dropdown Switcher UI</p></figcaption></figure></div>

In the same window, you can decide which one to use, using the property **Switcher Style**.

## Main Toolbar

If you want to see the Switcher UI in the main Unity Toolbar (i.e. where the Cloud, Layouts, Search buttons are), simply enable it in **Project Settings > Hats** under the **Display in Toolbar** property.

<div><figure><img src="/files/h6ME2RqZHvTzywAIInEg" alt="" width="153"><figcaption><p>Toolbar UI as Buttons</p></figcaption></figure> <figure><img src="/files/smKxg4lXOtFy9F4DU3rO" alt="" width="180"><figcaption><p>Toolbar UI as Dropdown</p></figcaption></figure></div>

Like the regular widget, the Toolbar UI also comes both as a button strip or as a dropdown.

## Shortcuts

Hats also offers shortcuts to switch workspaces. By default, you get:

* Alt + Shift + 1: Change to the Default workspace
* Alt + Shift + 2-9: Change to other workspaces
* Alt + Shift + Right arrow: Next workspace
* Alt + Shift + Left arrow: Previous workspace

{% hint style="info" %}
For **Mac** users, all shortcuts use Option + Shift.
{% endhint %}

You can customise these shortcuts in the [Unity Shortcut manager](https://docs.unity3d.com/Manual/UnityHotkeys.html).

## Workspace Switcher window

If you'd rather have the Switcher UI in a different spot in your Unity Editor, you can also open it as a dockable window by going to **Tools > Hats > Workspace Switcher Window**.

The window will contain whatever style of widget was set in the **Hats** **Project Settings**.


---

# 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://tools.continis.io/hats/workspaces/switching-workspaces.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.
