> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/faq/app-settings/5.md).

# 5. 관리자 웹과 앱의 댓글/답글 정렬 순을 통일하고 싶어요.

관리자 웹 > 환경 설정 > 좌측 하단의 공용 설정 > '초기 타임라인 / 댓글 정렬'을 원하는 정렬 순으로 선택해 주세요.&#x20;

* 최신 순으로 정렬 : 최신 작성 글이 가장 위로 배치돼요.
* 과거 순으로 정렬 : 가장 오래된 글이 가장 위로 배치돼요.

2023.08.21 Jinny

<br>


---

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

```
GET https://docs.ohmyapp.io/main/guide/faq/app-settings/5.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.
