# I don't see a 'studies' folder in my workspace?

First: make sure you followed the steps for linking your studies of interest to your workspace (see [How can I create a workspace?](https://pic-sure.gitbook.io/service-workbench/general-user-guide/research-workspaces/how-can-i-create-a-workspace-linked-to-a-study))

You can also check if you linked a study to your workspace by looking at the workspace detail section:

<figure><img src="https://2318599880-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUusNlmYiptj99Yq1UMwl%2Fuploads%2FBpKI8Fc3bWnDvUeHiAzv%2FScreenshot%202023-07-18%20at%205.47.23%20PM.png?alt=media&#x26;token=b5883b6e-7ec1-44e9-8f8a-aef4103497bd" alt=""><figcaption></figcaption></figure>

If you are sure you have linked at least one study to your workspace, it may be possible that your studies did not mount correctly. Run the following line of code in the terminal of your workspace to manually mount S3:

`/usr/local/bin/mount_s3.sh`&#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://pic-sure.gitbook.io/service-workbench/general-user-guide/faq/i-dont-see-a-studies-folder-in-my-workspace.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.
