# Dev support

Are you having issues using the kit? Join our discord server to receive support from our devs or open an issue on our Github!

Check our [Troubleshooting section](https://docs.vechainkit.vechain.org/troubleshooting/broken-reference).

Contact us on Discord: <https://discord.gg/wGkQnPpRVq>

Open an issue on Github: <https://github.com/vechain/vechain-kit/issues>

{% hint style="warning" %}

#### Use yarn or npm to build the packages. pnpm is known to have some issues we are trying to solve.

{% endhint %}

### Quick Links

If your issue is not addressed here, please reach out to us:

* **Discord:** <https://discord.com/invite/vechain>
* **GitHub Issues:** <https://github.com/vechain/vechain-kit/issues>

### Common Issue Categories

#### [🔄 Migration Issues](https://docs.vechainkit.vechain.org/troubleshooting/migration-issues)

Problems when upgrading from DApp Kit or managing dependencies

* Peer Dependencies
* From DApp Kit

#### [🎨 Styling Issues](https://docs.vechainkit.vechain.org/troubleshooting/styling-issues)

CSS conflicts and theming problems

* Chakra UI Conflicts
* CSS Framework Conflicts

#### [⚙️ Integration Issues](https://docs.vechainkit.vechain.org/troubleshooting/integration-issues)

Runtime and functionality problems

* Fee Delegation
* Privy Popup Blocking

### Before You Start

1. Check that you're using the latest version of VeChain Kit
2. Ensure all peer dependencies are correctly installed
3. Clear your build cache (`rm -rf node_modules .next && npm install`)

***

**Can't find your issue?** Search our [GitHub Issues](https://github.com/vechain/vechain-kit/issues) or ask on [Discord](https://discord.com/invite/vechain).


---

# 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/troubleshooting/dev-support.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.
