> 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/assets/accounts.md).

# Manage Accounts

## Add an Account

1. Open **Assets** and tap **Manage** at the top right.
2. Tap **Add Account**.
3. Enter a name, account type, currency, and current balance.
4. Configure a group, icon, color, book scope, or statistics options as needed.
5. Tap **Save**.

{% hint style="warning" %}
When adding an account for the first time, enter its real balance on the day you begin using Daak as the **Current Balance**. Do not add historical records already included in that balance. Books do not have balances.
{% endhint %}

## Update an Account Balance

If a bank balance and Daak differ, open the account, choose **Update Balance**, and enter the actual current balance and date. Daak saves a balance adjustment record instead of rewriting historical records.

## Account Groups

Create groups on the account management page to organize accounts by bank, purpose, or owner. Drag accounts to change their group and display order. Groups affect presentation only and do not change a record's book.

## Edit and Archive

| Action            | Method                                                           | Result                                           |
| ----------------- | ---------------------------------------------------------------- | ------------------------------------------------ |
| **Edit**          | Tap an account to open its edit page                             | Change its name, icon, color, and other settings |
| **Archive**       | Swipe left in the active list and tap the archive icon           | Hide it from common account pickers              |
| **View archived** | Tap **Archived** at the bottom of the management page            | Switch to the archived account list              |
| **Unarchive**     | Swipe left in the archived list and tap the green unarchive icon | Restore it as a commonly available account       |

{% hint style="info" %}
Archiving an account preserves its historical records but removes it from common account choices.
{% endhint %}

## Delete an Account

{% hint style="danger" %}
Deleting an account does not delete historical records. Stop sharing a shared account before deletion. To hide an inactive account, archive it instead.
{% 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/assets/accounts.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.
