> 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/help-and-support.md).

# Help & Support

Got a question? Ran into a snag? No worries! Our dedicated Udon team and supportive community are here to help you navigate your DeFi journey. We're committed to providing the smoothest experience possible, and that includes ensuring you can find assistance whenever you need it.

Here are the primary channels to get the support you need:

* **Discord (Official Support Channel):** This is the best place for quick assistance from the Udon team and fellow community members. You can ask usage questions, report bugs, or discuss any issues you encounter. **Join Udon Finance on Discord!**\
  <https://discord.gg> (keep original link if different)
* **Telegram Group:** For general inquiries, quick news updates, or simply to chat with the community, our Telegram group is an excellent option. **Join Udon Finance on Telegram.**\
  <https://t.me> (keep original link if different)
* **FAQ & Troubleshooting (in this documentation):** Before reaching out, try visiting the FAQ & Troubleshooting section within this very documentation. Chances are, your question might already be answered there!

{% hint style="warning" %}
The Udon team will **never** ask for your private keys or seed phrase. Be cautious of impersonators and never share private keys, seed phrases, or other sensitive credentials with anyone.
{% endhint %}

<details>

<summary>FAQ &#x26; Troubleshooting</summary>

Before contacting support, please check the FAQ & Troubleshooting section of this documentation — many common questions and issues are covered there. If you still need help after consulting the docs, use one of the community channels above (Discord or Telegram) for faster assistance.

</details>


---

# 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/help-and-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.
