# 액션 타입

액션이란, 동작을 수행하는 기능이에요.

블록에 '액션 타입'을 설정해 주면, 앱 화면에서 해당 블록 클릭 시 설정한 동작을 수행해요.

예시) 버튼 블록에 \[데이터 삭제] 액션 타입을 설정해 주면, 앱 화면에서 버튼 클릭 시 데이터가 삭제돼요.

2023.10.20 Jinny

**Action**&#x20;

If you set the 'action type' on the building blocks, they will perform the specified action when you click on them on the app page.

2023.08.01 Song


---

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