# 페이지 디자인

포건시에서 앱을 만든 후 테마를 적용하고 이미지 및 배경 이미지를 삽입하여 앱을 디자인하고 아름답게 만들어 앱 인터페이스를 더 아름답게 만들 수 있습니다.

* [이미지 삽입](/forguncy-v9/components/pagedesign/image.md)
* [배경 이미지 삽입 ](/forguncy-v9/components/pagedesign/backgroundimage.md)
* [테마 ](/forguncy-v9/components/pagedesign/theme.md)
* [페이지 스트리밍 레이아웃 ](/forguncy-v9/components/pagedesign/pagestreaminglayout.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://doc.forguncy.co.kr/forguncy-v9/components/pagedesign.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.
