# Frequently Asked Questions about Workspaces

Q: How can I shift between my Workspace and my account?&#x20;

A: Click the icon on the top right to see your workspace and personal account.&#x20;

{% hint style="warning" %}
NOTE: The team or personal icon on top determines whose credits you are using for a run. If you hit "Run" on any Gooey.AI workflow and the "personal" icon is on the top right, it means your credits from the "personal" workspace will be debited.&#x20;
{% endhint %}

### Q: How can I manage my Workspace settings?

A: Select the workspace in the top right corner, click on "Open Workspace". You will be led to the relevant workspace.&#x20;


---

# 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.gooey.ai/help-desk/how-to-use-workspaces/frequently-asked-questions-about-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.
