# Help Center

## Ask the AI assistant

{% hint style="success" %}
Most issues can be resolved instantly using the AI assistant or documentation search.
{% endhint %}

Before reaching out to support, please search the documentation or ask the AI assistant. Most questions are already covered.

<p align="center"><button type="button" class="button secondary" data-action="search" data-icon="magnifying-glass">Browse the doc</button> <button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask anything!</button></p>

***

## Community Support

{% hint style="warning" %}
Raydium team members will never ask for your private keys or seed phrase.
{% endhint %}

If you still need help, ask the community.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Join Discord</td><td><a href="https://discord.com/invite/raydium">https://discord.com/invite/raydium</a></td></tr><tr><td align="center">Join Telegram</td><td><a href="https://t.me/raydiumprotocol">https://t.me/raydiumprotocol</a></td></tr></tbody></table>

***

## Developer Support

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Discord Dev Channel</strong></td><td align="center">Ask anything! And help the community learn.</td><td><a href="https://discord.gg/cBErCvmM">https://discord.gg/cBErCvmM</a></td></tr><tr><td align="center"><strong>Dev Updates</strong></td><td align="center">Breaking change in your code? All programs upgrade are announced in advance in this channel.</td><td><a href="https://t.me/RaydiumDeveloperUpdates">https://t.me/RaydiumDeveloperUpdates</a></td></tr><tr><td align="center"><strong>Github</strong></td><td align="center">Most repos are open-source, you can follow day to day progress in pulls.</td><td><a href="https://github.com/raydium-io">https://github.com/raydium-io</a></td></tr></tbody></table>

{% hint style="warning" %}
For **developer and technical questions**, please use the **Discord channel**. Asking in the public channel allows more developers and community members to help, and helps others discover solutions to similar issues.
{% endhint %}


---

# 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://docs.raydium.io/raydium/help-center/help-center.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.
