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

# Switch Workspaces

1. Navigate to the NotionApps home page.
2. In the top right corner of the screen, you'll see the current workspace that you're in. Click on this button.

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

3. A popover will open up showing all the workspaces that you have access to.
4. Click on the workspace you want to switch to.
5. NotionApps will refresh and display the apps within the newly selected workspace.

{% hint style="info" %}
It's important to note that every app belongs to only one workspace. Therefore, switching between workspaces allows you to see the apps within that particular workspace.
{% endhint %}

By following the above steps, you can easily switch between Notion workspaces in NotionApps and access the apps that you need.


---

# 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://docs.notionapps.com/basics/switch-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.
