# How to update your resource

{% hint style="danger" %}
If you resources contains a files folder, make sure to save it before deleting your script as this folder usually contains the data for your entire script (acts like a database).
{% endhint %}

{% hint style="info" %}
Saving a backup for the older version is always a good measure. Scripts occasionally break due to potential compatibility issues with the old data.
{% endhint %}

You can simply update your script by redownloading the asset from your [FiveM Keymaster ](https://keymaster.fivem.net/assets)account.


---

# 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://pluto-dev.gitbook.io/docs/information/publish-your-docs.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.
