# 로직

- [1. 내 정보에서 수정한 데이터를 게시물에도 반영되게 하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/logic/1.md)
- [2. 회원가입 즉시, 유저에게 등급을 주고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/logic/2.md)
- [3. 작성 글에 댓글이 달리면 푸시 알림을 발송하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/logic/3.md)
- [4. 상점 리뷰 등록 시 기존 상점 리뷰의 총점을 수정하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/logic/4.md)
- [5. 오픈 API를 연계하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/logic/5.md)
- [6. 푸시 알람을 누르면 상세 화면으로 이동하게 하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/logic/6.md): 앱 푸시와 히스토리 2가지로 나뉘어요.
- [7. 댓글 푸시를 만들고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/logic/7.md): 댓글이 오면 푸시 알람을 받는 법
- [8. 입력된 데이터를 숫자(int) 형태로 변환하고 싶어요](https://docs.ohmyapp.io/main/guide/faq/logic/8.md): 계산 같은 꼭 숫자 형태의 데이터여야 해요.
- [9. 순서대로 번호를 부여하고 싶어요.](https://docs.ohmyapp.io/main/guide/faq/logic/9.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/logic.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.
