> For the complete documentation index, see [llms.txt](https://docs.vechain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vechain.org/developer-resources/sdks-and-providers/dapp-kit/dapp-kit-1/installation.md).

# Installation

We suggest starting with one of the [example apps](https://github.com/vechain/vechain-dapp-kit/tree/main/examples) so:\
\
\- You have a working example\
\- You don't have to strive with node polyfills

However, if you can't, proceed with the manual installation below.

## Manual Installation

{% hint style="warning" %}
dApp-kit has been built on top of Connex, which will require crypto, buffer, http, https and some other node polyfills, check [example app](https://github.com/vechain/vechain-dapp-kit/tree/main/examples) configuration files if you are stuck. Check also [Node Polyfills page](https://app.gitbook.com/s/HKk8xWsgscVhGUM2fb7S/developer-resources/sdks-and-providers/dapp-kit/dapp-kit-1/node-polyfills).
{% endhint %}

* **React**: in case your project uses React or React-compatible framework like Remix and Next\
  \
  check the [React Documentation](/developer-resources/sdks-and-providers/dapp-kit/dapp-kit-1/react/installation.md)
* **Other Frameworks**: in case your project is not using React, you can still use the dApp-kit with the Vanilla JS implementation\
  \
  check the [Vanilla JS Documentation](/developer-resources/sdks-and-providers/dapp-kit/dapp-kit-1/vanilla/installation.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:

```
GET https://docs.vechain.org/developer-resources/sdks-and-providers/dapp-kit/dapp-kit-1/installation.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.
