# 기타

- [버튼](https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/button.md): 버튼을 만들어 줘요.
- [구분선](https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/empty-view.md): 앱 화면에 공간을 구분할 수 있도록 선 또는 빈 공간을 만들어 줘요.
- [링크](https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/link.md): 웹 URL 링크 클릭 시, 웹으로 진입할 수 있게 해줘요.
- [SNS](https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/sns.md): '좋아요'와 '댓글' 기능을 만들어 줘요.
- [reservation](https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/reservation-settings.md): 캘린더에서 예약 기능을 추가해줘요.
- [구글 광고](https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/google.md): 구글 광고를 붙여 수익을 발생시킬 수 있어요.
- [프로그레스 바](https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/progress.md): 진행 상태를 표시할 수 있어요.
- [웹 뷰](https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/webview.md): URL 링크를 통해 원하는 페이지를 보여줘요.


---

# 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/4/block/etc.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.
