# 액션

- [1. 글 작성 버튼을 만들고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/action/9.md)
- [2. 이미지 클릭 시 원하는 카테고리 목록을 보여주고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/action/28.md): 오마이앱 > '요리요' 앱 구경하러 가보시면 확인 가능합니다.
- [3. 채팅하기 버튼을 만들고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/action/8.md)
- [4. 인스타그램 링크를 연결하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/action/19.md)
- [5. 공유하기 기능을 사용하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/action/shareaction.md): prefix에 입력할 값을 설정합니다.
- [6. 복합 메타에서 좋아요 기능을 사용하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/action/6.md): 좋아요 기능은 기본적으로 단일 메타에서 사용할 수 있어요.
- [7. 카카오 네비로 연결하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/action/7.md): 지도 열기 액션으로 네이버, 구글, 애플 지도도 열 수 있어요.


---

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