> 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/admin-and-owner-tools.md).

# 관리자 및 소유자 도구

Control Center는 Skydeck.ai 시스템의 일부로, 계정 소유자 및 지정된 관리자가 사용하도록 의도된 admin.skydeck.ai에 위치해 있습니다. 이곳이 바로 소유자가 계정을 설정하고, 사용자를 이 시스템에 초대하는 곳입니다. Control Center는 일반적으로 GenStudio 워크스페이스의 사용자들에게 접근되지 않지만, 소유자와 관리자는 둘 다 사용할 수도 있습니다. 이곳이 계정 소유자가 처음 보는 Skydeck.ai 시스템의 첫 부분입니다. 그러나, 그들은 신속하게 사전 구성된 GenStudio 워크스페이스의 시험판으로 이동한 뒤, 실제로 시작하기 위해 Control Center로 돌아올 수 있습니다.


---

# 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/admin-and-owner-tools.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.
