# 앱 만들기

### &#x20;🪄 앱 만들기 시작 전, 내가 만들 앱을 구체화해 보세요.

* [ ] 나의 앱의 핵심 기능은 무엇인가요? 필요한 기능을 나열한 뒤, 가장 핵심이 되는 기능을 선택해 보세요.&#x20;
* [ ] 한 번에 모든 기능을 추가하지 않아도 돼요. 앱 출시 후에도 계속해서 기능 개발 및 수정이 가능해요. 유저의 피드백을 받으며 계속해서 발전시킬 수 있어요.
* [ ] 내가 만든 앱에 접속했을 때 마주할 첫 화면을 떠올려 보세요. 어떤 화면을 만들지 떠올려보는 것만으로 이미 앱 만들기를 시작했어요.

2023.10.06 Jinny

## Create Your App

### 🪄 Before you start building, try to determine what kind of app you want to create.

* [ ] What will be the core features of your app? Try to create a list with all the features you need and then choose the most important ones.
* [ ] All features do not need to be added at once. Even after your app has been released, feature development and modifications to the app can be applied. In this way, you will continue to improve your product by receiving direct feedback from your users.
* [ ] Think about the first page your users will access once you have created your app. Just by thinking about what this page will look like, you are determining the features your app will need.

2023.11.14 Hwaran


---

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