# Share Projects

You can share your Site Plan projects with:

* Other Command users
* Command contacts
* External users emails
* Public link (share a general link anyone can access)

{% hint style="warning" %}
Sharing a project does not grant external users access to log in to Command.
{% endhint %}

***

## Share a Site Plan

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Site Planner.**
{% endstep %}

{% step %}
**Under My Projects, select your project.**
{% endstep %}

{% step %}
**In the left navigation, select your plan.**
{% endstep %}

{% step %}
**On the right, click** <i class="fa-ellipsis">:ellipsis:</i> **> Share.**
{% endstep %}
{% endstepper %}

#### Command users and contact

{% stepper %}
{% step %}
**Enter the name of the recipient.**
{% endstep %}

{% step %}
**Click Save.**
{% endstep %}

{% step %}
**Click Done.**
{% endstep %}
{% endstepper %}

#### External users

{% stepper %}
{% step %}
**Enter the email address of the recipient.**
{% endstep %}

{% step %}
**Click Save.**
{% endstep %}

{% step %}
**Click Done.**
{% endstep %}
{% endstepper %}

#### Links

{% stepper %}
{% step %}
**Set the Link access.**

* **Restricted:** Only people with access can open the link
* **Public:** Anyone on the internet with the link can view
  {% endstep %}

{% step %}
**If the link access is set to restricted:**

a. Enter the name or email address of the recipient.\
b. Click **Save.**\
c. Click **Done.**
{% endstep %}

{% step %}
**Click Copy Link.**
{% endstep %}

{% step %}
**Share the link as needed.**
{% endstep %}
{% endstepper %}

***

## Reassign ownership

Org Admins can reassign the ownership of any project. Organization members can reassign ownership from themselves to another Command user.

{% hint style="danger" %}
A project can only have one owner at a time.
{% endhint %}

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Site Planner .**
{% endstep %}

{% step %}
**Under My Projects, select your project.**
{% endstep %}

{% step %}
**In the left navigation, select your plan.**
{% endstep %}

{% step %}
**On the right, click** <i class="fa-ellipsis">:ellipsis:</i> **> Share.**
{% endstep %}

{% step %}
**Next to a user, click the Viewer dropdown.**
{% endstep %}

{% step %}
**Select Make Owner.**
{% endstep %}

{% step %}
**Click Done.**
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/command/need-help/site-planner-homepage-overview/share-your-site-plan-projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
