> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/jp/nmkr-studio/akaunto/dasshubdo.md).

# ダッシュボード

### ダッシュボードのレイアウト

ダッシュボードはNMKR Studioにログインして最初に表示されるタブで、左側のメニューバーからもアクセスできます。

<figure><img src="/files/Er8l5KTc3BmUrLkXQN3J" alt=""><figcaption></figcaption></figure>

#### 第1セクション

最初のセクションでは、NMKRスタジオの始め方やヘルプの入手方法などの教育的なコンテンツに加え、[請求書のダウンロードや](https://docs.nmkr.io/nmkr-studio/account/invoices)[ミントクーポンの](https://docs.nmkr.io/nmkr-studio/account/mint-coupons)購入ができます。

#### 第2セクション

<figure><img src="/files/uYGxVLQIUEeBA22iGM9q" alt=""><figcaption></figcaption></figure>

2つ目のセクションは、過去1年間の売上高を12ヶ月単位で棒グラフにしたものです。

左側には以下の主要な値が表示されます。右側のチャートは、お客様のアカウントに属する取引件数を示しています。

#### 第3セクション

<figure><img src="/files/RZ02ufMa4qqIS1yiib65" alt=""><figcaption><p>ダッシュボードの3つ目のセクションは、直近の取引の概要です。</p></figcaption></figure>

ダッシュボードの3つ目のセクションは、直近の取引に関する簡単な概要です。

直近の売上以上の詳細な概要が必要な場合は、「[取引タブ](https://docs.nmkr.io/nmkr-studio/account/transactions)」をご覧ください。


---

# 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://docs.nmkr.io/jp/nmkr-studio/akaunto/dasshubdo.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.
