# 18. 작성한 글을 작성자와 관리자 웹에서만 볼 수 있게 하고싶어요.

1. 관리자 웹 > 앱 설정 > 좌측 탭 > 원하는 탭 클릭 > 원하는 화면 (ex.목록 화면)을 클릭해 주세요.
2. 설정 아이콘 클릭 > 필터 > AND 조건 추가를 클릭 후 아래와 같이 입력해 주세요.

* 조건 항목 : \_createUser.\_id (작성법 : \_createUser 선택 ▶️\_id 선택)
* 조건 : 조건 값과 같다
* 조건 값 : userInfo.\_id(작성법 : userInfo ▶️\_id 선택)&#x20;

3. 변경 사항을 저장해 주세요.&#x20;

\*참고 : 1:1 문의 화면은 현재 앱을 생성하게 되면 기본적으로 마이페이지 > 1:1 문의 탭이 있어요. 앱 설정에서 해당 블록 클릭 후, 액션을 복사해서 원하는 곳에 붙여넣기하면 1:1 문의로 이동할 수 있어요.

2024.02.16 Jinny

<br>


---

# 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.ohmyapp.io/main/guide/faq/app-settings/18.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.
