# Sync Granola meeting notes

> For the complete documentation index, see [llms.txt](/llms.txt).

Connecting Granola syncs your meeting notes into Falconer, making them searchable alongside your docs, code, and conversations. Falcon can reference meeting context when answering questions, writing docs, or surfacing decisions.

## Prerequisites

- A [Granola](https://granola.so/) account with existing meeting notes
- Owner or admin access to your Falconer organization

## Generate a Granola API key

1. Open the [Granola](https://granola.so/) app.
2. Click **Settings** (top right).
3. Go to **Connectors → API keys**.
4. Click **Create new key**.
5. Select the **Personal** scope (add **Public** if you want team-shared notes).
6. Click **Generate API key** and copy it.

## Connect Granola to Falconer

![](/docs/images/sync-granola-integrations.png)

1. Navigate to **Integrations** from the bottom-left menu in Falconer.
2. Find **Granola** and click **Connect**.
3. Paste your Granola API key and click **Connect**.
4. Falconer begins syncing your meetings immediately.

![](/docs/images/sync-granola-connected.png)

> **Note:** Falconer connects one Granola account per user in your organization. It gets access to all meetings belonging to the authenticated user.

## What gets synced

Each meeting is ingested as a structured document containing:

- Meeting title and date
- Attendee names and email addresses
- Meeting summary and notes

Meetings are organized into date-based folders under a **Meeting notes** section in your personal navigation.

## After connecting

Once synced, your Granola meeting notes are indexed alongside your other sources. From there you can:

- **Ask questions** – Falcon answers questions using your meeting content, with citations back to the source note
- **Write docs** – reference meeting context when prompting Falcon to write or update documentation
- **Surface decisions** – ask Falcon what was decided in a meeting, who owns an action item, or what was discussed on a given topic