> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/guide/zh/operation/console-minor.md).

# 未成年人参与

### 未成年人参与 App in Toss 控制台工作区的方法

要参与 App in Toss 控制台工作区，首先 **Toss Business 会员**需要注册成为会员。要注册为 Toss Business 会员， **请使用以本人名义开通的手机注册 Toss App**才可以。如果您还不是 Toss Business 会员，请先完成注册。

### 可创建工作区的年龄

App in Toss 控制台的工作区 **只有年满 19 岁的人才能直接创建。**

* 如果年满 19 岁，可以直接创建工作区。
* 如果未满 19 岁，可以受邀加入已创建的工作区。若未满 19 岁的用户登录控制台时看到无法创建工作区的提示页面，表示当前已被限制直接创建。

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

### 未成年人参与流程

未满 19 岁的用户要参与工作区，需遵循以下流程。

**1. 管理员邀请未成年人会员加入工作区。**

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

**2. 负责人管理员和未成年人会员都同意承诺书。**

邀请完成后，会分别发送以下邮件。请点击邮件正文下方的 \[去同意承诺书] 按钮，同意承诺书。

* 发送给负责人管理员的‘负责人管理员未成年人保护·监督责任承诺书’
* 发送给未成年人会员的‘未成年人工作区使用承诺书’

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

<figure><img src="/files/5bd68e71e2e648b6745486e6d1aa491c6bcaec0e" alt=""><figcaption></figcaption></figure>

**3. 负责人管理员和未成年人都同意后，即可访问工作区。**

如果两人中有一人不同意，未成年人将无法访问工作区。

如果未收到邮件或在同意过程中发生错误 [Channel Talk](https://apps-in-toss.channel.io/workflows/787658)请通过其联系我们。咨询时请一并写明正在使用的账号和当前看到的界面状态，这样可以更快获得帮助。

* 营业时间：工作日上午 10 点至下午 5 点
* 午休时间：下午 1 点至 2 点


---

# 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://developers-apps-in-toss.toss.im/guide/zh/operation/console-minor.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.
