> 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/ja/psonaraizu/experience.md).

# 記録と統計の設定

**パーソナライズ**で次の項目を設定できます。

## 記録の設定

| 設定            | 使用方法                          |
| ------------- | ----------------------------- |
| **キーボード設定**   | 数字配列、00 配列、キーの高さ、キーボードスタイルを選ぶ |
| **記録ツールバー**   | 日付、タグ、場所、画像などのショートカット表示を選ぶ    |
| **収支カテゴリの記憶** | 設定に応じて前回またはよく使うカテゴリを優先表示する    |
| **触覚フィードバック** | 記録時の触覚フィードバックを有効または無効にする      |

## 取引の表示

| 設定          | 効果                 |
| ----------- | ------------------ |
| **取引を非表示**  | 取引一覧で非表示にするタイプを選ぶ  |
| **メモを優先表示** | 取引行でメモを優先して表示する    |
| **曜日**      | 日付グループの見出しに曜日も表示する |

{% 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/ja/psonaraizu/experience.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.
