> 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/make-project/search-home.md).

# 自宅を検索する

ダッシュボード内のプロジェクトからプロジェクトを作成してみてください！

［新規プロジェクト］ボタンは2つとも同じ機能なので、使いやすいほうをクリックして始められます。

![](/files/de60e565acbcba37512289c6859df3aec1a0d46a)

アーキスケッチでは3つの方法でプロジェクトを作成できます：

* 自宅を検索する
* 図面画像をアップロードする
* 図面を直接描く

## 自宅を検索する

まず、［新規プロジェクト］ボタンをクリックすると2つのオプションが表示されます。

自宅がマンションに該当する場合は、［自宅を検索する］を選んで検索を始められます。

![](/files/ffed5555ec6449bb33b8f22586910e748a4cd7c9)

［自宅を検索する］をクリックすると、新しい図面検索ページに移動します。\
ここで検索欄にマンション名、道路名住所、または地下鉄駅名などを入力して、必要な情報を探してください。\
地図上のマーカーをクリックしてマンションを選ぶ方法もあります。

![](/files/2f279934ab96676f23ef3e7cba580bce806631f5)

希望のマンションが見つかったら、建物情報と面積情報を確認できます。\
また、トグルをクリックして別タイプの図面も確認できます。

図面の向きを設定したい場合は、左右反転／上下反転機能で希望の向きに調整したあと、［選択した図面で自宅を飾る］をクリックしてください。

<figure><img src="/files/44df72f3d9f072357fefab45d9119b32a43fad1a" alt=""><figcaption></figcaption></figure>

すると、このように図面がエディターに読み込まれます。\
エディターはアーキスケッチ独自の家具配置および図面作成ツールです。\
この空間で図面を描き、家具や仕上げ材を配置し、レンダリングを作成できます。

<figure><img src="/files/d43a567fb2ef72e6d22b7cefda8c8d7eb7a51e50" alt=""><figcaption></figcaption></figure>

## よくある質問

#### 自宅の図面がまだ登録されていないのですが、図面作成を依頼できますか？

アーキスケッチを通じて図面作成を依頼できます。（ただし、寸法入りの図面画像がある場合のみ可能です）\
フォームに沿って記入し、送信すると、正常に図面作成依頼が受け付けられます。\
詳しくは以下の内容をご確認ください。

* 受け付けられた図面の件数と順番に応じて不定期に更新されます。（平均5〜10日かかります）
* お一人につき1件の図面を無料で作成しています。

***


---

# 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/make-project/search-home.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.
