> 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/en/operation/console-minor.md).

# Allow minors to participate

### How minors can join the Apps in Toss console workspace

To join the Apps in Toss console workspace, first **Toss Business member**you need to sign up. To sign up as a Toss Business member, **you must sign up for the Toss app with a mobile phone registered in your own name**must be completed. If you are not yet a Toss Business member, please complete your sign-up first.

### Age eligible to create a workspace

Workspaces in the Apps in Toss console **can only be created directly by those aged 19 or older.**

* If you are 19 or older, you can create a workspace yourself.
* If you are under 19, you can join an existing workspace by invitation. If an under-19 user sees a notice on the console saying they can't create a workspace, it means direct creation is restricted.

<figure><img src="https://941686070-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>

### Minor participation procedure

Users under 19 must follow these steps to join a workspace.

**1. The administrator invites the minor member to the workspace.**

<figure><img src="https://941686070-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. Both the primary administrator and the minor member agree to the commitment agreement.**

Once the invitation is complete, the following emails are sent separately. Please click the \[Go to Agree to the Commitment Agreement] button at the bottom of the email body to agree to the commitment agreement.

* ‘Primary Administrator Minor Protection and Supervision Responsibility Commitment Agreement’ sent to the primary administrator
* ‘Minor Workspace Use Commitment Agreement’ sent to the minor member

<figure><img src="https://941686070-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://941686070-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. If both the primary administrator and the minor agree, you can access the workspace.**

If either person does not agree, the minor cannot access the workspace.

If you didn't receive the email or an error occurs during the agreement process, [Channel Talk](https://apps-in-toss.channel.io/workflows/787658)please contact us through Channel Talk. If you include the account you are using and the current screen state when you contact us, we can help you faster.

* Hours: Weekdays 10:00 AM to 5:00 PM
* Lunch break: 1:00 PM to 2:00 PM


---

# 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/en/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.
