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