# 게시판 리스트

{% hint style="info" %}
**게시판 리스트란?**

사이트 내 게시판을 확인 및 수정,등록이 가능한 기능입니다.
{% endhint %}

<figure><img src="/files/lvBGCXYJicwFjVgH0S3g" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="82">순번</th><th width="133">필드 명</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>검색 창</td><td>사이트 내 만들어진 게시판을 검색할 수 있습니다.</td></tr><tr><td>2</td><td>등록하기</td><td><p>게시판을 새로 등록할 수 있습니다.</p><p>(자세한 내용은 <a href="/pages/6ZxfRhA9kfcKGBJmiQl0">[게시판 등록/수정]</a>에서 확인 해주세요.)</p></td></tr><tr><td>3</td><td>선택삭제</td><td>삭제하고 싶은 게시판을 체크 후 '<strong>선택삭제</strong>'버튼을 눌러 삭제 가능합니다.</td></tr><tr><td>4</td><td>게시판 리스트</td><td>사이트 내 만들어진 게시판 리스트를 확인 및 수정 가능합니다.</td></tr></tbody></table>

{% hint style="danger" %}
게시판 삭제 시 게시판 내 게시물도 모두 삭제 됩니다.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.ledu.kr/board/list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
