# Migrations

{% hint style="danger" %}
Version 1 is DEPRECATED and won't be mantained. Please migrate to [Version 2](https://docs.vechainkit.vechain.org/intro/new-in-v2).
{% endhint %}

### Migrating Your App: From DAppKit or a Traditional Web2 Application

Follow these steps to seamlessly transition your application from DAppKit or a classic web2 framework.

{% content-ref url="/pages/an1lwXWRBYgB2S5U1SJz" %}
[Migrate from DAppKit](/vechain-kit-v1.x/vechain-kit/migrations/migrate-from-dappkit.md)
{% endcontent-ref %}

{% content-ref url="/pages/SsR0du1kd10VowNM2Ked" %}
[Migrate Social Login Users](/vechain-kit-v1.x/vechain-kit/migrations/migrate-social-login-users.md)
{% endcontent-ref %}

{% content-ref url="/pages/qsPqsIHrNQCqsYQOMjUB" %}
[Smart Accounts v1 to v3](/vechain-kit-v1.x/vechain-kit/migrations/smart-accounts-v1-to-v3.md)
{% endcontent-ref %}


---

# 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.vechainkit.vechain.org/vechain-kit-v1.x/vechain-kit/migrations.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.
