# Gilect Knowledgebase

## Gilect Knowledgebase

- [Homepage](https://support.gilect.com/homepage.md): Documentation for Gilect Central
- [Creating a Gilect Central Account](https://support.gilect.com/account/creating-a-gilect-central-account.md): Detailed instructions on creating an account with Gilect Central
- [Managing Your Account](https://support.gilect.com/account/managing-your-account.md): Change your password and profile picture
- [Create a Hosting Service](https://support.gilect.com/hosting/create-a-hosting-service.md): Learn how to start utilizing Gilect Cloud to create free websites.
- [Manage Your Hosting Service](https://support.gilect.com/hosting/manage-your-hosting-service.md): Learn how to manage your hosting service
- [Finding The Nameservers](https://support.gilect.com/hosting/finding-the-nameservers.md): Learn what nameservers are, how to find them, and how to apply them
- [Creating a Backup](https://support.gilect.com/hosting/creating-a-backup.md)
- [Suspensions](https://support.gilect.com/hosting/suspensions.md): Different types of suspensions.
- [Generating a CSR](https://support.gilect.com/ssl/generating-a-csr.md): How to generate a CSR, the first step in adding SSL to your site
- [Creating an SSL Certificate](https://support.gilect.com/ssl/creating-an-ssl-certificate.md): Learn how to generate an SSL certificate, which you can use to secure your website
- [Installing The SSL Certificate](https://support.gilect.com/ssl/installing-the-ssl-certificate.md): After generating the certificate, here is how to install it on Gilect CPanel.
- [Renewing SSL Certificates](https://support.gilect.com/ssl/renewing-ssl-certificates.md): SSL expired? Here's how to renew it!
- [How To Install WordPress](https://support.gilect.com/wordpress/how-to-install-wordpress.md): How to install WordPress via Softaculous
- [Updating WordPress](https://support.gilect.com/wordpress/updating-wordpress.md): Keeping WordPress up to date
- [Staging WordPress](https://support.gilect.com/wordpress/staging-wordpress.md): How to clone a WordPress website
- [Launching The Website Builder](https://support.gilect.com/website-builder/launching-the-website-builder.md): Learn how to build your site with the website builder
- [Making a Website With The Website Builder](https://support.gilect.com/website-builder/making-a-website-with-the-website-builder.md): Learn how to create a website using the integrated website builder


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://support.gilect.com/homepage.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.
