> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/small-group-community.md).

# 소수 그룹 커뮤니티 만들기

{% hint style="info" %}
게시판에 특정 그룹만 사용할 수 있도록 설정이 가능합니다.
{% endhint %}

#### 게시판 그룹 권한 설정하기

1. 회원정보관리 > 회원그룹관리에 접속하여 먼저 그룹을 생성하고, 해당 그룹에 포함시킬 회원을 추가합니다.

2. 홈페이지관리 > 게시판목록 > 게시판관리 > 특정 그룹 설정한 게시판명을 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FxDkOP4e3VLAelkPt3MCN%2Fimage.png?alt=media&amp;token=73ce457d-49c8-402d-baf2-7ce397b5ee7b" alt=""><figcaption></figcaption></figure>

3. 권한 관리에서 해당 게시판을 사용할 수 있는 그룹을 선택한 후 **\[저장]** 버튼을 클릭합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FXEjl5tuYkEmG5Fv4TUac%2Fimage.png?alt=media&amp;token=042be9a7-5a18-4d80-acbf-cc02542be618" 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://malgn.gitbook.io/cloud/operation-guide/operation-tips/small-group-community.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.
