> 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 interiors'.**

With Archisketch, without a complicated design process, you can easily create interior spaces, place real products, and use rendering to make the space look real.\
Get started with creative work by using the various features Archisketch provides.

Now, we'll 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 sign up easily using \[Sign up] or a SNS account.

![](/files/dc0721fc6c4aeebe9b150bf9e9ca4836e30e91c5)

## 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 \[Get Started] button, **the 4-step tutorial**you can briefly explore Archisketch's main features.\
If you want to start right away, you can click the \[Skip] button to go straight to the dashboard.

If it's your first time, try the tutorial—it'll help you get used to it more easily!

![](/files/4cc38d68ba64562b0fdddce007e48a2101b26ba2)

## Step 3. Meet My Projects

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

A place like the screen you're seeing now **dashboard**is called.\
It's the central space where you can manage all work-related features and menus.\
You can rename, copy, and share my projects.

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

![](/files/3197b6366c7af4b43bc130687284a84fe937765e)

***

## Language settings

Are you seeing it in a language other than Korean?\
You can change the current language by clicking \[Language settings] at the top of the dashboard.\
Supported languages are **Korean, English, Japanese, Vietnamese, Chinese (Traditional), Chinese (Simplified)**&#x61;vailable.

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

![](/files/ea5d961e5d608dbb958923ba2a01d1c917b584b8)

***

## Archisketch terminology

These are terms you'll often encounter while using Archisketch from now on. Knowing them in advance will help you adapt faster!

* **Archisketch**: the unified name covering all services, including the dashboard and ArchiEditor.
* **dashboard**: the central space where you can manage all work-related features and menus.
* **Editor**: Archisketch's proprietary furniture and drawing tool, developed by combining the strengths of CAD and SketchUp.
* **Modeling**: the work 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 technology that makes 3D screens look like real photos.
* **Grid**: a graph-paper-style background that serves as a reference during work.
* **720 Tour**: a feature that lets you freely look around a virtual space in all directions. (Uses panorama rendering results)
* **Orthographic mode**: a feature that lets you place or move lines and furniture accurately at a 90-degree angle.
* **Snap mode**: a feature that automatically aligns lines in 10 mm increments or snaps furniture together.
* **Gallery**: a menu where you can view the rendered images that were created.
* **Azimuth**: the angle that indicates the direction and position of the sunlight. (Reference point is the center of the editor screen)
* **ISO View**: a bird's-eye and perspective view that lets you check the drawing from various angles in 3D mode.
* **First-person view**: the viewpoint from where a real person is standing.
* **Project**: all the results created through the editor.
* **Template**: Archisketch's output with interior design saved.
* **Temperature**: indicates the color temperature of the lighting, and is divided into warm incandescent light (3000K), neutral white with a slightly 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.
