> 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/arranging-finishing/material-placement.md).

# Apply finish materials

By clicking the Finishes Library tab on the left, you can check out a variety of finishes that are ready to use.\
There are various options by category, so choose the finish you want.

{% hint style="info" %}
However, finishes are applied only to spaces (walls, floors, ceilings) and do not apply to furniture materials.
{% endhint %}

### Choose a Finish

* You can scroll down to view the list of finishes.
* If you want to see a finish you like in a larger view, click the magnifying glass button to zoom in.
* Register finishes you like as favorites with the star icon. You can view your favorite finishes in My Page.

![](/files/3a48c81fcbd0de804fc1c65e8c875fd8a209c51b)

### Applying finishes

* If you found a finish you like, click it once to select it.
* Click once more on the surface you want to apply it to.
* When you move the mouse cursor, the finish icon follows it, meaning the mode has not ended yet.\
  Try applying it to multiple surfaces as well.
* To exit the mode, press the Esc shortcut key.

![](/files/953993ab0b9485ab353ba0b9c1136055e40e9aa4)

### Copy Finish

A finish that has been applied once can be copied and pasted onto other surfaces.

* First, select the surface where the finish you want to copy has been applied.
* Right-click the mouse and select \[Copy Finish].
* The finish placement mode is activated, and you can apply finishes to other surfaces.

![](/files/f3bce9e4ada10d3c76a5ba22807f2c4804293a0e)

#### Apply Finish to All Walls in a Room

If you want to apply a finish to all the walls in a room at once, try the \[Apply Finish to All Walls in a Room] feature.\
With this feature, you can apply the finish to all walls by room at once without having to click each wall one by one, making it convenient.

![](/files/b9ac02c10c7b614684073461a06f08e31427081b)

![](/files/80bd073c28a42627fce0c3600969b9fe13761ebb)

## Finish Editor

If you want a more sophisticated look like two-tone wallpaper, or want to use more advanced features, try the 'Finish Editor'.\
Go to the Finish Editor. (You can enter by clicking the toolbar or the button on the right panel.)

* Use the Line (L) or Rectangle (F) tool in the top toolbar to set an area.
* Add a new finish to the set area.
* After clicking Save, return to the editor.

![](/files/2fe799641c7fcd022ec46c7e381a50c07948b87b)

When you click a wall, the product information for the surface with the finish applied is shown as 'Created Pattern'.

![](/files/6a88b93b80bb920c314cdff29133cecb6d65349d)

**Useful feature: Outline**

Click the \[Outline] icon at the top of the Finish Editor to view the outlines of products placed on walls/floors, etc.\
This makes it easy to identify the locations of doors/windows on walls and the approximate positions of products placed on the floor.

![](/files/977fe7844c82986b9a7e5e37bc3b87030537fd5f)

Want to see other examples using the Finish Editor as well? [Learn about the Space Toolbar features →](/guide/user-en/make-project/space-editing.md)

## Calculate Wall Area

* When you click a wall, you can check the wall area in the \[Wall Details] panel on the right.
* If you multi-select several walls (Shift+click), the total wall area will be shown.
* In 2D mode, you can also check the floor area!

{% hint style="info" %}
Pro tip: When you need to purchase finishes!\
When you need to purchase finishes, using Archisketch makes it easy not only to decorate spaces but also to estimate material costs.\
Select the finish you want, apply it to the space, and then easily calculate the area!
{% endhint %}

![](/files/1ba214f160affefe4db7803a08803d8ee9fa3436)

## Frequently Asked Questions

#### The wall with the finish applied looks empty.

When you copy/paste a wall that was edited using the Finish Editor, some areas may appear empty in gray.\
Regular finishes are applied to all surfaces regardless of area size, but materials created with the Finish Editor have a fixed area, so if you place them from a smaller area onto a larger one, empty portions will appear.

![](/files/1ad935f94e15b241fe2ee1237ce9837950d59a12)

In this case, create an area in the empty-looking section using the Rectangle or Line tool, then extend the finish using the \[Copy Pattern] feature.

* Click the empty-looking surface to go to the \[Finish Editor].
* Use the Rectangle/Line tool to separate the area.

![](/files/c3fad3947fee832eb445d8466a9ebeca2623d5bb)

* Use the \[Copy Pattern] feature at the top to copy the original material.
* Click the original material area to copy it.
* Click the empty area once more to paste it.
* Save and exit the editor.

![](/files/242617d92b3b59b5b204d80d0abb69577f2b6595)

{% hint style="info" %}
We recommend working on the Finish Editor with a surface that has a large area from the start, and then copying/pasting it to other walls!
{% 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/arranging-finishing/material-placement.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.
