> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/help-center/help-center-zh/gong-zuo-qu-chang-jian-wen-ti/chuang-jian-gong-zuo-qu.md).

# 创建工作区

创建工作区很简单直接。请按以下步骤操作：

### 点击左上角图标，选择“创建或加入工作区” <a href="#h_7be7152886" id="h_7be7152886"></a>

开始使用时，请点击左上角图标并选择“创建或加入工作区”

[![Create a workspace by clicking the top left icon](https://downloads.intercomcdn.com/i/o/1084789301/f3a5678d18a15695584f0bdd/Screenshot+2024-06-17+at+3_47_15%E2%80%AFPM.png?expires=1739547900\&signature=fad953159428dc4cce8e09fa7a2728df84b8f3069af994665a6f09384a87e02c\&req=dSAvEs52lIJfWPMW1HO4zcJDyFPOHf3xqDqf%2BwtYsnfgQQn%2B6qs9tUXZNlXn%0AnBS3PqojwLs%2Bbg1fXI8%3D%0A)](https://downloads.intercomcdn.com/i/o/1084789301/f3a5678d18a15695584f0bdd/Screenshot+2024-06-17+at+3_47_15%E2%80%AFPM.png?expires=1739547900\&signature=fad953159428dc4cce8e09fa7a2728df84b8f3069af994665a6f09384a87e02c\&req=dSAvEs52lIJfWPMW1HO4zcJDyFPOHf3xqDqf%2BwtYsnfgQQn%2B6qs9tUXZNlXn%0AnBS3PqojwLs%2Bbg1fXI8%3D%0A)

### 按照引导步骤操作 <a href="#h_0389467f17" id="h_0389467f17"></a>

[![](https://downloads.intercomcdn.com/i/o/1084791275/d2cc6f73111516568dfd9e9a/Screenshot+2024-06-17+at+3_49_36%E2%80%AFPM.png?expires=1739547900\&signature=79f2092517f0eb477d7b9a67a792a909b61efa1c11a4c5c73bc5df6615832a58\&req=dSAvEs53nINYXPMW1HO4zUtxQ5bEftt%2FKME98sPpGGJ27IYrjqIjVTEuSj%2F1%0ABAEqdyL0FR5KnpbYSWc%3D%0A)](https://downloads.intercomcdn.com/i/o/1084791275/d2cc6f73111516568dfd9e9a/Screenshot+2024-06-17+at+3_49_36%E2%80%AFPM.png?expires=1739547900\&signature=79f2092517f0eb477d7b9a67a792a909b61efa1c11a4c5c73bc5df6615832a58\&req=dSAvEs53nINYXPMW1HO4zUtxQ5bEftt%2FKME98sPpGGJ27IYrjqIjVTEuSj%2F1%0ABAEqdyL0FR5KnpbYSWc%3D%0A)

完成引导步骤，并填写你想用来命名工作区的相关信息——我们建议使用与团队相关的名称。

### 开始添加资源 <a href="#h_4ef0a7136c" id="h_4ef0a7136c"></a>

完成引导后，您就已经创建了工作区和一个用于添加更多资源和文件的云盘。现在，您可以直接通过浏览器或 Shade 桌面应用轻松上传文件。


---

# 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://academy.shade.inc/help-center/help-center-zh/gong-zuo-qu-chang-jian-wen-ti/chuang-jian-gong-zuo-qu.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.
