> For the complete documentation index, see [llms.txt](https://udonfi-1.gitbook.io/udonfi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://udonfi-1.gitbook.io/udonfi-docs/community-and-support/contributing.md).

# Contributing

Udon Finance believes in the power of community and contributions from everyone. Whether you're a developer, a writer, a tester, or simply a passionate user, you can help Udon grow even stronger. Every contribution is highly valued!

{% hint style="info" %}
We appreciate all forms of contribution — code, documentation, feedback, support, and ideas.
{% endhint %}

### Ways to contribute

#### Code contributions

* Are you a developer? Explore our codebase on GitHub! You can help improve the protocol, develop new features, or fix bugs.
* Access Udon Finance GitHub: <https://github.com/udon-Finance>
* Please check our \[Link to Developer Guide/Contributing Guidelines on your GitHub] for detailed instructions on submitting pull requests.

<a href="https://github.com/udon-Finance" class="button primary" data-icon="github">Udon Finance on GitHub</a>

#### Bug reports & feature suggestions

* If you discover a bug or have an idea for a new feature, please report it on GitHub Issues or Discord. Your feedback is incredibly valuable!

#### Documentation improvements

* Do you spot an unclear section in this documentation or feel something needs updating? Help us make it better! Contributing to documentation is just as important as contributing code.

#### Community support

* Join our Discord and Telegram channels to help other users with their questions. Sharing your knowledge is a fantastic way to contribute!

#### General feedback

* All feedback regarding user experience and suggestions for improvements are welcome. Feel free to reach out via our social channels or Discord.

Let's build a better Udon Finance together! We look forward to collaborating with you.

[PreviousSocial Links](/udonfi-docs/community-and-support/social-links.md)


---

# 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://udonfi-1.gitbook.io/udonfi-docs/community-and-support/contributing.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.
