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

# Migration

- [How to Migrate from Alchemy to GetBlock — Step-by-Step](https://docs.getblock.io/migration/how-to-migrate-from-alchemy-to-getblock-step-by-step.md): Switch from Alchemy to GetBlock in minutes. This migration guide covers endpoint URLs, SDK configuration, feature mapping, and why teams are  switching.
- [How to Migrate from Infura to GetBlock — Step-by-Step](https://docs.getblock.io/migration/how-to-migrate-from-infura-to-getblock-step-by-step.md): Switch from Infura to GetBlock in minutes. Migration guide covering endpoint URLs, SDK changes, feature mapping,  and why teams are making the switch.
- [How to Migrate from QuickNode to GetBlock — Step-by-Step](https://docs.getblock.io/migration/how-to-migrate-from-quicknode-to-getblock-step-by-step.md): Switch from QuickNode to GetBlock for more chains, lower pricing, and transparent billing. Complete migration  guide with code examples.


---

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

```
GET https://docs.getblock.io/migration.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.
