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

# デザインを適用する

## デザインを読み込む

{% stepper %}
{% step %}

### 気に入るデザインを見つける

希望のデザインを見つけて **自宅に適用する** ボタンをクリックするとArchisketchの地図サービスが起動します。

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

{% step %}

### 自宅を検索する

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

![](/files/2f91adc06d65bf7991d6ff3fd11161583923d73f)

図面を選択すると、下の画像のように **自宅の図面と選択したデザインが並んで生成**されます。

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

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

### 図面でコピー＆貼り付け

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

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

製品をクリックして希望の場所でCtrl + C、Ctrl + Vしてコピー＆貼り付けする
{% endhint %}

![](/files/3fc3cc89c008881ae12a85dbd29cfa40259f8def)

![](/files/99d3c051c58ac430ae7a5370543a569ed6966afa)

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

![](/files/f2ff05e5e5a4b48fe8160088082cbcb1aae23fd2)


---

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