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

By clicking the Finish Materials Library tab on the left, you can check out various pre-prepared finishes.\
Since various options are prepared by category, choose the finish you want.

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

### Select a finish

* You can scroll down to view the finish list.
* If you want to see a finish up close, click the magnifying glass button to zoom in.
* Favorite the finishes you like by starring them. You can check your favorited finishes on My Page.

![](/files/cafd7dfa4673f6c269d80b345aac3f73a6575bf1)

### Applying finishing materials

* 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 hasn't ended yet.\
  Try applying it to multiple surfaces as well.
* To exit the mode, press the Esc shortcut key.

![](/files/b4587a449da1c2c0e51261f4d8b96708b9322490)

### Copy finish

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

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

![](/files/4118bfa6995174fcb6c0c886f45a80d5c35f5534)

#### Apply finish to all walls in the 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 the room] feature.\
With this feature, you can conveniently apply the finish to all walls in a room at once without having to click each wall one by one.

![](/files/a385607de699123e927ac0ce595a4444ad1906d6)

![](/files/512c0374b345120ff1c7b7c9d02c7f3d11870afa)

## 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 in the right panel.)

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

![](/files/67b0dcca7bc329b35e79f2f5c78c2de95fa8836a)

When you click a wall, the product information for the finished surface is displayed as 'Created Pattern'.

![](/files/55311eebe94d5e425d67a56601027d8e676cec7a)

**Useful feature: Outline**

If you click the \[Outline] icon at the top of the Finish Editor, you can see the outlines of products placed on walls/floors, etc.\
This makes it easy to identify the approximate locations of doors/windows on the wall and the products placed on the floor.

![](/files/3c8194d74bdc945ecfa0a2e26a81319321c3bdde)

Want to see other examples using the Finish Editor? [Learn 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 multiple walls (Shift+click), it shows the total wall area.
* 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 buy finishes, using Archisketch not only helps you decorate the space but also makes it easy to estimate material costs.\
Select the finish you want, apply it to the space, and then conveniently calculate the area!
{% endhint %}

![](/files/b257415abb25cbebcda4eeb8a553af9d5387207c)

## Frequently Asked Questions

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

When you copy/paste a wall edited with the Finish Editor, some areas may appear gray and empty.\
Regular finishes are applied to all surfaces regardless of area size, but materials created in the Finish Editor have a fixed area, so placing them on a larger area than the original small area creates empty parts.

![](/files/6fda1e726decd9d880f57fa4acf3d4a2fa066c7c)

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

* Click the empty-looking surface to go to \[Finish Editor].
* Please separate the area using the rectangle/line tool.

![](/files/cb3cb08c829814ec91eb71829d9387492e883f72)

* 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/d4de09d1cc959ba51b085486f18189c4aea8d9bc)

{% hint style="info" %}
We recommend working on the finish editor starting with a surface that has a large area, 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.
