> 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 Spaces

## Set Space Type

By clicking the floor in 2D mode, you can specify the \[Space Type].\
You can also open the toggle in the toolbar to set it directly, 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/1e736cac081be07179110003a27c9b5650705c29)

## Learn about space toolbar features

The space toolbar provides the following various features below the function for specifying the \[Space Type].

![](/files/2860298f836d56f34a25f243f8232f6727e73086)

1. Apply Template: You can apply a prepared interior template to your room.\
   However, templates can only be applied in spaces marked \[Template Available].
2. Room Copy: You can quickly create the same setup by duplicating a room, including furniture and finishes, all at once.
3. Copy Finish Materials: You can copy the finish materials 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 finish materials.
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 Material Editor: This is an advanced feature that lets you designate areas on a single surface and apply two or more materials.

### Apply Template

Having trouble starting your interior design from scratch? Try getting started easily with the template feature!\
By using a variety of 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 the space type has been set.
{% endhint %}

This feature is available only in 2D mode, and it lets you load a variety of prepared interior templates into your room so you can apply styles quickly and easily.\
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 a template to view detailed information, and load the template.

![](/files/40dc7799fae07f7fbde1d9e4c1de14385325f754)

\[Settings] → Filter feature

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

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

![](/files/5fba575708dd34181260bc1b7f67fc916391ed81)

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

![](/files/2e57f00af8175330b8575e4bcc9e4771449fa5d8)

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

![](/files/56c9adc359998dfdba8943c0dce26a01ef322f74)

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

![](/files/cc2a332d1dfaa9f28b4aa3981c5c5f4783003f64)

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

### Room Copy

Room Copy 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/cbc08b6ddb3b21be643777942990f29eeaebfad3)

![](/files/d7acac6cb55ed0cd1db2dab1bf578120b634d312)

{% hint style="info" %}
If you're unsure about furniture placement or want to compare multiple options, it's useful.\
Use room copy to easily create a variety of layouts!
{% endhint %}

### Copy Finish Materials

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

![](/files/2816c2e11942d3700ac2de4d6419d3dad6fad248)

### Single Space Mode

Click the space where you want to focus the furniture placement, then select \[Single Space Mode].\
In this mode, only one space is shown 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 floor plan by clicking \[Change to Full Floor Plan View].

![](/files/7b11936a266e3c4c3cd66101bd4559dd3a194e37)

### Delete

You can delete a room by clicking the space you want to delete and then clicking the delete icon.\
You can also delete it the same way by pressing Backspace or Delete on the keyboard.

![](/files/23466568fc5aa90a9d2b7fc5070138abbbc6fe5c)

### Finish Material Editor

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

![](/files/a71a7eb91b41d11450f2bad2e93b4ac23e957f02)

* Go to the finish material editor.
* Use the straight line (L) or rectangle (F) tool in the top toolbar to set an area.
* Add new finish materials to the set area.
* After clicking Save, you return to the editor.

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

When you copy and paste finish materials onto another surface with a larger area, 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.
