> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/ko/permissions-and-your-support-team.md).

# 권한 및 지원 팀

- [두 가지 권한 계층](https://ticketking.xyz/docs/ko/permissions-and-your-support-team/two-layers.md): Discord 역할과 Ticket King 대시보드 권한. 두 시스템 모두 사용됩니다.
- [대시보드 권한 영역](https://ticketking.xyz/docs/ko/permissions-and-your-support-team/permission-areas.md): 대시보드에 표시된 정확한 이름과 함께 모든 대시보드 권한 영역.
- [역할에 대시보드 접근 권한 부여하기](https://ticketking.xyz/docs/ko/permissions-and-your-support-team/giving-a-role-dashboard-access.md): 선택한 권한으로 Discord 역할을 대시보드 접근에 추가하세요.
- [지원 역할](https://ticketking.xyz/docs/ko/permissions-and-your-support-team/support-roles.md): 티켓 채널에 누가 추가되고 멘션되는지.
- [임시 대시보드 접근](https://ticketking.xyz/docs/ko/permissions-and-your-support-team/temporary-dashboard-access.md): 한 명의 신뢰할 수 있는 사람에게 소유자 수준의 대시보드 접근 권한을 부여하는 단기 링크.
- [차단된 역할](https://ticketking.xyz/docs/ko/permissions-and-your-support-team/blocked-roles.md): 특정 역할이 티켓을 열거나 봇을 사용하지 못하게 합니다.
- [소유자 및 관리자](https://ticketking.xyz/docs/ko/permissions-and-your-support-team/owners-and-administrators.md): 모든 권한 검사를 우회하는 대상과 그 이유.


---

# 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://ticketking.xyz/docs/ko/permissions-and-your-support-team.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.
