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

# Search for my home

Try creating a project from Projects in the dashboard!

The two \[New Project] buttons have the same function, so you can click whichever one is more convenient to get started.

![](/files/4aa586d9b7e1d806983faa4cd83be699bbc94a2d)

In Archisketch, you can create a project in three ways:

* Search for my home
* Upload Floor Plan Image
* Draw Floor Plan Directly

## Search for my home

First, click the \[New Project] button to see two options.

If your home is an apartment, you can start searching by selecting \[Search My Home].

![](/files/58488b8d17fb6a8b7728eadb8489d362f8fb9e97)

Clicking \[Search My Home] takes you to the new floor plan search page.\
Here, enter the apartment name, road-name address, or subway station name in the search box to find the information you want.\
You can also select an apartment by clicking a marker on the map.

![](/files/31758c53416e548f960bfe97a797929fd7b2d3df)

Once you find the apartment you want, you can check the building information and area information.\
You can also click the toggle to view other types of floor plans.

If you want to set the direction of the floor plan, use the horizontal/vertical flip function to adjust it to the desired orientation, then click \[Decorate My Home with the Selected Floor Plan].

<figure><img src="/files/5c8b4c4dd2933452d03ca9486c79e150bb89656a" alt=""><figcaption></figcaption></figure>

Then the floor plan is loaded into the editor like this.\
The editor is Archisketch's unique furniture layout and floor plan creation tool.\
In this space, you can draw floor plans, place furniture and finishes, and create renderings.

<figure><img src="/files/306f8fa87579fe86994bd37218af6bf205299912" alt=""><figcaption></figcaption></figure>

## Frequently Asked Questions

#### My home floor plan hasn't been registered yet. Can I request a floor plan to be made?

You can request floor plan creation through Archisketch. (However, this is only possible if you have a floor plan image that includes dimensions.)\
If you fill out the form and submit it, your floor plan creation request will be received normally.\
Please refer to the information below for details.

* Updates are made irregularly depending on the number and order of received floor plans. (Average 5–10 days required)
* We provide one floor plan per person free of charge.

***


---

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