# WebSocket Subscriptions

> Tutorials for working with WebSocket Subscriptions

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

# Introduction

In this section, you will find tutorials and resources for working with WebSocket subscriptions using the Alchemy API. WebSocket subscriptions allow you to receive real-time updates about events on the blockchain by establishing a persistent connection. This can be useful for building interactive and responsive decentralized applications (dApps).

# Tutorials

The following tutorials are listed under this section:

* [How to Subscribe to Mined Transactions via WebSocket Endpoints](/docs/how-to-subscribe-to-pending-transactions-via-websocket-endpoints)
* [How to Subscribe to Pending Transactions via WebSocket Endpoints](/docs/how-to-subscribe-to-transactions-via-websocket-endpoints)