> For the complete documentation index, see [llms.txt](https://docs.vechainkit.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.vechainkit.vechain.org/troubleshooting/dev-support.md).

# 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](/troubleshooting/general.md).

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](/troubleshooting/migration-issues.md)

Problems when upgrading from DApp Kit or managing dependencies

* Peer Dependencies
* From DApp Kit

#### [🎨 Styling Issues](/troubleshooting/styling-issues.md)

CSS conflicts and theming problems

* Chakra UI Conflicts
* CSS Framework Conflicts

#### [⚙️ Integration Issues](/troubleshooting/integration-issues.md)

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
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.vechainkit.vechain.org/troubleshooting/dev-support.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.
