# How to Update Your Asset

{% hint style="info" %}
Always review the changelog in the asset portal for new features, fixes, or special instructions before updating.
{% endhint %}

***

{% stepper %}
{% step %}

### **Download the Latest Version** <a href="#download-the-latest-version" id="download-the-latest-version"></a>

**Go to the official** [**Cfx.re Asset Portal**](https://portal.cfx.re/assets/granted-assets) **Log in with the account you used for the purchase. Find your X8 Project asset in Granted Assets and download the latest release.**
{% endstep %}

{% step %}

### Backup Your Existing Files

Before updating, make a full backup of your current resource folder (including any custom edits).
{% endstep %}

{% step %}

### Install the New Version

Extract the downloaded version into your `resources` folder.

Keep the folder name exactly as provided to avoid errors.
{% endstep %}

{% step %}

### Reapply Custom Configurations

If you edited configuration files (e.g., `config.lua`), copy your previous settings into the new version.

Check the changelog for new options or required changes.
{% endstep %}
{% endstepper %}


---

# 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://x8project.gitbook.io/x8project/getting-started/quickstart.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.
