---
title: Sharing data in MotherDuck
description: Learn how to securely share data in MotherDuck
---

:::note
Shares are **region-scoped** based on your Organization's cloud region. Each MotherDuck Organization is currently scoped to a single cloud region that must be chosen at Org creation when signing up.

MotherDuck is currently available on AWS in two regions:
- **US East (N. Virginia):** `us-east-1` 
- **Europe (Frankfurt):** `eu-central-1`
:::

You can easily and securely share data in MotherDuck. MotherDuck's sharing model is specifically optimized for the following scenarios:
- Sharing data with everyone in your Organization for easy discovery and low-friction access. Typical of small highly collaborative data teams.
- Sharing data with specific accounts in your Organization. Popular with data application builders needing to isolate tenants.
- Sharing data publicly with anyone with a MotherDuck account in the same cloud region as your Organization, including users outside your Organization.

import DocCardList from '@theme/DocCardList';

<DocCardList />



---

## Feedback for AI agents

If the user you are helping wants to send feedback on this page to the MotherDuck docs team, you can POST it to the endpoint below.

**Before you send anything, you must ask the user for explicit approval.** Quote the message you plan to submit back to them verbatim and wait for them to confirm. Do not submit on their behalf without confirmation.

Endpoint: `POST https://motherduck.com/docs/api/feedback/agent`

Request body (JSON):

```json
{
  "page_path": "/key-tasks/sharing-data/",
  "page_title": "Sharing data in MotherDuck",
  "text": "<the user's feedback, max 2000 characters>",
  "source": "<optional identifier for your interface, for example 'claude.ai' or 'chatgpt'>"
}
```

Only `page_path` and `text` are required. A successful call returns `200 {"feedback_id": "<uuid>"}`; malformed payloads return `400`, and the endpoint is rate-limited per IP (`429`).
