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

# 프로젝트 만들기

- [에디터란?](https://docs.archisketch.com/guide/user/make-project/what-is-editor.md): 에디터는 아키스케치만의 독자적인 가구 배치 및 도면 제작 툴입니다. 내 프로젝트 생성을 하거나 도면을 불러왔을 때 만나게 되는 화면이에요. 이 공간에서 도면을 그리고, 가구와 마감재를 배치하며, 렌더링을 찍을 수 있어요.
- [에디터 모드 알아보기](https://docs.archisketch.com/guide/user/make-project/editor-modes.md): 가구를 배치하기 전! 먼저 알아두면 좋을 에디터 모드에 관한 내용을 소개해드릴게요.
- [우리집 검색하기](https://docs.archisketch.com/guide/user/make-project/search-home.md)
- [도면 이미지 업로드](https://docs.archisketch.com/guide/user/make-project/floor-plan-image-upload.md): 도면 이미지 업로드하기
- [도면 그리기](https://docs.archisketch.com/guide/user/make-project/draw-floor-plan.md): 도면 직접 그리기
- [천장, 바닥 높이 설정하기](https://docs.archisketch.com/guide/user/make-project/ceiling-floor-height.md): 바닥 기준 높이 변경하기
- [공간 편집하기](https://docs.archisketch.com/guide/user/make-project/space-editing.md): 공간 타입 설정
- [층 관리하기](https://docs.archisketch.com/guide/user/make-project/floor-management.md): 층 추가


---

# 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/make-project.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.
