> 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/shade-academy/shade-academy-zh/gong-zuo-qu-he-qu-dong-qi/workspace-settings.md).

# 工作区设置

工作区成员和管理员可从工作区设置页面访问不同的工作区设置。

## 工作区成员和访客

可以离开工作区。仅此而已。

## 工作区管理员

* 可更改工作区中任何人的权限
* 可在“工作区/常规”页面更改工作区名称和徽标
* 可邀请新成员加入工作区
* 可管理 SSO/SAML
* 可监控工作区使用情况、套餐和账单
* 可更改工作区中云端硬盘的默认继承设置

## 工作区所有者

在先将所有权分配给其他人之前，无法离开工作区。所有权只能分配给工作区管理员。


---

# 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/shade-academy/shade-academy-zh/gong-zuo-qu-he-qu-dong-qi/workspace-settings.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.
