> For the complete documentation index, see [llms.txt](https://support.holidayhero.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.holidayhero.com/the-basics/workspace.md).

# Workspace

***

### What is a Workspace?

Within HolidayHero, you have various concepts. Let's walk through them before you can get a good understanding of what a workspace is:&#x20;

* [Operator](/getting-started/glossary.md#operator) - resembles a user that is able to login.&#x20;
* Organization - is the billed entity&#x20;
* [Workspace](/getting-started/glossary.md#workspace) - isolated environment within an organization
* Membership - is the relation between an operator and a workspace

A workspace is therefore an isolated environment within an organisation. As a user (operator) you have access to a workspace through memberships.

### Access to workspaces

When signing up, we will connect your operator account automatically with your newly created workspace. When logging in, you will be pormpted to select a workspace to which you want to sign in. Same goes for every integration you want to install.&#x20;

In case you run into login issues, please visit, <https://accounts.holidayhero.com> and select a workspace from there.&#x20;

#### Workspace switching

In case you as an operator have access to multiple workspaces, you can switch workspaces by clicking on one of the two options:&#x20;

1. **Menu Switch**

Click on the name of the workspace right under the HolidayHero Logo

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

2. **Account Switch**

At the top right, click your name, and then click `Switch workspace.`&#x20;

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

In both cases this will lead you to the workspace switcher.&#x20;

***

### Frequently Asked Questions

<details>

<summary>Can I create multiple workspaces? </summary>

Yes, as an operator you can create multiple workspaces. If workspaces need to be merged in different organizations, please reach out to support.&#x20;

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.holidayhero.com/the-basics/workspace.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.
