---
title: Pipes Widget
description: A widget for displaying and managing connected accounts with Pipes.
originalPath: .tmp-workos-clone/packages/docs/content/widgets/pipes.mdx
---

![Pipes widget screenshot](https://images.workoscdn.com/images/e84a33bb-0510-4d85-9041-33b1a0ce938c.png?auto=format&fit=clip&q=50)

The `<Pipes />` widget allows users to manage their connections to third-party
providers. Users can view the available providers, connect their
accounts, reauthorize when needed, and disconnect
their accounts.

Read more in the [Pipes guide](/pipes).

<CodeBlock>
  <CodeBlockTab language="js" file="widget-pipes-token" title="Widget Token" />
  <CodeBlockTab
    language="js"
    file="widget-pipes-authkit-react"
    title="Access Token"
  />
</CodeBlock>

## API Reference

<PropsTable data={widgets.pipes.props} />
