> For the complete documentation index, see [llms.txt](https://docs.hunny.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hunny.finance/korean/products/hunny-poker/poker-club/manage-club.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://docs.hunny.finance/korean/products/hunny-poker/poker-club/manage-club.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.
