> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/ko/control-center/setup-guide/organize-teams.md).

# 팀 구성

SkyDeck.AI 제어 센터에서 태그는 회사 구성원을 조직하는 방법입니다. 태그(또는 그룹)는 조직 내의 팀을 나타냅니다. 태그를 구성원이나 도구에 할당할 수 있으며, 구성원은 동일한 태그가 할당된 도구만 사용할 수 있습니다.

사이드바에서 **조직화**를 선택하십시오. 이 페이지에서 조직 내의 다양한 팀을 정의하고 구조화하기 위해 태그를 생성할 수 있습니다. **모두** 태그가 이미 존재하며 제거할 수 없다는 점에 유의하십시오. 이는 조직의 모든 구성원에게 적용되는 기본 태그입니다.

<figure><img src="/files/1YraRu7mymHKeWd4zyH9" alt="기본 모두 태그"><figcaption></figcaption></figure>


---

# 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://docs.skydeck.ai/ko/control-center/setup-guide/organize-teams.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.
