# 오마이앱 클래스

- [크루 앱 만들기 프로젝트](https://docs.ohmyapp.io/main/class/crew-app-project.md)
- [오마이앱 사용법 기초](https://docs.ohmyapp.io/main/class/how-to-use-ohmyapp_basic.md)
- [당근마켓 앱 따라 만들기](https://docs.ohmyapp.io/main/class/carrotmarket.md)
- [1. 데이터 항목 만들기](https://docs.ohmyapp.io/main/class/carrotmarket/1.md)
- [2. 메뉴 탭 따라 만들기](https://docs.ohmyapp.io/main/class/carrotmarket/2.md)
- [3. 목록 화면 따라 만들기](https://docs.ohmyapp.io/main/class/carrotmarket/3.md)
- [4. 상세 화면 따라 만들기](https://docs.ohmyapp.io/main/class/carrotmarket/4.md)
- [5. 등록/수정 화면 따라 만들기](https://docs.ohmyapp.io/main/class/carrotmarket/5.md)
- [6. 채팅 탭 따라 만들기](https://docs.ohmyapp.io/main/class/carrotmarket/6.md)
- [7. 내 정보 탭 따라 만들기](https://docs.ohmyapp.io/main/class/carrotmarket/7.md)
- [8. 푸시 알림 따라 만들기](https://docs.ohmyapp.io/main/class/carrotmarket/8.md)
- [강아지 앱 따라 만들기](https://docs.ohmyapp.io/main/class/puppy-app.md): 강아지 앱 따라 만들기는 글과 이미지로 설명됩니다.😊
- [1. 웹 메뉴 추가하기](https://docs.ohmyapp.io/main/class/puppy-app/1.md)
- [2. 데이터 항목 설정하기](https://docs.ohmyapp.io/main/class/puppy-app/2.md)
- [3. 옵션 설정하기](https://docs.ohmyapp.io/main/class/puppy-app/3.md)
- [4. 데이터 등록하기](https://docs.ohmyapp.io/main/class/puppy-app/4.md)
- [5. 앱 메뉴 추가하기](https://docs.ohmyapp.io/main/class/puppy-app/5.md)
- [6. 앱 화면 설정하기](https://docs.ohmyapp.io/main/class/puppy-app/6.md)
- [6-1 목록 화면 만들기](https://docs.ohmyapp.io/main/class/puppy-app/6/6-1.md)
- [6-2 상세 화면 만들기](https://docs.ohmyapp.io/main/class/puppy-app/6/6-2.md)
- [6-3 등록/수정 화면 만들기](https://docs.ohmyapp.io/main/class/puppy-app/6/6-3.md)
- [6-4 스타일 적용하기](https://docs.ohmyapp.io/main/class/puppy-app/6/6-4.md)
- [6-5 패키지 적용하기](https://docs.ohmyapp.io/main/class/puppy-app/6/6-5.md)
- [6-6 액션 설정하기](https://docs.ohmyapp.io/main/class/puppy-app/6/6-6.md)
- [7. 로직 설정하기](https://docs.ohmyapp.io/main/class/puppy-app/7.md)
- [8. 메타 되돌리기](https://docs.ohmyapp.io/main/class/puppy-app/8.md)
- [9. 환경 설정하기](https://docs.ohmyapp.io/main/class/puppy-app/9.md)
- [로직 알아보기](https://docs.ohmyapp.io/main/class/undefined.md): 로직을 쉽게, 앱을 더 완벽하게
- [1. 로직 입문하기](https://docs.ohmyapp.io/main/class/undefined/1.md): 로직에 첫 발을 내디뎌보세요!
- [2. 푸시 알람 보내기](https://docs.ohmyapp.io/main/class/undefined/2.md): 푸시 알람을 보내봐요.
- [3. 연결된 데이터 동기화하기](https://docs.ohmyapp.io/main/class/undefined/3.md): 단건 관계(1:1 참조) 등으로 연결된 데이터를 동기화해봐요.


---

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