> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/extensions-1/glover-website.md).

# Glover Website

After downloading the extension, you have to install it via the backend. Then you get the Website settings menu.

### Website Settings

<figure><img src="/files/z94YOcNriuRz0IVNBOS3" alt=""><figcaption></figcaption></figure>

On the website settings page, you can now set your website domain on the settings page.

{% hint style="warning" %} <mark style="color:red;">**Note:**</mark> Make sure your domain root dir is pointing to the backend domain root dir
{% endhint %}

{% hint style="info" %}
Its best to have your backend on a subdomain and your website on your main domain
{% endhint %}

### Videos

{% embed url="<https://www.youtube.com/watch?v=rCDKialO2uI>" %}
Change root dir cpanel
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=_XZqUCB3UVU>" %}
Cyberpanel change root dir
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://edentech.gitbook.io/glover/extensions-1/glover-website.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.
