# Theme Installation

Login to your themeforest.net account and download your newly purchased theme:

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

You can either download the whole package or the installable WordPress file only:

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

> If you choose to download All files & documentation, unzip the archive and look for theme\_name.zip (this is the file that will be uploaded to WordPress; example filenames: oxence.zip, landio.zip, etc.).

## Install Form WordPress

1. Login into your admin section in WordPress (<http://your-site.com/wp-admin)&#x20>;
2. Go to Appearance - Themes
3. Click Add New and hit the Upload button&#x20;
4. Browse to find "theme\_name.zip" and click Install Now&#x20;
5. The theme will be uploaded and installed&#x20;
6. Activate your theme

## Install Using FTP

1. Log into your hosting space via FTP software (eg. FileZilla)
2. Upload theme folder (unarchive theme\_name.zip) to wp-content/themes in your WordPress installation&#x20;
3. Login to your admin section in WordPress (<http://your-site.com/wp-admin)&#x20>;
4. Go to Appearance - Themes&#x20;
5. Activate your theme

{% hint style="warning" %}
Important: 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 them. Read more about [Plugin Installation](/docs/getting-started/plugin-installation.md)
{% 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://webtend-support.gitbook.io/docs/getting-started/theme-installation.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.
