# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snowbridge.network/developers/integration-guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
