> 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/get-started/concepts.md).

# Pages and Feature Access

## Main iPhone Controls

| Control                               | Action                                                            |
| ------------------------------------- | ----------------------------------------------------------------- |
| **Bottom tabs**                       | Open Home, Assets, Budget, or another configured feature          |
| **Record button at the bottom right** | Add an expense; touch and hold to open voice recording            |
| **Profile image at the top left**     | Open Settings                                                     |
| **Menu at the top right of Home**     | Switch between Records, Statistics, and Calendar, or open Search  |
| **Manage button**                     | Manage the current section, such as accounts, budgets, or markets |

## Main iPad Controls

On iPad, the sidebar shows Home, Statistics, Budget, Calendar, Assets, other features, and Settings. Adding, filtering, and managing content works the same way as on iPhone.

## Customize Access

1. Open **Tabs** and choose which features appear in the bottom tabs.
2. Open **Home Shortcuts** and choose which shortcuts appear at the top of Home.
3. Drag items on the configuration page to reorder them.

Hiding or moving a shortcut only changes where it appears. It does not delete existing data.

## Common Buttons

| Icon or button  | Purpose                                                  |
| --------------- | -------------------------------------------------------- |
| **+**           | Add content to the current page                          |
| **Manage**      | Manage, reorder, archive, or edit a list                 |
| **Filter**      | Choose a book, date range, account, or another condition |
| **Search**      | Find records and open Bulk Edit                          |
| **Edit**        | Change the current item                                  |
| **Done / Save** | Save your changes                                        |


---

# 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/get-started/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.
