# Installation

This page explains the standard installation process for ZCF Development resources.

Some resources may have additional setup steps. Always check the specific documentation page of the resource you purchased.

### 1. Download the resource

After purchase, download the resource from your Tebex account or from the delivery method connected to the product.

If the resource uses **Cfx Asset Escrow**, make sure you are logged into the same Cfx account that owns the asset.

### 2. Upload the resource to your server

Place the resource folder inside your server resources directory.

Example:

```
resources/[zcf]/zcf_antitank
```


---

# 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://zcf-development.gitbook.io/zcf_dev/getting-started/installation.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.
