# Updating Deployment Location

The deployment location specifies where the buoy is anchored during normal operations. If your buoy is a Nemo Pi Smart Buoy and can report its own GPS location, then the deployment location and the reported GPS location may differ.

When the buoy is deployed, a location (in decimal degrees) and water depth (in meters) must be supplied.

## Deploying a Buoy

When you deploy a buoy, you indicate that the buoy is now moored at the specified location. This process involves a few important steps.

{% hint style="warning" %}
**Important:** You should enter the deployment location correctly via the buoy settings as it is used in alerts and calculations. Incorrect coordinates may result in incorrect alerts.
{% endhint %}

### Step 1: Deploy Now

1. Navigate to the Buoy's Settings page
2. In the General tab, click **Deploy Now**

<figure><img src="/files/NpzTNqTXZ1a80nlyzwew" alt="" width="563"><figcaption></figcaption></figure>

### Step 2: Deployment Location

In the deployment location you specify the coordinates (in decimal degrees) and water depth (in meters) where this buoy is moored.

<figure><img src="/files/mOjCgv02bZfN3Yul6YwH" alt="" width="563"><figcaption></figcaption></figure>

### Step 3: Mooring Conditions

Next, you have the ability to set up the dimensions (lengths in meters) of the vessels that can moor to you buoy. By default, all values are 0, indicating that your buoy does not support mooring.

Additionally, you can configure a usage disclaimer to notify others about the safe use of the mooring and an optional website detailing more information about this mooring.

<figure><img src="/files/jLmb0GlsOoINJxQU8puh" alt="" width="563"><figcaption></figcaption></figure>

### Step 4: Publicity Settings

Lastly, you need to reconfigure whether this buoy appears on the public buoy map or not and whether your organization's name and/or logo is shown alongside your buoy on the map.

<figure><img src="/files/Qo9KLnr8CeWxSjpbOcSb" alt="" width="563"><figcaption></figcaption></figure>

Click **Deploy Now**

Congratulations! Your buoy is now deployed and ready for monitoring.

## Undeploying a Buoy

When you undeploy a buoy, you indicate that the specified buoy is no longer deployed at the specified mooring site. This process does not delete the buoy from your organization.

As a result of undeploying a buoy, the Buoy Dashboard becomes temporarily unavailable until the buoy is once again deployed. This action also removes your buoy from the public buoy map.

{% hint style="info" %}
**Permissions:** You must be an Editor or Owner.
{% endhint %}

1. Navigate to the Buoy's Settings page.
2. In the General tab, click **Undeploy Buoy**

<figure><img src="/files/XZ87lPPeinMJU1AdLOss" alt=""><figcaption></figcaption></figure>


---

# 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://docs.nemopi.com/fundamentals/buoys-and-sensors/buoy-settings/updating-deployment-location.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.
