> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ko/need-help/site-planner-homepage-overview.md).

# Site Planner

Site Planner 홈페이지는 모든 프로젝트를 한눈에 볼 수 있는 중앙 집중식 보기를 제공합니다. 왼쪽 상단에서 다음 옵션을 볼 수 있습니다:

* **내 프로젝트**: 사용자가 생성한 모든 프로젝트를 표시합니다
* **모든 프로젝트**:
  * 조직 관리자용: 파트너 조직의 모든 프로젝트를 표시합니다
  * 다른 사용자용: 사용자가 생성한 프로젝트와 공유받은 프로젝트를 표시합니다
* **나와 공유됨**: 파트너 조직의 다른 사람들이 사용자와 공유한 모든 프로젝트를 표시합니다
* **보관함**: 삭제된 모든 프로젝트를 표시합니다(필요한 경우 프로젝트를 복원할 수 있습니다)

오른쪽 상단에서 다음을 할 수 있습니다:

* 프로젝트 검색
* 사용자 환경설정 관리
* 생성 [새 프로젝트](/command/ko/need-help/site-planner-homepage-overview/create-site-plan-project.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://help.verkada.com/command/ko/need-help/site-planner-homepage-overview.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.
