> 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/develop_app/4/block/etc/button.md).

# 버튼

**버튼 블록은 언제 사용하나요?**

* 주로 화면을 이동할 수 있는 버튼이 필요하거나 그 외의 기능을 할 수 있는 버튼이 필요할 때 사용해요.

**버튼 블록의 특징은 무엇인가요?**

* 주로 [액션](/main/guide/develop_app/command-execute-function/action.md)과 함께 사용하여 클릭 시 동작을 수행해요. 설정해 줄 수 있는 액션의 예로는 '[데이터 등록 화면으로 이동](/main/guide/develop_app/command-execute-function/action/create.md)', '[데이터 삭제](/main/guide/develop_app/command-execute-function/action/delete.md)' ,'[신고](/main/guide/develop_app/command-execute-function/action/report.md)' 등이 있어요.&#x20;

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

> \#버튼, #버튼 만들기, #글쓰기 버튼, #채팅 버튼, #게시글 삭제 버튼

2023.08.08 Jinny

## Button

Create buttons.

**When do I use the button block?**

* This block is used when you want to create a button to operate the screen, or when you need a button to do anything else.

**What are the characteristics of button blocks?**

* You can use the button block in conjunction with actions to perform a certain action once they are clicked on. For example, an appropiate action can be embedded in a button that says "go to data registration" or "delete data".&#x20;

2023.07.26 Hwaran


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/button.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
