# Introduction

Thank you for buying Rich FX. Please do rate and review the package on [Unity Asset Store](https://assetstore.unity.com/packages/3d/rich-fx-hdrp-post-processing-167489)! If you have any questions, recommendations or any future requests, please reach me through the [Support Discord](https://discord.gg/8mp3m7Q) or my [e-mail](mailto:inanevin@gmail.com) address.

### About Rich FX

Rich FX is a post-processing solution for HD Render Pipeline. It offers over 40+ different effects in the categories of [artistic effects](https://inan.gitbook.io/rich-fx-documentation/effects/artistic-effects), [blurs](https://inan.gitbook.io/rich-fx-documentation/effects/blur-effects), [color effects](https://inan.gitbook.io/rich-fx-documentation/effects/color-effects), [edge effects](https://inan.gitbook.io/rich-fx-documentation/effects/edge-effects), [screen distortions](https://inan.gitbook.io/rich-fx-documentation/effects/screen-distortions) and many [more](https://inan.gitbook.io/rich-fx-documentation/effects/others)! The effect shaders are optimized and made in a way to work with the best performance available, and continuous support is given to add many more effects!

### About This Document

This is the documentation page where you can find installation guidelines, examples, effect list and their parameters, change log, important notes and frequently asked questions.

Please browse to the categories and pages from the menu on the left.


---

# 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/master.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.
