> 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/get-started/apply-design.md).

# Apply a Design

## Load design

{% stepper %}
{% step %}

### Find a design you like

Find the design you want and **Apply it to my home** When you click the button, the Archisketch map service will launch.

If you want to view the design in detail at this point **View details** Please click the button.
{% endstep %}

{% step %}

### Search for my home

Once you enter the map service, you can find your home while viewing the selected design together in the 3D minimap at the top right.

![](/files/5f92989029d6b23d65b99030045417999926f531)

When you select a floor plan, as shown in the image below **My home floor plan and the selected design are generated side by side**.

![](/files/5ec9779251ca9b653041fd1dc0087c37c68103a6)
{% endstep %}
{% endstepper %}

## Apply the design to the floor plan

### Copy & paste on the floor plan

1. You can select products from the side-by-side floor plan and move them to your floor plan.

{% hint style="info" %}
Select products by holding Shift + dragging with the mouse, then drag them to the desired space

Click a product and copy and paste it to the desired space with Ctrl + C, Ctrl + V
{% endhint %}

![](/files/93b68743249439420ba66a2aadaace5a62330622)

![](/files/c484ca8ffb4ae7a0766283157ba6af7d99134cab)

2. Click \[Save] at the top right of the editor to save the project, and you're done!

![](/files/076e849be2308cd05bf7ae14eb829581a74bd59b)


---

# 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/get-started/apply-design.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.
