> 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/sharing-settings.md).

# Sharing Settings

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

## Add to Global Buoy Map

Your team may choose to add the buoy to Nemo Pi's [Global Mooring Map](https://map.nemopi.com) to bring awareness for sustainable anchoring locations to your community; making it easy to find a mooring location when members go out by boat, rather than dropping anchor onto the beautiful coral below for example.

When this option is selected, solely the buoy's deployment location is shared, no further access to its dashboard or other settings is granted outside your organization. You can revoke this at any time, causing the buoy to disappear from the public map again.

Your buoy will also disappear from our Global Mooring Map if your buoy is not currently deployed. After re-deployment, you may be prompted to confirm whether you wish to re-enable this feature or keep your buoy's location private.

<figure><img src="/files/nglFyHldaUr9kORmyy1U" alt=""><figcaption><p>Buoy Location Sharing Settings</p></figcaption></figure>

### What does the public see?

Our Global Mooring Map shows the public a marker at the buoy's location and a generic name along with basic satellite weather data for the current time period. Your sensor data is not shown.

<figure><img src="/files/79vZFX95CyQxlKpePjEM" alt=""><figcaption><p>Anonymous Buoy on our Global Mooring Map</p></figcaption></figure>

## Showing Owner Info (coming soon)

We are working on a feature that shows your organization's logo and name next to the buoy on our Global Mooring Map. When you enable this setting, you consent to us showing this information publicly. If the *Add to Global Buoy Map* option is disabled, this setting does not apply.


---

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