> 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/make-project/what-is-editor.md).

# What is the Editor?

The Editor is Archisketch's proprietary furniture layout and floor plan creation tool. It’s the screen you encounter when you create a new project or import a floor plan. In this space, you can draw floor plans, place furniture and finishes, and create renderings.

## Basic Controls for the Editor Screen

#### Panning / Angle Adjustment

When you enter the editor and open a drawing, you can use the mouse to pan the screen and adjust the angle.\
There are slight differences in controls between 2D mode and 3D mode, so please refer to the information below!

**2D mode**

| Function        | Controls                                |
| --------------- | --------------------------------------- |
| **Panning**     | Mouse click (left/right both available) |
| **Zoom In/Out** | Zoom in/out with the mouse scroll wheel |

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-4c4ceb8850c585787b46000238383743e72e9ee5%2Fwhat-is-editor-1.png?alt=media)

**3D mode**

| Function                        | Controls                                     |
| ------------------------------- | -------------------------------------------- |
| **Panning**                     | Right-click the mouse                        |
| **Adjust screen viewing angle** | Hold left-click and drag to adjust the angle |
| **Zoom In/Out**                 | Zoom in/out with the mouse scroll wheel      |

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-63d046096ef98facde006abc0df6ce344ff7435e%2Fwhat-is-editor-2.png?alt=media)

## Introduction to Basic Editor Functions

### Step 1. Draw your space and floor plan

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-49fee32d64df3e7bb6b853682691b199cc8b17ed%2Fwhat-is-editor-3.png?alt=media)

Use the various drawing functions on the \[Draw Floor Plan] page to create your own space.

### Step 2. Place furniture and interior accessories

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-25b77715153f1e3486c508d9fae64234a90ed5ad%2Fwhat-is-editor-4.png?alt=media)

You can use products and finishing materials through the \[Furniture Library] and \[Finishing Material Library] tab pages.

### Step 3. Change modes and set the viewer

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-0368b22ab23b7d61e0ba12978d7d9e0bb93c89e0%2Fwhat-is-editor-5.png?alt=media)

Click the area below to change the editor mode to 2D/3D or set the viewer mode.

### Step 4. Create render content

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-945659768d386615764a48af62840f0e50b729ca%2Fwhat-is-editor-6.png?alt=media)

Click the Render button to create various photorealistic content using your completed space.

### Step 5. Check the gallery

<figure><img src="https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-5fb9689ff295a75f169e1f8b9b0bf8ddc5009555%2Fwhat-is-editor-7.png?alt=media" alt=""><figcaption></figcaption></figure>

Click the Gallery button to view various photorealistic content that has finished rendering.


---

# 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/make-project/what-is-editor.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.
