> For the complete documentation index, see [llms.txt](https://docs.callumg.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.callumg.net/five-o-m.md).

# Five-O M

### Importing Five-O M

Put the following code in the `fxmanifest.lua` to import the Five-O M functions into the required resources.

```lua
shared_script '@fiveom/import.lua'
```

Any Five-O M functions can then be referenced using the `FOM` variable.
