> For the complete documentation index, see [llms.txt](https://docs.wobby.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wobby.ai/connections/connect-a-data-source/motherduck.md).

# Motherduck

You can connect your MotherDuck cloud database to Actian AI Analyst in just a few steps. Once connected, Actian AI Analyst's agents can start analyzing your data using natural language.

### What You'll Need

* A valid **MotherDuck access token**
* The **name of your MotherDuck database** (after `md:`)

***

### 1. Get Your Access Token from MotherDuck

To connect Actian AI Analyst, you'll need an access token from your MotherDuck account.

#### Steps to generate a token:

1. Log into your [MotherDuck account](https://motherduck.com).
2. Go to **Settings → Integrations → Access Tokens**.
3. Click **Create Access Token**.
4. Copy the generated token — you'll need to paste it into Actian AI Analyst.

📌 **Reminder:** Treat your token like a password. Keep it secure and don't share it.

***

### 2. Open the MotherDuck Connection Page

In Actian AI Analyst:\
**Click Connections → Plus button → Select MotherDuck**

***

### 3. Fill in Connection Details

* **Display Name**\
  Give your data source a friendly name (e.g. `Marketing Analytics`).
* **Database Name**\
  Enter the name of your MotherDuck database.\
  \&#xNAN;*(Example: if your DB is `md:my_database`, enter `my_database`.)*
* **Access Token**\
  Paste the token you copied from MotherDuck.
* **Database Schemas**\
  Select specific schemas you want to connect.

***

### 4. Test and Save

* Click **Test Connection** to verify access.
* If successful, click **Save Connection**.

***

### ✅ You're Done!

Actian AI Analyst is now connected to your MotherDuck database. Agents can start answering business questions instantly using your data.


---

# 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.wobby.ai/connections/connect-a-data-source/motherduck.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.
