# 6-6 액션 설정하기

<div align="left"><figure><img src="/files/AbdZObwBKO2BxSEHhED2" alt="" width="563"><figcaption></figcaption></figure></div>

중고거래 메뉴의 상세 화면에 채팅하기 버튼을 만들어 볼게요.

관리자 웹 > 앱 설정 > 중고거래 메뉴 > 상세 화면 > 화면 구성 항목에 [버튼](/main/guide/develop_app/4/block/etc/button.md) 블록을 추가해 주세요.

액션 추가를 클릭하고 화면 이동 > 1:1 채팅방으로 이동을 선택하세요.

글 작성자에게 채팅을 보내기 위해 유저 정보 항목에 \_createUser를 선택해 주세요.

버튼에 채팅하기 텍스트를 나타내기 위해서 블록 설정 > 텍스트에 채팅하기를 입력하세요.

버튼의 위치를 드래그앤드롭으로 sns 블록과 emptyView 블록 사이로 옮겨주세요.

앱을 새로고침하면 채팅하기 버튼이 생성된 걸 확인할 수 있어요.

채팅하기 버튼을 터치하면 글 작성자와 채팅할 수 있고 채팅 목록은 채팅 메뉴에서 확인할 수 있어요.

> \#액션 설정하기, #채팅하기, #버튼 , #액션 추가, #1:1 채팅방으로 이동, #\_createUser

2023 07 24 ruru


---

# 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/class/puppy-app/6/6-6.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.
