> For the complete documentation index, see [llms.txt](https://baspel.gitbook.io/baspel-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://baspel.gitbook.io/baspel-docs/props/tutorials.md).

# Tutorials

### Props in your manifest:

{% hint style="info" %}
Add props into your fxmanifest.lua
{% endhint %}

{% tabs %}
{% tab title="fxmanifest.lua" %}

```lua
fx_version 'cerulean'
game { 'gta5' }
author 'Baspel'
description 'Streaming props'

data_file 'DLC_ITYP_REQUEST' 'stream/name_of_your_ytyp.ytyp'
```

{% endtab %}
{% endtabs %}

In this case the stream/name\_of\_your\_ytyp.ytyp is the path to the .ytyp file.
