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

# Participate as a Minor

### How minors can join an App in Toss console workspace

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

### Age required to create a workspace

Workspaces in App 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, when an under-19 user accesses the console, they see a screen saying they cannot create a workspace, it means direct creation is restricted.

<figure><img src="/files/32ee9cafc81e377bed8939bdce929f18a29d028a" alt=""><figcaption></figcaption></figure>

### Minors' participation procedure

To join a workspace, users under 19 must follow the procedure below.

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

<figure><img src="/files/3bd225b117447f65cee523e51ec793f9ed0a98fe" alt=""><figcaption></figcaption></figure>

**2. Both the lead admin and the minor member agree to the pledge.**

Once the invitation is complete, the following emails will be sent separately. Please click the \[Go to agree to the pledge] button at the bottom of the email to agree to the pledge.

* “Lead Admin Minor Protection and Supervision Responsibility Pledge” sent to the lead admin
* “Minor Workspace Use Pledge” sent to the minor member

<figure><img src="/files/7634d0cc42de6179255b9f0554d9ff6dff6b42ec" alt=""><figcaption></figcaption></figure>

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

**3. Once both the lead admin and the minor have agreed, they can access the workspace.**

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

If you did not receive the email or an error occurred during the agreement process, [Channel Talk](https://apps-in-toss.channel.io/workflows/787658)please contact us through. If you include the account you are using and the screen currently displayed when contacting us, we can help you faster.

* Business 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.
