# Integrations

Feedback gets into Usero through more channels than the widget and the API. Each integration below connects from your dashboard:
open your project, then **Integrations** (the URL is `usero.io/<your clientId>/integrations`). To follow along with your own
project, [open your integrations page](/integrations).

## GitHub (AI pull requests)

Connect the Usero GitHub app to a repository and two things happen:

1. **Issue import:** existing and new GitHub issues flow into your feedback inbox, so user reports live in one place.
2. **AI-authored PRs:** from any feedback item, click Generate PR. Usero reads your codebase and opens a pull request with a
   working first pass at the fix. You review and merge.

Connect from Dashboard, then Integrations, then GitHub.

## Slack

Connect your Slack workspace and feedback posted in your chosen channels lands in the inbox, keeping the thread link for context.
Your team can also submit feedback with a slash command without leaving Slack.

## Email ingest

Every project gets a dedicated ingest email address. Forward customer emails (or point a support alias) at it and each message
becomes a feedback item with the sender attached. Find your address under Integrations.

## WordPress

Install the [Usero plugin from the WordPress directory](https://wordpress.org/plugins/usero/), paste your clientId, and the widget
renders on your site. No code, no theme edits.

## Chrome extension

Capture a bug on any website, even one Usero is not installed on. The [Usero Chrome extension](/docs/chrome-extension) grabs a
screenshot, the recent console output, and a DOM snapshot from the current tab, then drops the report into your inbox where a
connected repo turns it into a pull request. Useful for staging URLs, internal tools, and any page where you cannot embed the
widget.

## Intercom

Connect Intercom and customer conversations import as feedback, so signal from support chats counts toward the same clusters and
analytics as everything else.

## Forms

Hosted feedback forms at [usero.io/forms](/forms): build a form (or describe it and let AI build it), share the link, and
responses land in the same inbox. No code on your site at all.

## Or build your own

Anything that can send an HTTP request can feed Usero. See the [Quickstart](/docs) and the
[POST /api/feedback reference](/docs/api/feedback).
