> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/ko/navigation/appearance.md).

# 화면 및 디자인

| 설정                | 위치     | 조정 가능한 내용                        |
| ----------------- | ------ | -------------------------------- |
| **표시 모드 및 테마 색상** | 설정     | 라이트, 다크, 시스템 설정 따르기 및 App의 주요 색상 |
| **App 아이콘**       | 개인화 설정 | iPhone 또는 iPad 홈 화면에 표시할 아이콘     |
| **탭 아이콘**         | 개인화 설정 | iPhone 하단 내비게이션에서 사용할 아이콘 스타일    |
| **배경 사진**         | 개인화 설정 | App 화면에서 사용할 배경 사진               |
| **글자 크기**         | 개인화 설정 | App 주요 텍스트의 표시 크기                |
| **원형 차트 색상**      | 개인화 설정 | 통계 화면의 수입 및 지출 카테고리 차트 색상        |

{% hint style="info" %}
디자인 설정은 표시만 변경하며 거래, 계좌 잔액 또는 통계 결과는 바꾸지 않습니다. 설정 변경 후 이전 화면으로 돌아가 결과를 확인하세요.
{% endhint %}


---

# 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://help.daak2.com/ko/navigation/appearance.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.
