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

# デザインを適用する

## デザインを読み込む

{% stepper %}
{% step %}

### 気に入ったデザインを探す

目的のデザインを見つけて **我が家に適用する** ボタンをクリックすると、アキスケッチの地図サービスが起動します。

このとき、デザインを詳しく見たい場合は **詳しく見る** ボタンをクリックしてください。
{% endstep %}

{% step %}

### 我が家を検索する

地図サービスに入ると、右上の3Dミニマップで選択したデザインを見ながら我が家を探せます。

![](/files/608a542f7927c9b5f8af45709f86f8c581ce16be)

図面を選択すると、下の画像のように **我が家の図面と選択したデザインが並んで表示されます**します。

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

## 図面にデザインを適用する

### 図面でコピー＆ペースト

1. 並んで表示された図面から製品を選択し、自分の図面に移せます。

{% hint style="info" %}
Shift + マウスドラッグで製品を選択し、希望の空間へドラッグする

製品をクリックして希望の空間で Ctrl + C、Ctrl + V してコピー＆ペーストする
{% endhint %}

![](/files/e9957baa9c375fdb65baa818eca9a3cac46c69eb)

![](/files/91df1f0af397d2c52c75ae400d16a89dc8fb090f)

2. エディター右上の［保存］をクリックしてプロジェクトを保存すれば完了！

![](/files/20d823912a57a689325028295b778c48c581919f)


---

# 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/yzgaido/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.
