> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/request-forms/addon-services/app-building-guide.md).

# 앱 제작 가이드

{% hint style="info" %}
앱 제작은 협력사인 옐로우윈에서 담당해 진행해주고 계시며, 앱 제작과 관련된 매뉴얼 'AAP 제작 가이드\_v1.1'을 확인 하시면 됩니다. 단, 앱의경우마이페이지의 기능만 사용 가능하오니 해당 부분은 첨부파일 'APP 제작 가이드\_v1.1 매뉴얼'의 p.9\~12를 확인 부탁드립니다.&#x20;
{% endhint %}

{% file src="/files/yRAjoPzIaZypUJe7ZutH" %}

{% file src="/files/KHjJNXG1i4t6daKd5Z6S" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://malgn.gitbook.io/cloud/request-forms/addon-services/app-building-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
