> For the complete documentation index, see [llms.txt](https://docs.vyv.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vyv.ca/step-by-step-tutorials/fx/use-a-graph-asset-to-create-a-fx.md).

# 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="/pages/yxg4ci8XP7yebQ3L5JJz" %}
[I/O Manager](/modules/i-o-manager.md)
{% 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="/pages/NyZbznIp4U8kttDJrt87" %}
[FX Graph](/modules/fx-graph.md)
{% 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="/pages/KI5QSft07C5vZom3FZpO" %}
[Timeline](/modules/timeline.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vyv.ca/step-by-step-tutorials/fx/use-a-graph-asset-to-create-a-fx.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
