# Developers

- [Integration Guides](https://docs.snowbridge.network/developers/integration-guides.md): How to integrate with Snowbridge V1 or V2.
- [V2](https://docs.snowbridge.network/developers/snowbridge-v2.md): Guides on integrating with Snowbridge V2.
- [SDK](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk.md): A guide on using the SDK for integration.
- [Token transfer Ethereum -> Polkadot](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/e2p.md): A guide on using the Snowbridge TypeScript SDK for Ethereum to Polkadot transfers.
- [Token transfer Polkadot -> Ethereum](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/e2p-1.md): A guide on using the Snowbridge TypeScript SDK for Polkadot to Ethereum transfers.
- [Transact on AssetHub & Parachain](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/transact-ah.md): A guide on using the Snowbridge TypeScript SDK for integration.
- [Transact on Ethereum & L2s (WIP)](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/transact-ethereum.md): A guide on using the Snowbridge TypeScript SDK for integration.
- [Create Agent](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/create-agent.md): Guide to create an Agent on Ethereum.
- [SDK Cases](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/cases.md): Route and example coverage for the Snowbridge V2 TypeScript SDK.
- [Parachain Integration](https://docs.snowbridge.network/developers/snowbridge-v2/parachain-integration.md): A guide for parachain integraters.
- [V1](https://docs.snowbridge.network/developers/snowbridge-v1.md): Guides on integrating with Snowbridge V1.
- [SDK](https://docs.snowbridge.network/developers/snowbridge-v1/typescript-sdk.md): A guide on using the Snowbridge TypeScript SDK for integration.
- [Parachain Integration](https://docs.snowbridge.network/developers/snowbridge-v1/parachain-integration.md): A guide for parachain integraters for Snowbridge V1.
- [Token Transfers](https://docs.snowbridge.network/developers/snowbridge-v1/token-transfers.md): Sending ERC20 Tokens to Polkadot
- [V1 to V2 Upgrade Guide](https://docs.snowbridge.network/developers/v1-to-v2-upgrade-guide.md)


---

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