> For the complete documentation index, see [llms.txt](https://docs.nemopi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nemopi.com/fundamentals/buoys-and-sensors/buoy-settings/mooring-settings.md).

# Mooring Settings

Its often important to add more context to your buoy - such as how strong the buoy's anchor chain is or the types of boats that can anchor to this mooring. We call this: Mooring Settings. All information provided in the mooring settings serves as internal notes to your organization only.

{% hint style="info" %}
**Permissions:** You must be at least an *Editor* to make these changes.
{% endhint %}

## Vessel Limits

These inputs allow you to specify the maximum monohull and multihull vessel length that can anchor to your mooring. It is important to specify this value in meters. Additionally, you can set the maximum windspeed at which boats are allowed to anchor at the mooring.

These inputs are typically directly related to the strength of the anchor chain and weight on the sea bed, holding the mooring in place.

## Usage Disclaimer

You can leave an optional comment about hazards or relevant notes directly related to this buoy's ability to serve as a safe mooring location for boats. If you have a website which describes more information about your buoy, you may also provide a link to it here.

<figure><img src="/files/flTZPna6voqOWOpieOQB" alt=""><figcaption><p>Mooring Settings</p></figcaption></figure>


---

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