> 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-guide/make-project/space-editing.md).

# Edit a space

## Set Space Type

In 2D mode, you can click the floor to set the \[Space Type].\
You can also open the toggle in the toolbar to set it right away, or set the space type in the space details panel on the right.\
If you want to add your own special name to a space, you can enter it directly in the \[Space Name] field.

![](/files/1ad66d828eff7968569de186bdcf351d0207950a)

## Learn about the Space Toolbar Features

In the space toolbar, below the function for setting the \[Space Type], various other features are available.

![](/files/5dcae6b69a2903e3ec3dfa6d7cb9aafecffca185)

1. Apply Template: You can apply a pre-prepared interior template to your room.\
   However, templates can only be applied in spaces marked as \[Template Available].
2. Copy Room: You can quickly create the same layout by duplicating the room, including furniture and finishes, all at once.
3. Copy Finish: You can copy the finishes applied to one space and paste them into another space.
4. Replace Material: You can change the selected floor finish material.
5. Delete: You can delete an entire room, including furniture and finishes.
6. Single Space Mode: If there are multiple spaces, you can view only the selected space in the 3D floor plan.
7. Go to the Finish Editor: This is an advanced feature that lets you assign areas to a single surface and apply two or more materials.

### Apply Template

Having trouble starting your interior from scratch? Try getting started easily with the template feature!\
By using a variety of pre-prepared interior templates, you can quickly apply the style you want and get inspiration 😎

{% hint style="info" %}
The template feature can only be used after a space type has been set.
{% endhint %}

This feature is available only in 2D mode, and it lets you load a variety of pre-prepared interior templates into a room, making it quick and easy to apply styles.\
When you click the \[Apply Template] button, a list of templates matching that space type appears on the left.\
Scroll down to browse the templates, click one to view its detailed information, and load the template.

![](/files/1962445af852b696efc32de4bab53cd4796f6e65)

\[Settings] → Filter Function

* You can set filters by sorting, space type, style, and room size.

{% hint style="warning" %}
If the space where you want to place it is smaller than the selected template, some furniture may be omitted.
{% endhint %}

![](/files/83b058fbb358bef9eda9e567a143c1d5b9515806)

If you click a template thumbnail image in the template list, you can check detailed information about the space description and items used in the template.

![](/files/2f394fc4a72cb77f0cbad1c3173822bca818d8f7)

After selecting the template you want, click the \[Load Template] button to apply it to the room.

![](/files/ae8b398533dc260c7f7a830521aedc2c2056cfb6)

For spaces with a template applied, you can view the furniture and finish information used through the \[Template Products] tab in \[Space Details] on the right, and also apply them directly.\
If you right-click the floor of an applied space, you can also view the template information.

![](/files/b3d389ad40ef4a38355374a28d4c2f8410d24619)

Adjust the placement of the products as needed and customize them to fit your own space.

### Copy Room

Copy Room is a feature that duplicates the current room as-is and adds a new room. Furniture and products placed in the existing space are copied as well.

![](/files/65b3d9cfbb0e0661d71246ed146cd312d803bcdc)

![](/files/380d39954eb7998a6478c072068cd0fd9be08d20)

{% hint style="info" %}
It can be useful when you're 고민 about furniture placement or want to compare multiple concepts.\
Use the Copy Room feature to easily create various layouts!
{% endhint %}

### Copy Finish

This feature copies the finish material applied to the floor.\
When you click a finish, it is automatically copied, and you can click where you want to apply the copied finish.\
If you want to exit copy mode, press the Esc key.

![](/files/12216152793f005e2da69034871ca8e6d3af1064)

### Single Space Mode

Click the space where you want to focus the furniture layout, then select \[Single Space Mode].\
In this mode, only one space is displayed on the screen, allowing for more detailed interior work.\
If you want to exit the mode and see the full floor plan again, you can return to the full plan by clicking \[Switch to Full Floor Plan View].

![](/files/edbba4fd9b9d4749c94e8fb6031446cce7b10b7b)

### Delete

Click the space you want to delete, then click the delete icon to remove the room.\
You can also do the same by pressing Backspace or Delete on the keyboard.

![](/files/a376813eda822b3394b457462d9db800e1ff5728)

### Finish Editor

The Finish Editor is an advanced feature that lets you apply two or more different materials within a single space.\
Assign an area and apply the material you want.

![](/files/b37a96e2660104bfbec2ccef121603ce96be1c58)

* Go to the Finish Editor.
* Use the straight line (L) or rectangle (F) tool in the top toolbar to set an area.
* Add a new finish to the area you set.
* Click Save, then return to the editor.

{% hint style="warning" %}
For surfaces where the Finish Editor has been applied, material information is displayed according to the pattern you set.

If you copy and paste a finish onto another surface with a larger area, some parts may appear empty.
{% endhint %}


---

# 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-guide/make-project/space-editing.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.
