> 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/access-control/configuration/configure-a-door-in-command/move-doors-between-access-controllers.md).

# Move Doors between Access Controllers

You can easily move the configuration and history of a door between slots on a single controller, or between different controllers altogether. This is useful if you are rewiring or replacing a controller for any reason.

{% hint style="danger" %}
You must be an Access Site Admin for the site where both the source and destination access controllers exist. Learn more about [Roles and Permissions for Access Control](/access-control/getting-started/roles-and-permissions-for-access-control.md).
{% endhint %}

{% hint style="warning" %}
You can only move doors within the same site.
{% endhint %}

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

{% step %}
**Select the door to be moved and go to Settings .**

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

{% step %}
**Under Hardware > Controller and Port, click Change.**

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

{% step %}
**On Change Door Port, search for and select a new port for the door.**

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

{% step %}
**Click Confirm to change the door port.**

<div align="left" data-with-frame="true"><img src="/files/u9hJa6eOr44ITPOwTB1c" alt="" width="602"></div>
{% 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/access-control/configuration/configure-a-door-in-command/move-doors-between-access-controllers.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.
