# How To Install WordPress

### What is WordPress?

WordPress is a popular and user-friendly Content Management System (CMS) that powers over 30% of the web. It can be used to build websites, blogs, and more.

## How to install WordPress

WordPress is easiest installed via Softaculous, the one-click apps installer used in free hosting. This article assumes that you already have a hosting account with Gilect and know how to access the CPanel. If not, read here:

{% content-ref url="/pages/XZDnkMCMcGnRiiBs8RxD" %}
[Create a Hosting Service](/hosting/create-a-hosting-service.md)
{% endcontent-ref %}

{% content-ref url="/pages/vNkRNSICDwMpEZ8ToCBe" %}
[Manage Your Hosting Service](/hosting/manage-your-hosting-service.md)
{% endcontent-ref %}

### Accessing Softaculous

Softaculous can be accessed from the "Software" section of the CPanel.

![](/files/rXPGsngA4Z6bymiAuvq3)

Afterward, select "WordPress" from the list of apps:

![](/files/oVCace9tQiO2CON5cn4Y)

### Filling in the information

#### Software Setup

Choose the domain and protocol that you wish to install WordPress on. Ensure that you are always using an up to date version of WordPress for best security practices.

#### Site Settings

Enter the name of your site and a quick description of it.

#### Admin Account

This is the information that you are later going to be using to log into your WordPress admin dashboard and manage your website. Keep this information in a safe place.

![](/files/Ly5lpm5LaqldkpFEdlVR)

#### Advanced Options

It is not necessary to make any changes to the Advanced options. If you would like, you can choose the name of the database. We recommend keeping auto upgrade off, it is best to do this manually.

![](/files/Q63ERfJGB9Ss9fs8UVBY)

#### Theme

Select a theme, if you would like. This can always be changed later.

![](/files/UdNtyYN9DzyfB7A7dEo1)

### Installing

After you are done, press the "Install" button to begin WordPress installation.

![](/files/wAyzkLdFsjtgUqEbkPvk)

Please wait while WordPress is being installed. This make take a couple minutes.

![](/files/9iYavuy2TwIBgrlaWVSK)

After finished installing, you will be shown a page that shows the installation URL and the Admin Dashboard URL. If you receive an error message, please go back and check the information that you summitted for any mistakes.

![](/files/XEPhQk3esmNkRy5Wo9Sb)

{% hint style="success" %}
Congratulations! WordPress has been installed!
{% endhint %}


---

# 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://support.gilect.com/wordpress/how-to-install-wordpress.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.
