> For the complete documentation index, see [llms.txt](https://docs.propellerheads.xyz/tycho/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propellerheads.xyz/tycho/about/how-to-contribute.md).

# How to Contribute

Tycho is a community project that helps DEXs and Solvers coordinate.

### What you can contribute

A quick overview, there are three ways to contribute to Tycho:

* **Pick an issue**: Find issues to contribute to in the [Tycho issue tracker](https://github.com/orgs/propeller-heads/projects/2/views/1) – or propose an issue for a new feature.
* **Build an app**: Build an app using Tycho. Use the [specifications in Tycho X](https://github.com/propeller-heads/tycho-x) as an inspiration.

### How to get started

Whichever way you choose to contribute – Tycho maintainers and the community are here to help you. Before you get started:

1. Join [tycho.build](http://tycho.build/) – our telegram group for Tycho builders.
2. Reach out to [Tanay](https://t.me/tanay_j) - so that he can support you and ensure someone else isn't already working on the same project.


---

# 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.propellerheads.xyz/tycho/about/how-to-contribute.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.
