# Support

We provide a support server on Discord for all of our assets.

{% hint style="warning" %}
**Please note: It is also not our job to teach you how to use Unreal Engine or any of its features.** We do not provide personal services for individual projects and their requirements. Products are sold as-is and it's up to the developer using our product to modify it in any way they see fit after purchase.

We’re happy to provide support for technical questions and help understanding how aspects of the tool work if the documentation isn’t sufficient enough.

It is ok to ask for help with general Unreal Engine questions in the *⁠off-topic* channel on the Discord server and if anyone in the server wants to assist, that is ok too, but please remember that you've paid a one-off payment for a product sold as-is, and not a subscription.
{% endhint %}

[Join the SHADERSOURCE Discord here.](https://discord.gg/Gu7ZJg9)


---

# 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.shadersource.io/support.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.
