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

# Using the dashboard

## The dashboard is displayed entirely in English (language settings)

Archisketch supports 4 languages. (English, Japanese, Korean, Vietnamese)

You can change the language by clicking the globe in the upper right corner of the dashboard.

![](/files/8324c44e49c685b94b040a7f1bfa58e4ed2b41ba)

## I clicked Go to 3D Interior, but it keeps taking me to the login page.

If the time on the computer you're using doesn't match the current time, this problem can occur. Please set your computer's time correctly and try again.

## I want to upload and use a furniture modeling file

The modeling file upload feature is available only to paid subscribers. (Available on Standard plan or higher)

If you're subscribed to a paid plan, you can upload furniture modeling files you made yourself and use them in your project.

[**\[Learn more about the personal library\]**](/user-en/expert-feature/personal-library.md)

[**\[Subscribe to a plan\]**](/user-en/pro-team-plan/team-plan-subscribe.md)

## Can I use an image I have as wallpaper/finish material?

The finish material upload feature is available only to paid subscribers. (Available on Plus plan or higher)

You can upload wallpaper or finish materials you have and use them in the editor.

[**\[Learn more about the personal library\]**](/user-en/expert-feature/personal-library.md)

[**\[Subscribe to a plan\]**](/user-en/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-en/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.
