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

# 我が家を検索する

ダッシュボードのプロジェクトからプロジェクトを作成してみましょう！

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

![](/files/4df9aa35e0488bddce971c2b3c41880508a45752)

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

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

## 我が家を検索する

まず、\[新しいプロジェクト]ボタンをクリックすると2つのオプションが表示されます。

お住まいがアパートに該当する場合は、\[わが家を検索]を選んで検索を始められます。

![](/files/272a62e7fbf8c7754a4da1c8a8499614196e5377)

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

![](/files/a434ab973d126cc47b8bf8c91c006676ba3d150e)

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

図面の向きを設定したい場合は、左右反転／上下反転機能で希望の向きに調整したあと、\[選択した図面でわが家をコーディネート]をクリックしてください。

<figure><img src="/files/3b4cd91a9fbd481a73e3f8937e664ea5881c4096" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/dbf3e59ac4a125068d0670157f41e48ff6b1de5a" 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/yzgaido/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.
