# 5. 명령/실행 기능 구현하기

설정한 명령에 따라, 원하는 동작을 수행하도록 기능을 구현할 수 있어요.

* 액션 타입 예시 : 버튼을 누르면, 원하는 화면으로 이동한다.
* 로직 예시 : 좋아요를 누르면 푸쉬 알림을 발송한다.
* 체인 예시 : 선택한 값에 따라 화면과 데이터를 다르게 보여준다.&#x20;

2023.10.06 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/develop_app/command-execute-function.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.
