# Public Resources

- [Model Loader](https://docs.thummie.com/docs/free/model-loader.md): This resource is made to load different things in FiveM easier. From now on you do no longer need to create a function in every script to load things and you can simply use the exports of Model-Loader
- [Copper Cutting](https://docs.thummie.com/docs/free/copper-cutting.md)
- [Notifications](https://docs.thummie.com/docs/free/notifications.md): This is a free and simple standalone notification system.
- [Tasks](https://docs.thummie.com/docs/free/tasks.md): A simple resource that will display a player's current task
- [Siren Control](https://docs.thummie.com/docs/free/siren-control.md): On this page you can find everything about our Siren Control script.
- [Skills](https://docs.thummie.com/docs/free/skills.md): An advanced skills system for your fivem server
- [Installation](https://docs.thummie.com/docs/free/skills/installation.md): This page will give you the information you need to setup our skills script.


---

# 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.thummie.com/docs/free.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.
