> ## Documentation Index
> Fetch the complete documentation index at: https://insight-flow.potatodog.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Destinations

> Output target configuration and publishing workflows

Destinations decide where generated results are written. The system currently supports Notion, Obsidian, and RSS as configurable output targets.

## Supported Targets

* `notion`: sync to a Notion database or page
* `obsidian`: write to Obsidian after explicitly choosing `REST API` or `file` mode
* `rss`: expose reports as an RSS feed

## Key Capabilities

* Keep per-target configuration
* Enable or disable each destination independently
* Bind one or more destinations to a monitor
* Let Obsidian choose an explicit mode and run a connectivity test

## How to Use It

1. Open the Destinations page
2. Fill in the config for your target
3. For Obsidian, explicitly choose `REST API` or `file` mode
4. Run the connectivity test
5. Enable the destination
6. Select that destination in a monitor
7. Run the monitor and verify the output

## Configuration Notes

* Notion: confirm token plus database ID or parent page ID
* Obsidian `REST API`: confirm the local plugin is reachable and the API key is valid
* Obsidian `file`: confirm `vault_path` points to a writable vault directory
* RSS: confirm consumers use the right feed URL

## Related API

* List: `GET /api/v1/destinations`
* Update: `PATCH /api/v1/destinations/{destination_id}`
* Test connectivity: `POST /api/v1/destinations/{destination_id}/test`
* RSS feed: `GET /api/v1/feed.xml`

## Related Pages

* [Reports and Archive](/en/features/reports-and-archive)
* [Destinations API](/en/api-reference/destinations)
