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

# Workspace Switching

If you are part of multiple organizations or collaborative projects, ChatNGO makes it easy to switch between different workspaces without needing to log out and log back in. This allows you to seamlessly manage your work across different nonprofits or projects with the same login.

### How to Switch Workspaces

1. **Top-Left Icon**
   * At any time, click on the **ChatNGO icon** located at the top left corner of your dashboard. This will take you to the workspace selection screen.
2. **Workspace Selection**
   * On the workspace selection screen, you will see a list of all the workspaces you are a part of. Simply click on the workspace name you want to access, and you will be taken to that workspace.
3. **Workspace URL**
   * Each workspace also has a unique URL that you can use to directly access it. For example: `team.chat.ngo/your-workspace-name`. Bookmarking these URLs can be a quick way to access your workspaces.

### When to Switch Workspaces

You may need to switch between workspaces if:

* **You are part of multiple organizations**: For example, you volunteer for one nonprofit and are a board member for another. You will have separate workspaces for each organization.
* **Collaborative Projects**: If you are involved in a project that brings together multiple nonprofits, you may have access to a dedicated workspace created specifically for that collaborative project.

{% hint style="info" %}
**Not Seeing a Workspace?**\
If you believe you should have access to a workspace but do not see it listed, reach out to the workspace admin to ensure you have been properly invited.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.chat.ngo/workspaces/workspace-switching.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
