> 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-troubleshooting/board-access-issue.md).

# 게시판 접근이 안 됩니다

{% hint style="info" %}
게시판 권한이 설정되어 있지 않는 경우 '목록 조회 권한이 없습니다' 와 같이 권한이 없다는 알림창이 나타나며 사용 할 수 없습니다.&#x20;
{% endhint %}

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FXWAdo3BG21MaWHETujIk%2Fimage.png?alt=media&amp;token=f73af855-c30c-486e-b8da-ba79aab3e504" alt=""><figcaption></figcaption></figure>

***

### 권한 설정 방법

1. 홈페이지관리 > 게시판관리에서 권한 설정이 필요한 게시판 명을 클릭합니다.&#x20;
2. 권한관리 부분에서 체크박스로 각 회원 유형별로 접근 권한을 설정합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F5WPfGuOwoACW03ACQ9Be%2Fimage.png?alt=media&amp;token=d0e61cc0-a171-40cb-b4d3-65f41359b4b6" alt=""><figcaption></figcaption></figure>

* 목록 권한: 게시판 목록을 볼 수 있는 권한
* 읽기 권한: 게시글을 읽을 수 있는 권한
* 쓰기 권한: 게시글을 쓸 수 있는 권한
* 댓글 권한: 게시글에 댓글을 쓸 수 있는 권한
* 다운로드 권한: 게시글에 첨부된 첨부파일을 다운로드 받을 수 있는 권한
  * 비회원은 쓰기/댓글 권한을 부여할 수 없습니다.&#x20;
  * 최고관리자는 모든 권한을 가지고 있습니다.&#x20;


---

# 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-troubleshooting/board-access-issue.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.
