> For the complete documentation index, see [llms.txt](https://docs.snowbridge.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snowbridge.network/developers/integration-guides.md).

# Integration Guides

### Snowbridge V2

Snowbridge V2 was just released, so if you are doing a new integration, we'd recommend you start with our V2 docs:

* [V2 SDK](/developers/snowbridge-v2/typescript-sdk.md)
* [V2 Parachain Integration](/developers/snowbridge-v2/parachain-integration.md)

### Snowbridge V1

We will keep Snowbridge V1 live until all our partners have moved their integration to use V2. Until then, here are our V1 docs:

* [V1 SDK](/developers/snowbridge-v1/typescript-sdk.md)
* [V1 Parachain Integration](/developers/snowbridge-v1/parachain-integration.md)

### Support

To get in touch, please log an [issue on our Github repo](https://github.com/Snowfork/snowbridge/issues). We will be in touch to set up a Telegram group, if necessary.

### Examples

We have a wide range of [example scripts](https://github.com/Snowfork/snowbridge/tree/main/web/packages/operations/src) demonstrating how to use the Snowbridge SDK.
