> 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).

# 未成年人参与

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

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

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

Apps in Toss 控制台的工作区 **只有满 19 岁及以上才能自行创建。**

* 如果满 19 岁及以上，您可以直接创建工作区。
* 如果未满 19 岁，可以通过收到现有工作区的邀请参与。如果未满 19 岁的用户访问控制台时看到无法创建工作区的提示页面，那表示已被限制直接创建。

<figure><img src="https://1415110023-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8pQgXiR5QAzduV54W8Om%2Fuploads%2F2k2sUne1fmCmPOUUj9SU%2Fimage.png?alt=media&amp;token=01e125e7-d71a-4289-abc2-a4e8a16c0c09" alt=""><figcaption></figcaption></figure>

### 未成年人参与流程

未满 19 岁的用户要参与工作区，请按照以下步骤进行。

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

<figure><img src="https://1415110023-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8pQgXiR5QAzduV54W8Om%2Fuploads%2FOUeUG1A9GPdSzBeR81R2%2Fimage.png?alt=media&amp;token=5434942d-ee28-440f-a4aa-900ff9ccd9ca" alt=""><figcaption></figcaption></figure>

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

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

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

<figure><img src="https://1415110023-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8pQgXiR5QAzduV54W8Om%2Fuploads%2Fms2ch40HcHz92liBCVaW%2Fimage.png?alt=media&amp;token=707106fc-8f28-4360-a2fc-f22d9e9ea13b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1415110023-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8pQgXiR5QAzduV54W8Om%2Fuploads%2FF64JMPcNN5CwEYxNH0yg%2Fimage.png?alt=media&amp;token=9a42a7cd-e4f9-486c-a882-5eaf8e240d60" 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.
