> 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 in the projects section of the dashboard!

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

![](/files/ced895b5610ccea3d7ec0f28aab64a8059ac845f)

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

* Search for my home
* Upload floor plan image
* Draw a Floor Plan Manually

## Search for my home

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

If your home is an apartment, you can select \[Search My Home] to begin your search.

![](/files/2ab6d00e7fa194609fff4e8aa49af046968c8481)

Clicking \[Search My Home] takes you to the new floor plan search page.\
Here, enter an 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/9db989b9bfa81a80c442f688f5bae4a46dd2cd2a)

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

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

<figure><img src="/files/2f507209388df85f40b51407e864ee6b63e3a7b2" alt=""><figcaption></figcaption></figure>

Then the floor plan will be loaded into the editor like this.\
The editor is Archisketch's proprietary tool for arranging furniture and creating floor plans.\
In this space, you can draw floor plans, place furniture and finishing materials, and render images.

<figure><img src="/files/8d3619abb86b57b5a4e0ac2648c37bf0cb08c9ad" alt=""><figcaption></figcaption></figure>

## Frequently Asked Questions

#### My home's floor plan hasn't been registered yet. Can I request that one be created?

You can request floor plan creation through Archisketch. (However, this is only possible if you have a floor plan image that includes measurements.)\
If you fill out the form correctly 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 of submitted floor plans and their order. (Average processing time: 5–10 days)
* We provide 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-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.
