# Notion

Connect your Notion workspace to Zigpoll and automatically send survey responses to a Notion database. Each response creates a new row in your chosen database with the survey title, participant info, email address, and all submitted answers. Zigpoll will automatically add any missing columns to your database the first time a response is synced.

**Step #1: Connect your Notion Workspace**

1. In Zigpoll: Click Settings -> Manage Integrations -> Enable the Notion Integration.
2. Click "Click to Connect" to authorize Zigpoll with your Notion workspace.
3. You will be redirected to Notion to grant access. During this step, select the pages or databases you want Zigpoll to have access to.
4. Once approved, you'll return to Zigpoll automatically.

**Step #2: Select a Database**

1. **Select a Survey** — Choose which survey should trigger a new row in Notion, or select "All Surveys" to sync responses from every survey.
2. **Select a Database** — Pick the Notion database where responses should be added. Only databases you shared with the Zigpoll integration during authorization will appear.

**Step #3: Save Changes**

Click "Save Changes" to activate the integration.

**That's it.** Zigpoll will now create a new row in your selected Notion database each time a matching survey response is submitted.

### Database Columns

The first time a response is synced, Zigpoll will automatically add the following columns to your database if they don't already exist:

* **Name** (Title) — "New Response: {survey title}"
* **Survey** (Text) — The name of the survey.
* **Participant** (Text) — The respondent's name or identifier.
* **Email** (Email) — The respondent's email address, if provided.
* **Responses** (Text) — All question-and-answer pairs from the survey.

If your database already has columns with these names, Zigpoll will use the existing columns.

### Sharing Databases with Zigpoll

If no databases appear in the dropdown, make sure you've shared at least one database with the Zigpoll integration in Notion:

1. Open the database page in Notion.
2. Click the **...** menu in the top-right corner.
3. Go to **Connections** and search for **Zigpoll**.
4. Click **Connect** to grant Zigpoll access to that database.

### Multiple Database Mappings

You can add multiple configurations to route different surveys to different Notion databases. Click "Click here to add another database mapping" to add additional entries. Each configuration has its own survey filter and database destination.


---

# 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.zigpoll.com/integrations/notion.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.
