> 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 Projects on the dashboard!

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

![](/files/a2908972e30a1fef6e1c9f008238184a61a5924b)

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

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

## Search for my home

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

If your home is an apartment, select \[Search for My Home] to start searching.

![](/files/5530f7ce7157f281acbd2013d6d0edd802342f41)

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

![](/files/9f66da553226bb5a96b37460f4cef4714f5868cd)

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

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

<figure><img src="/files/3f3d0cf817dc4a95cad201124e49ea00ac4777b5" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/7b3cf72599d7a5587a9f8d5830fafb618ce42565" 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.)\
Fill out the form accordingly and submit it, and your floor plan request will be received successfully.\
Please refer to the information below for details.

* Updates are made irregularly depending on the number and order of submitted floor plans. (Average time required: 5–10 days)
* 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.
