> 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/faq-jp/service/dashboard-guide.md).

# ダッシュボードの利用

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

Archisketch は4言語をサポートしています。（英語、日本語、韓国語、ベトナム語）

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

![](/files/7c7ab5ef32a31f35e2590638769e9891fb297e2b)

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

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

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

モデリングファイルのアップロード機能は、有料サブスクライバー専用の機能です。（Standardプラン以上で利用可能）

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

[**\[個人ライブラリを詳しく見る\]**](/guide/user-jp/expert-feature/personal-library.md)

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

## 持っている画像を壁紙／仕上げ材として活用できますか？

仕上げ材のアップロード機能は、有料サブスクライバー専用の機能です。（Plusプラン以上で利用可能）

自分が持っている壁紙や仕上げ材をアップロードして、エディターで使用できます。

[**\[個人ライブラリを詳しく見る\]**](/guide/user-jp/expert-feature/personal-library.md)

[**\[プランを購読する\]**](/guide/user-jp/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/faq-jp/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.
