> 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/ja/herupugadesuka/site-planner-homepage-overview/create-site-plan-project.md).

# Site Plan プロジェクトを作成する

{% hint style="danger" %}
サイトプランを管理するには、Org Admin 権限が必要です。
{% endhint %}

***

## 設定

{% stepper %}
{% step %}
**Verkada Command で、All Products > Site Planner に移動します。**
{% endstep %}

{% step %}
**右上で［New Project］をクリックします。**
{% endstep %}

{% step %}
**［Create a project］で:**

a. プロジェクト名を入力します（例：顧客名）\
b. （任意）プロジェクトを表すロゴまたは画像をアップロードします\
c. クリック **［作成］。**
{% endstep %}

{% step %}
**［Create a Location］で:**

a. プロジェクトの場所を入力します。\
b. 住所を入力します。\
c. クリック **［作成］。**\
d. クリック **［Create a Plan］**
{% endstep %}

{% step %}
**［Create a plan］で:**

a. プラン名を入力します。\
b. （任意） [サイトプランの画像をアップロードします。](#h_2a141a7482)\
c. （任意） [サイトプランの縮尺を設定します。](#h_557082cd58)\
d. （任意） [プランを地図上に配置します。](#h_8174ac3e63)\
e. クリック **［作成］。**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}

* サイトプランは、最大サイズが15MBの PDF、PNG、JPG ファイルに対応しています。
* Site planner は複数ページの PDF に対応していません。アップロードする前に、PDF を1ページごとのファイルに分割してください。
  {% endhint %}

{% hint style="info" %}
地図上に直接 Verkada 製品を配置したい場合は、サイトプランをアップロードしないでください。指定した場所に地図が読み込まれ、製品を配置できるようになります。
{% endhint %}

***

## サイトプランをトリミングする

サイトプランをアップロードした後、プランエディタで関連する部分のみを表示するようにファイルをトリミングできます。

{% stepper %}
{% step %}
**4つの角のいずれかをクリックしてドラッグし、サイトプランの形を変更します。**
{% endstep %}

{% step %}
**4つの辺のいずれかをクリックしてドラッグし、サイトプランのサイズを変更します。**
{% endstep %}

{% step %}
**［Done］をクリックして変更を保存します。**
{% endstep %}
{% endstepper %}

***

## サイトプランの縮尺を設定する

地図上で Verkada デバイスの範囲を正確に表示するために、サイトプランの縮尺を設定します。

{% stepper %}
{% step %}
**サイトプラン上の 2 点を選択します。**
{% endstep %}

{% step %}
**2点間の距離を入力します。フィートとメートルの両方に対応しています。**

<div align="left" data-with-frame="true"><img src="/files/79785acb9416114ef393d97502dc72ba9a8136cc" alt=""></div>
{% endstep %}

{% step %}
**クリックして保存します。**
{% endstep %}
{% endstepper %}

{% hint style="info" %}
米国では、標準的なドア幅は3フィートです。サイトプラン上のドアにある2点を選択して、これを縮尺として使用します。
{% endhint %}

***

## サイトプランを整列する

サイトプランの向きを設定して、地図と正確に一致させます。

{% stepper %}
{% step %}
**4つの角のいずれかをクリックしてドラッグし、サイトプランのサイズを変更します。**
{% endstep %}

{% step %}
**画像上部中央のハンドルをクリックしてドラッグし、向きを変更します。**

<div align="left" data-with-frame="true"><img src="/files/c8c9e23262e88159e80b02bbb07d66c303d55757" alt="" width="563"></div>
{% endstep %}

{% step %}
クリック **完了** 保存するには。
{% endstep %}
{% endstepper %}


---

# 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/ja/herupugadesuka/site-planner-homepage-overview/create-site-plan-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.
