# Buoys & Sensors

## Buoys

There are two types of Nemo Pi Buoys - **Mooring Buoys** and **Smart Buoys**.

* **Mooring Buoys** are buoys you can anchor rather than damaging the reefs below.
* **Smart Buoys** are not for anchoring, but instead come with sensors that can perform a variety of data collection and monitoring tasks.

Both types of buoys will show up on your organization dashboard and can be monitored.

## Sensors

{% hint style="success" %}
**Applies to Nemo Pi Smart Buoys**

Sensors are only available on Nemo Pi Smart Buoys, not Mooring Buoys.
{% endhint %}

Sensors only apply to smart buoys and are what enable data collection. Customise sensors to change what sort of data you are collecting. See our growing list of [supported sensors](/fundamentals/buoys-and-sensors/supported-sensors.md).


---

# 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.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.
