# 게시글 리스트

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

사이트 내 게시글을 모두 확인이 가능하며 확인 및 수정이 가능한 서비스 기능입니다.
{% endhint %}

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

<table><thead><tr><th width="86">순번</th><th width="156">필드 명</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>검색 창</td><td>게시글을 검색하는 기능입니다.</td></tr><tr><td>2</td><td>기간 설정</td><td>설정한 기간 내 작성 된 게시글을 검색하는 기능입니다.</td></tr><tr><td>3</td><td>게시판 타입</td><td> </td></tr><tr><td>(3-1)</td><td>일반</td><td>게시판 게시물을 검색합니다.</td></tr><tr><td>(3-2)</td><td>갤러리</td><td>갤러리 게시판 게시물을 검색합니다.</td></tr><tr><td>(3-3)</td><td>리뷰</td><td>작성 된 리뷰를 검색합니다.</td></tr><tr><td>4</td><td>베스트 리뷰 이동</td><td><p>베스트 리뷰를 지정하고 싶은 게시글을 선택하여</p><p>'<strong>베스트 리뷰 이동</strong>'을 누르면 베스트 리뷰로 지정됩니다.</p></td></tr><tr><td>5</td><td>선택삭제</td><td>삭제하고 싶은 게시글을 선택하여 '<strong>선택삭제</strong>' 버튼을 누르시면 삭제 됩니다.</td></tr><tr><td>6</td><td>게시글 리스트</td><td>사이트 내 게시글을 확인 및 수정이 가능합니다.</td></tr></tbody></table>


---

# 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/articlelist.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.
