> For the complete documentation index, see [llms.txt](https://docs.cleartax.in/product-help-and-support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cleartax.in/product-help-and-support/for-large-businesses/account-setup-and-settings/switching-between-multiple-workspaces.md).

# Switching between Multiple Workspaces

In this article, you'll learn how to switch between different workspaces associated with your email ID. This is especially useful if you're managing multiple projects or teams, as each workspace contains its own set of products and configurations. By following these steps, you'll seamlessly navigate between workspaces to access the tools and information you need.

{% embed url="<https://youtu.be/08SLiOSYX6w?si=lJXmhi1PwX4YtJjQ>" %}

{% stepper %}
{% step %}
Identify your current workspace. Look at the top left corner of your screen to see the name of the workspace you're currently in. For example, we're currently in the **CFC demo** workspace.

![Image](/files/mra5usXpeSzYBK3kNmFn)
{% endstep %}

{% step %}
Locate the workspace switcher. It's in the top right corner of your screen, represented by an icon or your profile picture.

![Image](/files/p5dZ6tF7w5ImnFQ4XnkO)
{% endstep %}

{% step %}
Click on the icon. This action will open a dropdown menu displaying additional options.

![Image](/files/HalPGUyrum9mYWXlEBqm)
{% endstep %}

{% step %}
View the list of workspaces. The dropdown menu will show all the workspaces associated with your email ID. Each workspace is listed by name. To switch, simply click on the name of the workspace you'd like to access.

![Image](/files/v4VU1UFenQXFTEmYgCIX)
{% endstep %}

{% step %}
Confirm the switch. A prompt will appear asking if you'd like to switch the production workspace. This ensures you don't accidentally make changes in the wrong workspace. Click **Continue** to proceed.

![Image](/files/wwvVkTNSVlerIjPmsd9U)
{% endstep %}

{% step %}
Access your new workspace. Once the switch is complete, you'll be redirected to the selected workspace. From here, you can access all the products and configurations tied to this workspace.

![Image](/files/Ct8MhXMHJJlpBjpyOYNc)

{% endstep %}
{% endstepper %}

And that's it! You've successfully switched workspaces. This process ensures you're always working in the right environment for your tasks and projects.


---

# 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.cleartax.in/product-help-and-support/for-large-businesses/account-setup-and-settings/switching-between-multiple-workspaces.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.
