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

# Edit a Space

## Space type settings

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

![](/files/1ad66d828eff7968569de186bdcf351d0207950a)

## Learn about space toolbar features

In the space toolbar, you can set the \[space type], and below it are various other features as follows.

![](/files/5dcae6b69a2903e3ec3dfa6d7cb9aafecffca185)

1. Apply template: You can apply a pre-prepared interior template to your room.\
   However, templates can only be applied to spaces marked as \[Template Available].
2. Copy room: You can quickly create the same layout by duplicating a room, including furniture and finishes, all at once.
3. Copy finishes: 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 the 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 layout.
7. Go to Finish Material 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 the various pre-prepared interior templates, you can quickly apply the style you want and get ideas 😎

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

This feature is available only in 2D mode and lets you load various pre-prepared interior templates into your room, making it quick and easy to apply a style.\
Click the \[Apply Template] button to display a list of templates suited to the corresponding space type on the left.\
Scroll down to view templates, click one to see 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 to be placed 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 view detailed information about the space descriptions and items used in the template.

![](/files/2f394fc4a72cb77f0cbad1c3173822bca818d8f7)

Select the template you want, then click the \[Load Template] button to apply it to your room.

![](/files/ae8b398533dc260c7f7a830521aedc2c2056cfb6)

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

![](/files/b3d389ad40ef4a38355374a28d4c2f8410d24619)

Adjust the positions of the placed products appropriately and modify them to suit your own space.

### Copy room

Copy room is a feature that duplicates the current room as it 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" %}
This is useful when you're 고민 about furniture arrangement or want to compare multiple concepts.\
Use the copy room feature to easily create various layouts!
{% endhint %}

### Copy finishes

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

![](/files/12216152793f005e2da69034871ca8e6d3af1064)

### Single space mode

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

![](/files/edbba4fd9b9d4749c94e8fb6031446cce7b10b7b)

### Delete

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

![](/files/a376813eda822b3394b457462d9db800e1ff5728)

### Finish Material Editor

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

![](/files/b37a96e2660104bfbec2ccef121603ce96be1c58)

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

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

If you copy and paste finish materials onto another larger surface, some areas 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-en/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.
