# Usage

After you have completed the installation, you can head over to **Assets>InanEvin>Rich FX - HDRP Post Processing>Examples>ExampleScene>RichFXExampleScene.unity** file to open up the example scene and browse through the available effects!

Under **Assets>Inan Evin>Rich FX - HDRP Post Processing>Examples>Volumes** you can find different volumes for each category of effects if you want to test them. Or you can change the parameters and play with them directly within the scene under the "RichFX" object. In the same directory, there are also example combination volumes to create various types of effects, you can take a look at them as well!

To use the effects, go to any existing volume you use, or create one by adding the **Volume** component to any game object. Then click **Add Override,** there you will see all of the effects under **Rich FX** title.

![In your Volume Component, click Add Override and select the effects under Rich FX tab.](/files/-M5m1JArSffDz3mjWEjX)


---

# 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/setup/usage.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.
