> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/yokuaru/service/dashboard-guide.md).

# ダッシュボードの利用

## ダッシュボードがすべて英語で表示されています（言語設定）

アーキスケッチは4言語に対応しています。（英語、日本語、韓国語、ベトナム語）

ダッシュボード右上にある地球儀をクリックして、言語を変更してください。

![](/files/b731114d5ff48d6f642b44372f8db9d00db74f03)

## 『3Dインテリアへ行く』をクリックしたのに、何度もログインページに移動してしまいます。

ご使用中のコンピューターの時刻が現在時刻と一致しない場合、このような問題が発生することがあります。コンピューターの時刻を正しく設定してから、もう一度お試しください。

## 家具モデリングファイルをアップロードして使いたいです

モデリングファイルのアップロード機能は有料会員限定の機能です。（Standardプラン以上で利用可能）

有料プランをご利用中であれば、自分で作成した家具モデリングファイルをアップロードして、プロジェクトに活用できます。

[**\[個人ライブラリについて詳しく見る\]**](/user/expert-feature/personal-library.md)

[**\[プランを購読する\]**](/user/pro-team-plan/team-plan-subscribe.md)

## お持ちの画像を壁紙／仕上げ材として活用できますか？

仕上げ材のアップロード機能は有料会員限定の機能です。（Plusプラン以上で利用可能）

お持ちの壁紙や仕上げ材をアップロードして、エディターで使用できます。

[**\[個人ライブラリについて詳しく見る\]**](/user/expert-feature/personal-library.md)

[**\[プランを購読する\]**](/user/pro-team-plan/team-plan-subscribe.md)


---

# 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.archisketch.com/guide/yokuaru/service/dashboard-guide.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.
