# Quickstart

<figure><img src="/files/k2QIdV0GqCn3g3dB4f1U" alt=""><figcaption><p>(Assets Page image)</p></figcaption></figure>

After making a purchase, you’ll receive an email from Tebex directing you to the assets page.\
However, you can also simply [<mark style="color:red;">**click here**</mark>](https://portal.cfx.re/assets/granted-assets?) to manage your granted assets at any time.&#x20;

{% hint style="info" %}
You can download the latest version of the asset from this page at any time, including after updates are released.
{% endhint %}

### Installations

Generally, most scripts will work right after dragging and dropping them into your `resources` folder, importing `.sql` files and starting them via your config. However, some items may require additional installation steps.

But for general installations, **follow these steps**;

## Drag and drop,

After downloading the file from the assets page, put it into your resources file.

## Add the start resource,

(`start scriptname`) to your server config.

## Import SQL files,

Insert and import the `.sql` files into your database.

## Adjust .cfg files,

Just make sure `.cfg` files are correct.


---

# 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://789.gitbook.io/789/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.
