# Overview

Lita welcomes contributions of all sizes from the community. The stack owes thanks to over 20 contributors who have helped us so far.

To get involved, try looking up open issues in one of the repos below or join a dev call.

| Repository                                                                           | Description                                                                                                                              |
| ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
| [Valida LLVM Compiler](/lita-documentation/quick-start/valida-compiler-toolchain.md) | backend compiler that enables programs written in conventional languages like C, C++ and Rust to be compiled and proven on the Valida VM |
| [Valida zk-VM](/lita-documentation/quick-start/valida-zk-vm.md)                      | a STARK-based virtual machine designed for efficient zero-knowledge proofs                                                               |
| [Valida-Plonky3](https://github.com/valida-xyz/Plonky3)                              | a batteries-included framework for building succinct proof systems                                                                       |

***

## Documentation  <a href="#documentation" id="documentation"></a>

This site serves as the central hub for documentation on the stack. If you have feedback, please open an issue or create a pull request at.

***

## Community <a href="#community" id="community"></a>

* [Developer Discord](https://discord.com/invite/VjSxeJmpm5) - Public chat for developer support.
* [Core Community Telegram](https://t.me/+KLjUr_cUGZgzN2E1) - Public chat for early access and integration support.


---

# 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://lita.gitbook.io/lita-documentation/contributing/overview.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.
