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

# Connecting to Workspace

Once you are logged in, click on **Connect Workspace** to create a new workspace or connect to an existing one.

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

This opens the workspace selector panel. You can either create a new workspace or connect to an existing one.

<figure><img src="/files/8bnw2wN8auY3KX19uMi2" alt="" width="392"><figcaption></figcaption></figure>

#### Creating a New Workspace

To create a workspace, click on New Workspace. Enter a name and click <img src="/files/rSfd0dDs3OkpBwsixUdu" alt="" data-size="line"> to confirm.&#x20;

<figure><img src="/files/6OF85bJngxYp5MZwNfkq" alt=""><figcaption></figcaption></figure>

Studio creates the workspace in your organization's cloud storage and opens it.

<figure><img src="/files/1hKNbbv78WuWB8JvWErZ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** New workspaces are saved at a default path unless you pick up a custom folder. It is *cp\:/CloudStorage/Studio Workspaces/* inside your tenant's cloud storage. You can pick up any folder during creation by clicking Change next to Default location.
{% endhint %}

#### Opening an Existing Workspace

To open an existing workspace, click **Browse Cloud**.&#x20;

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

This will open the cloud storage window. Navigate to your .cprj file, select it, and click **Open**.

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

With your workspace open, you're all set to start working in Astera Studio.&#x20;

#### Available

Workspaces discovered in the default location. Astera Studio scans this location each time the Selector opens, so every workspace stored at the default path appears here automatically.&#x20;

#### Recent&#x20;

It shows you the five most recently opened workspaces, even if they live outside the default location.&#x20;


---

# 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://documentation.astera.com/astera-studio/workspace/connecting-to-workspace.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.
