# Configuration

### 1. File Structure

If you want to change any text on site or want to change the privacy policy or terms & services page you can do so by changing it in files located in the following directories.

{% hint style="info" %}
If you want to change anything on Main Page
{% endhint %}

{% tabs %}
{% tab title="\app\Views" %}

* home.php
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
Components of Main Page
{% endhint %}

{% tabs %}
{% tab title="\app\Views\components" %}

* footer.php
* HEAD.php
* header.php
* hero.php
* theme-switch.php
* video-box.php
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
If You want to change Privacy Policy & Terms and Services page
{% endhint %}

{% tabs %}
{% tab title="\app\Views\pages" %}

* privacy-policy.php
* terms-and-conditions.php
  {% endtab %}
  {% endtabs %}

### 2. Ad Codes

You can use any ad network codes just replace your ad code in the respective ad block.

#### Files which contains Ad codes:

1. \app\Views\home.php
2. \app\Views\components\hero.php
3. \app\Views\components\video-box.php

#### How to replace ad codes:

In the above-mentioned files find the following code and replace it with your own ad unit code

{% hint style="info" %}
Find the following code to replace with 728x90 Banner Code
{% endhint %}

```
<div class="placeholder">728x90</div>
```

{% hint style="info" %}
Find the following code to replace with 300x250 Square Code
{% endhint %}

```
<div class="placeholder">300x250</div>
```

{% hint style="info" %}
Find the following code to replace with 160x600 Ad Code
{% endhint %}

```
<div class="placeholder">160x600</div>
```


---

# 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/configuration.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.
