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

# Search for My Home

Try creating a project in the dashboard project area!

The two \[New Project] buttons do the same thing, so you can start by clicking whichever one is more convenient.

![](/files/4aa586d9b7e1d806983faa4cd83be699bbc94a2d)

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

* Search for My Home
* Upload floor plan image
* Draw a floor plan directly

## Search for My Home

First, if you click the \[New Project] button, you’ll see 2 options.

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

![](/files/58488b8d17fb6a8b7728eadb8489d362f8fb9e97)

Clicking \[Search My Home] will take you to the new floor plan search page.\
There, enter the apartment name, street 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)

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

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

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

Then the floor plan will be loaded into the editor like this.\
The editor is Archisketch’s own furniture arrangement and floor plan creation tool.\
In this space, you can draw floor plans, place furniture and finishing materials, 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 one to be created?

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 successfully received.\
Please refer to the information below for details.

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

***


---

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