> 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.md).

# 개인화 설정

| 설정          | 영향을 받는 위치       | 표시 가능한 내용                             |
| ----------- | --------------- | ------------------------------------- |
| **탭 기능**    | iPhone 하단 내비게이션 | 홈, 자산, 예산 및 활성화한 기타 기능                |
| **홈 표시 기능** | 홈 상단 바로가기       | 저금통, 대여·차입, 환급, 사전 구매, 할부, 정기예금, 투자 등 |

## 하단 탭 설정하기

1. **탭 기능**을 엽니다.
2. 하단에서 설정할 위치를 선택합니다.
3. 저금통, 대여·차입, 환급, 사전 구매, 할부, 정기예금, 투자 등의 기능을 선택합니다.
4. 드래그하여 순서를 조정한 뒤 이전 화면으로 돌아갑니다.

{% hint style="info" %}
iPad는 사이드바를 사용하므로 iPhone 하단 탭 설정이 표시되지 않습니다.
{% endhint %}

## 홈 바로가기 조정하기

1. **홈 표시 기능**을 엽니다.
2. 표시할 기능을 활성화합니다.
3. 드래그하여 순서를 조정합니다.
4. 홈으로 돌아가면 바로가기가 화면 상단에 표시됩니다. 어떤 탭에서 홈을 사용할지는 탭 설정에서 변경할 수 있습니다.

{% 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.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.
