# FAQ

## Can I use the effects in Standard, Lighweight or Universal Render Pipelines?

Unfortunately Rich FX is only supported for HDRP. It uses HLSL codes with the Volume components provided in HDRP. There is no future support planned for any of the other pipelines.

## Can I edit the effects to create my own post-processing?

Indeed, Rich FX comes with a full source code available to everyone who has acquired the package. It is possible to edit the HLSL code to alter the effects.

## I am not able to install the effects, what should I do?

You can contact me through the means provided in [Contacts](/rich-fx-documentation/support/contact.md) page. The best way to get help if you are really stuck is to join the Discord channel. We can schedule time and I can help you live!

## Are there any more effects coming to Rich FX?

Absolutely! There are over 10 more effects planned to be developed for Rich FX, and they will all be free with additional updates to the owners of the asset!

## I have an effect request, do I need for an update for it to be added?

Please do reach me through my e-mail address for effect/future requests. If it is something that would be feasible to be added, I will do my best to include it in the next update. Also, if you are in need of a customized effect urgently, I will do my best to create one for you and share a customized package before the updates.


---

# 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://inan.gitbook.io/rich-fx-documentation/support/faq.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.
