> 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/quick-start/concepts.md).

# 화면과 기능 열기

## iPhone 주요 위치

| 위치                | 작업                        |
| ----------------- | ------------------------- |
| **하단 탭**          | 홈, 자산, 예산 또는 설정한 다른 기능 열기 |
| **오른쪽 하단 기록 버튼**  | 지출 추가. 길게 눌러 음성 기록 열기     |
| **왼쪽 상단 프로필 이미지** | 설정 열기                     |
| **홈 오른쪽 상단 메뉴**   | 거래, 통계, 캘린더를 전환하거나 검색 열기  |
| **관리 버튼**         | 계좌, 예산, 시장 등 현재 기능 관리하기   |

## iPad 주요 위치

iPad에서는 사이드바에 홈, 통계, 예산, 캘린더, 자산, 기타 기능 및 설정이 표시됩니다. 추가, 필터 및 관리 방식은 iPhone과 같습니다.

## 기능 위치 조정하기

1. **탭 기능**을 열고 하단 탭에 표시할 기능을 선택합니다.
2. **홈 표시 기능**을 열고 홈 상단에 표시할 바로가기를 선택합니다.
3. 설정 화면에서 항목을 드래그하여 순서를 조정합니다.

기능을 숨기거나 옮겨도 표시 위치만 바뀌며 기존 데이터는 삭제되지 않습니다.

## 자주 사용하는 버튼

| 아이콘 또는 버튼   | 용도                     |
| ----------- | ---------------------- |
| **+**       | 현재 화면에 항목 추가           |
| **관리**      | 목록 관리, 정렬, 보관 또는 편집    |
| **필터**      | 장부, 기간, 계좌 또는 기타 조건 선택 |
| **검색**      | 거래를 찾고 일괄 편집 열기        |
| **편집**      | 현재 항목 변경               |
| **완료 / 저장** | 변경 사항 저장               |


---

# 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/quick-start/concepts.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.
