# Installation

## Script Download

{% stepper %}
{% step %}

### Log Into CFX Portal

[CFX Portal](https://portal.cfx.re/assets/granted-assets)
{% endstep %}

{% step %}

### Granted Assets

Navigate to the **assets** page to find the resource. Download it and then **drag and drop it to your server**.
{% endstep %}
{% endstepper %}

## Script Setup

{% stepper %}
{% step %}

### Add Script To Your Server

Drag and drop the script to your server!
{% endstep %}

{% step %}

### Job Application

If you want to use the application creator, make sure to install this script to your server <https://github.com/baguscodestudio/bcs_questionare>
{% endstep %}

{% step %}

### Things To Know

Check out the [Things To Know](/pug-development/scripts/business-creator/things-to-know.md) section to have a deeper knowledge of the resource.
{% endstep %}
{% endstepper %}

## [Script Support & Dependencies](/pug-development/scripts/business-creator/dependency-and-support.md)


---

# 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://pugdocuments.gitbook.io/pug-development/scripts/business-creator/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.
