> 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 Encounter with Archisketch

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

With Archisketch, you can easily create interior spaces without a complicated design process, place real products, and use rendering to make the space look lifelike.\
Start creating creatively by taking advantage of the various features Archisketch provides.

Now we'll guide you through the basic setup process you need to start using Archisketch in earnest.

## Step 1. Sign up

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

![](/files/ac13d92d557305050ba8fdc27d231940b762360a)

## Step 2. Tutorial

**If you're using Archisketch for the first time, you can easily learn the features through the tutorial. (about 3 minutes)**

If you click the \[Start] button, **a 4-step tutorial**you can briefly explore the main features in Archisketch by following along.\
If you want to start right away, you can click \[Skip] to go directly to the dashboard.

If it's your first time, you can adapt more easily by referring to the tutorial, so give it a try!

![](/files/44fb5d2b388b0bd6cb22018703f3b1c88e8e741c)

## Step 3. Meet My Projects

After the tutorial ends, Archisketch **My Projects**will appear.

The place you are seeing now, **Dashboard**is called the dashboard.\
It is the central space where you can manage all task-related functions and menus.\
You can rename, copy, and share My Projects.

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

![](/files/662d148c94f06bce169e6504ee99f6b6d281d013)

***

## Language settings

Is it showing 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, Chinese (Traditional), Chinese (Simplified)**&#x61;re.

* Settings path: \[Archisketch Dashboard] → \[Language settings]

![](/files/261ae0193c8239a7fc6aa3896d61dc02f17b962e)

***

## Archisketch terminology guide

These are terms you'll often encounter while using Archisketch. If you learn them in advance, you'll adapt more quickly!

* **Archisketch**: the unified name that encompasses all services, including the dashboard and ArchiEditor.
* **Dashboard**: the central space where you can manage all task-related functions and menus.
* **Editor**: Archisketch's proprietary furniture and floor plan creation tool, developed by combining the strengths of CAD and SketchUp.
* **Modeling**: the process of creating furniture and products in 3D.
* **Modeler**: an in-house specialist who creates 3D models of furniture and products in Archisketch.
* **Rendering**: a conversion technique that makes 3D scenes look like real photographs.
* **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. (uses panorama rendering output)
* **Orthogonal mode**: a feature that lets you precisely place or move lines and furniture based on 90-degree angles.
* **Snap mode**: a feature that automatically aligns lines in 10 mm increments or snaps furniture together.
* **Gallery**: a menu where you can view the generated rendering images.
* **Azimuth**: the angle that indicates the direction and position of incoming sunlight. (The reference point is the exact center of the editor screen)
* **ISO view**: a bird's-eye and perspective view that lets you inspect the floor plan from various angles in 3D mode.
* **First-person view**: a viewpoint from the position where a real person would be standing.
* **Project**: all outputs created through the editor.
* **Template**: an Archisketch output with the interior design saved in it.
* **Color temperature**: indicates the color temperature of the lighting, and is divided into warm incandescent light (3000K), neutral white with a 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.
