> 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.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.snowbridge.network/developers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
