> 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/user-en/first-meeting.md).

# First meeting with Archisketch

**Welcome to Archisketch, where anyone can easily create "3D interior design."**

Through Archisketch, you can easily create interior spaces without a complicated design process, arrange real products, and express the space realistically through rendering.\
Start creative work using the various features Archisketch provides.

I’ll now guide you through the basic setup process needed to start using Archisketch in earnest.

## Step 1. Sign up

Please sign up to use Archisketch. You can also easily register using \[Sign up] or a social media account.

![](/files/2de49b395119dc60db0bbaabcf7f1d229b231b95)

## Step 2. Tutorial

**If this is your first time using Archisketch, you can easily learn the features through the tutorial. (About 3 minutes)**

If you click the \[Get Started] button, **the 4-step tutorial**you can briefly look over Archisketch's main features.\
If you want to start right away, you can also click \[Skip] to go straight to the dashboard.

If you're new, following the tutorial will help you get used to it more easily, so give it a try!

![](/files/d95dfbd340735cfc80da941ee5e804903948e83b)

## Step 3. Meet My Projects

After the tutorial ends, in Archisketch **My Projects**you can access.

The place you’re looking at now is the same as **the dashboard**: This is the central space where you can manage all features and menus related to your work.\
You can rename, duplicate, and share your My Projects.

**Shall we start creating projects and decorating our home in earnest?**

![](/files/59bfb1464cf33a7d6e3e866cc955a5a89ebcffd0)

***

## Language Settings

Do you happen to see this in a language other than Korean?\
You can change the current language by clicking \[Language Settings] at the top of the dashboard screen.\
The supported languages are **Korean, English, Japanese, Vietnamese, Traditional Chinese, Simplified Chinese**.

* Path: \[Archisketch Dashboard] → \[Language Settings]

![](/files/ef3f5d22a4f172aeda75eb045f948db4bdafc990)

***

## Archisketch Terminology

These are terms you will frequently encounter while using Archisketch in the future. Knowing them in advance will help you adapt faster!

* **Archisketch**: This is the unified name that covers all services, including the dashboard and Archieditor.
* **the dashboard**: This is the central space where you can manage all features and menus related to your work.
* **Editor**: Archisketch's proprietary furniture and drawing tool, developed by combining the strengths of CAD and SketchUp.
* **Modeling**: The process of creating furniture and products in 3D form.
* **Modeler**: An in-house specialist who creates 3D models of furniture and products in Archisketch.
* **Rendering**: A conversion technology that makes 3D screens look like real photos.
* **Grid**: A graph-paper-style background used as a reference while working.
* **720 Tour**: A feature that lets you freely look around a virtual space in all directions—up, down, left, and right. (Uses panoramic rendering results)
* **Orthographic mode**: A feature for precisely placing or moving lines and furniture at 90-degree angles.
* **Snap mode**: A feature that automatically aligns lines in 10 mm increments or snaps furniture together.
* **In the gallery**: A menu where you can check the generated rendered images.
* **Azimuth**: The angle that indicates the direction and position of incoming sunlight. (The reference point is the center of the editor screen)
* **ISO view**: A bird's-eye and perspective view that lets you check the floor plan from various angles in 3D mode.
* **First-person view**: A view from the position where a real person would be standing.
* **Project**: All results produced through the editor.
* **Template**: An Archisketch output with an interior design saved.
* **Temperature**: Indicates the color temperature of lighting, categorized into warm incandescent light (3000K), neutral white with a slight yellow tint (4000\~5000K), and daylight white with a bluish tint (6500K).


---

# 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/user-en/first-meeting.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.
