> 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/4671687d5e533ed3b36fe15eed608f8a37d2d326)

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

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

## 我が家を検索する

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

うちがマンションに当たる場合は、\[我が家を検索]を選択して検索を始められます。

![](/files/4972222189b64f6722a0dd7fc1d493fb066f48d6)

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

![](/files/266e62d9d43be01f5c7e936d2159fe71023d46b5)

目当てのマンションが見つかったら、建物情報と面積情報を確認できます。\
さらに、トグルをクリックして他のタイプの間取り図も確認できます。

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

<figure><img src="/files/7add6fbab4e24a32dbec821603342c6064043421" alt=""><figcaption></figcaption></figure>

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

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