> For the complete documentation index, see [llms.txt](https://venom-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://venom-docs.gitbook.io/knowledge-base/build/tools-and-resources.md).

# Tools & Resources

### Smart contracts

Development environment aiming to help you with contracts development\
[locklift](https://github.com/broxus/ton-locklift)

Solidity language support for Visual Studio Code\
[vscode plugin](https://marketplace.visualstudio.com/items?itemName=everscale.solidity-support)

### Frontend

A library that makes it easy to UI starts interacting with the Venom\
[venom-connect](https://github.com/web3sp/venom-connect)

Standalone fallback client that supports compatibility with the Venom blockchain\
[standalone-client](https://github.com/broxus/everscale-standalone-client)

A Web3-like interface that supports compatibility with the Venom blockchain\
[inpage-provider](https://github.com/broxus/everscale-inpage-provider)

### Backend

A standalone fallback client that supports compatibility with the Venom blockchain\
[standalone-client/nodejs](https://github.com/broxus/everscale-standalone-client)

Broxus SDK with TIP3 wallets support and a bunch of helpers\
[nekoton](https://github.com/broxus/nekoton)

A simple and reliable indexer node\
[ton-indexer](https://github.com/broxus/ton-indexer)

A simple service to stream Venom data into Kafka\
[ton-kafka-producer](https://github.com/broxus/ton-kafka-producer)

This is a light node + api for sending and tracking payments\
[ton-wallet-api](https://github.com/broxus/ton-wallet-api)

### Mobile

A Nekoton binding for flutter\
[nekoton-flutter](https://github.com/broxus/nekoton-flutter)


---

# 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://venom-docs.gitbook.io/knowledge-base/build/tools-and-resources.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.
