# Switch Organization

## Overview

Labii defines an Organization as a representation of a biotech/pharmaceutical company, academic lab, department, or university that utilizes Labii's platform or licenses its technology. Each Organization is considered a Labii customer and is entirely responsible for the costs incurred from using the Labii platform or licensing its code or technology.

A single company can create one or more Organizations on labii.com. The same email can be added to multiple Organizations, but each Organization is considered a separate account and is responsible for the costs incurred by all of its users. In other words, if an email is added to two different Organizations, both Organizations must pay for the user's subscription fee or pay-per-use fee.

It's important to note that data cannot be shared between different Organizations. If multiple Organizations are created, a specific function can be used to access data within each Organization.

## Navigation

To switch an organization:

Scroll down on the side menu > Settings > Switch Organization


---

# 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.labii.com/user-guide/side-menu/switch-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.
