# Use A Graph Asset to Create a FX

## 1. Add an Input Device

{% embed url="<https://vimeo.com/488934930>" %}
I/O Manager: Add an Input Device
{% endembed %}

{% hint style="info" %}
**OPEN THE I/O MANAGER MODULE**

Select {System > I/O Manager} or press \[Alt+I].
{% endhint %}

1. Select the Input Device tab.
2. Add a new Active Device slot by clicking on the \[+] button.
3. Select an {input device} from the Available Devices dropdown menu.

{% content-ref url="../../modules/i-o-manager" %}
[i-o-manager](https://docs.vyv.ca/modules/i-o-manager)
{% endcontent-ref %}

## 2. Use an Asset Graph

{% embed url="<https://vimeo.com/488937478>" %}
FX Graph: Use an Asset Graph
{% endembed %}

{% hint style="info" %}
**OPEN THE FX GRAPH MODULE**

Select {Show > FX Graph} or press \[Alt+X].
{% endhint %}

1. Add a new Graph by clicking on the \[+] button.
2. Click on the \[Add Asset Graph] button.
3. Under the FX section click-drag the Old Film asset graph in the Graph window.

{% content-ref url="../../modules/fx-graph" %}
[fx-graph](https://docs.vyv.ca/modules/fx-graph)
{% endcontent-ref %}

## 3. Add the Input Device as the Texture Source

{% embed url="<https://vimeo.com/488940633>" %}
Timeline: Add the Input Device as the Texture Source
{% endembed %}

{% hint style="info" %}
**OPEN THE TIMELINE MODULE**

Select {Show > Timeline} or press \[Alt+T].
{% endhint %}

1. Select the Root and add two Layers by clicking on the \[+] button or by pressing \[Ctrl++].
2. Add an Input Device Clip on the first Layer and select your device as the source from the Input Device Properties.
3. Add an FX Graph Clip on the second Layer and select the first Layer as the Texture Source from the FX Graph Properties

{% content-ref url="../../modules/timeline" %}
[timeline](https://docs.vyv.ca/modules/timeline)
{% endcontent-ref %}


---

# 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.vyv.ca/step-by-step-tutorials/fx/use-a-graph-asset-to-create-a-fx.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.
