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

# Apply Finishes

By clicking the Finishes Library tab on the left, you can view a variety of pre-prepared finishes.\
There are many options available by category, so choose the finish you want.

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

### Choose a Finish

* You can scroll down to view the list of finishes.
* If you want to see a finish more closely, click the magnifying glass button to zoom in.
* If you like a finish, mark it as a favorite with the star. You can view your favorite finishes on My Page.

![](/files/3a48c81fcbd0de804fc1c65e8c875fd8a209c51b)

### Applying Finish Materials

* If you find 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, indicating that the mode has not ended yet.\
  Try applying it to multiple surfaces.
* To exit the mode, press the Esc shortcut key.

![](/files/953993ab0b9485ab353ba0b9c1136055e40e9aa4)

### Copy Finish

Once a finish has been applied, you can copy it and paste it onto other surfaces.

* First, select the surface where the finish you want to copy has been applied.
* Right-click 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 using the \[Apply Finish to All Walls in a Room] feature.\
With this feature, you can conveniently apply the finish to all walls in the room at once without needing to click each wall one by one.

![](/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 in 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, you will return to the editor.

![](/files/2fe799641c7fcd022ec46c7e381a50c07948b87b)

When you click a wall, the product information for the surface with the finish applied is displayed as a '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 positions 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? [Learn about the Space Toolbar features →](/guide/user-guide/make-project/space-editing.md)

## Calculate Wall Area

* When you click a wall, you can view the wall area in the \[Wall Details] panel on the right.
* If you multi-select multiple walls (Shift+Click), the total wall area is 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 lets you not only decorate spaces but also easily estimate material costs.\
Select the finish you want, apply it to the space, and then conveniently calculate the area!
{% endhint %}

![](/files/1ba214f160affefe4db7803a08803d8ee9fa3436)

## Frequently Asked Questions

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

When you copy/paste a wall that uses the Finish Editor, some areas may appear gray and empty.\
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 area, empty sections 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 by 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-guide/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.
