> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usenotra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

> Connect your tools to Notra for AI-powered content automation

Notra connects to your existing workflow tools to gather information for AI-generated content. Integrations are organized into input sources and planned output destinations.

## Input Sources

Input sources provide the raw material for your AI-generated content. Notra analyzes activity from these tools to create changelogs, blog posts, social media updates, and more.

<CardGroup cols={2}>
  <Card title="GitHub" icon="github" href="/integrations/github">
    Pull data from pull requests, issues, and releases to generate technical content
  </Card>

  <Card title="Linear" icon="infinity" href="/integrations/linear" iconType="duotone">
    Sync issues and project updates
  </Card>

  <Card title="Slack" icon="slack" href="/integrations/slack">
    Track announcements and team updates (Coming Soon)
  </Card>
</CardGroup>

### What Notra Pulls from Input Sources

* **Pull Requests**: Code changes, descriptions, and merged features
* **Issues**: Bug reports, feature requests, and their resolutions
* **Releases**: Version tags and release notes
* **Commits**: Code activity and development progress
* **Linear Issues**: Project updates and completed work from connected Linear workspaces

## Output Destinations

Output destinations are planned publishing integrations for your generated content.

<CardGroup cols={2}>
  <Card title="Framer" icon="square" iconType="duotone">
    Publish directly to your Framer site (Coming Soon)
  </Card>

  <Card title="Marble" icon="circle" iconType="duotone">
    Sync to Marble CMS (Coming Soon)
  </Card>

  <Card title="Webflow" icon="cube" iconType="duotone">
    Push content to Webflow CMS (Coming Soon)
  </Card>
</CardGroup>

<Info>
  Currently, all generated content is available in your Notra dashboard for review and manual publishing. Output integrations will publish content automatically when they become available.
</Info>

## Content Types

Notra can generate four active content types from your connected integrations:

<Steps>
  <Step title="Changelog">
    Automatically generated release notes highlighting new features, bug fixes, and improvements from your GitHub activity.
  </Step>

  <Step title="Blog Post">
    In-depth articles about features, technical decisions, and product updates based on merged pull requests and releases.
  </Step>

  <Step title="Twitter Post">
    Short-form social media updates announcing new releases and features.
  </Step>

  <Step title="LinkedIn Post">
    Professional social media content highlighting product updates and team achievements.
  </Step>
</Steps>

## Getting Started

<Steps>
  <Step title="Connect a Source">
    Start by connecting GitHub to pull in your development activity. This provides the foundation for all automated content.
  </Step>

  <Step title="Configure Content Types">
    Choose which content types to generate. Enable changelog for release notes, blog posts for feature announcements, or social posts for quick updates.
  </Step>

  <Step title="Set Up Automation">
    Create triggers to automatically generate content when events occur, like publishing a release or merging to your main branch.
  </Step>

  <Step title="Review and Publish">
    Generated content appears in your dashboard. Review, edit, and copy it for publishing. Output integrations are planned.
  </Step>
</Steps>

## Permissions and Security

Notra takes security seriously. Here's what you need to know:

<Note>
  * **Read-only access**: Notra only reads data from your integrations. We never write, modify, or delete your data.
  * **Selective permissions**: You control which repositories and integrations Notra can access.
  * **Token storage**: All authentication tokens are encrypted at rest.
  * **Remove anytime**: Disconnect integrations from your dashboard at any time.
</Note>

## Next Steps

<CardGroup cols={2}>
  <Card title="Connect GitHub" icon="github" href="/integrations/github">
    Set up your first integration to start generating content
  </Card>

  <Card title="Create Automation" icon="wand-magic-sparkles" href="/automation/overview">
    Learn how to automate content generation with triggers
  </Card>
</CardGroup>
