> For the complete documentation index, see [llms.txt](https://7iquid.gitbook.io/carmelina-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://7iquid.gitbook.io/carmelina-wordpress-theme/basic-installation/theme-installation.md).

# Theme Installation

Before installing the theme, please make sure you unpacked the archive and extracted the theme files. If you try to install the wrong files, you will get the missing style.css error. This is the most common error that means you are trying to install an incorrect package.

There are two ways you can use to install the **Theme**.&#x20;

### Install from WordPress <a href="#install-from-wordpress" id="install-from-wordpress"></a>

1. Log in to your WordPress site. (`http://your-site.com/wp-admin`)
2. Go to **Appearance > Themes** and click on **Add New** **>** **Upload Theme**.
3. Select the **theme\_name.zip** file and click **Install Now** button.
4. The theme will be uploaded and installed
5. When the installation complete, click **Activate**. You will be redirected to steps in the popup wizard setup

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

### Install Using FTP <a href="#install-using-ftp" id="install-using-ftp"></a>

1. Log into your hosting via a FTP software (eg. FileZilla)
2. Upload theme folder (Unzip theme\_name.zip) to *`wp-content/themes`*
3. Login to your admin in WordPress (`http://your-site.com/wp-admin`)
4. Go to `Appearance - Themes`
5. Activate your theme

*Notice: After activating the theme, you will be prompted to install and activate the required plugins. Those are essential plugins and theme can't run without it.*


---

# 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, and the optional `goal` query parameter:

```
GET https://7iquid.gitbook.io/carmelina-wordpress-theme/basic-installation/theme-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
