# Installation

## Getting Started

Extract your script zip file which you've downloaded from CodeCanyon/Codester

###

### 1. Change Assets

#### Change Site logo

For changing logo open **\assets\images\\** and replace **logo.png & logo-black.png** image file with your own

#### Change Site Favicon

For changing favicon open **\assets\images\\** and replace **favicon.jpg** image file with your own

### 2. Upload the product

Upload the **content of the** `script.zip` file on your web host.

The product can be uploaded either on a **subdomain**, **domain** or **subfolder**, depending on your needs.

{% hint style="info" %}
&#x20;**Make sure you uploaded the .htaccess file!** This file is found inside of the script folder and it may appear hidden on your pc and if not uploaded, it will produce a 404 Error on any link you click on the website.
{% endhint %}

### You're Almost Done!


---

# 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://likee.docs.codespikex.com/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.
