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

# 미성년자 콘솔 참여하기

### 미성년자의 앱인토스 콘솔 워크스페이스 참여 방법

앱인토스 콘솔 워크스페이스에 참여하려면 먼저 **토스 비즈니스 회원**으로 가입해야 해요. 토스 비즈니스 회원으로 가입하려면 **본인 명의로 개통한 휴대폰으로 토스 앱에 가입**되어 있어야 해요. 아직 토스 비즈니스 회원이 아니라면, 먼저 가입을 완료해 주세요.

### 워크스페이스 생성 가능 연령

앱인토스 콘솔의 워크스페이스는 **만 19세 이상만 직접 만들 수 있어요.**

* 만 19세 이상이라면 직접 워크스페이스를 생성할 수 있어요.
* 만 19세 미만이라면 기존에 만들어진 워크스페이스에 초대를 받아 참여할 수 있어요. 만 19세 미만 사용자가 콘솔에 접속했을 때 워크스페이스를 생성할 수 없다는 안내 화면이 보인다면, 직접 생성이 제한된 상태라는 뜻이에요.

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

### 미성년자 참여 절차

만 19세 미만 사용자가 워크스페이스에 참여하려면 다음 절차를 따라야 해요.

**1. 관리자가 미성년자 회원을 워크스페이스에 초대해요.**

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

**2. 대표 관리자와 미성년자 회원 모두 확약서에 동의해요.**

초대가 완료되면 다음 메일이 각각 발송돼요. 메일 본문 아래에 있는 \[확약서 동의하러 가기] 버튼을 눌러 확약서에 동의해 주세요.

* 대표 관리자에게 발송되는 ‘대표 관리자 미성년자 보호·감독 책임 확약서’
* 미성년자 회원에게 발송되는 ‘미성년자 워크스페이스 이용 확약서’

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

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

**3. 대표 관리자와 미성년자 모두 동의하면 워크스페이스에 접속할 수 있어요.**

두 사람 중 한 명이라도 동의하지 않으면 미성년자는 워크스페이스에 접속할 수 없어요.

메일을 받지 못했거나 동의 과정에서 오류가 발생하면 [채널톡](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/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.
