# How to Install a WordPress Theme Manually

You can easily install a WordPress theme and activate it manually. Follow the steps below to do so.

* Log in to the **WordPress dashboard**.
* From the **Dashboard** menu, go to **Appearance** and click on **Themes**.

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

* Click on **Add New**.

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

* Choose **Upload Theme**.

* Click on **Browse** and select the theme from your computer. Click on **Install Now**.

<figure><img src="/files/56XZwje8Od0fdIFgv9qd" alt=""><figcaption></figcaption></figure>

* It will take a few moments to install. After that, click on **Activate**.

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

{% hint style="success" %}
Congratulations! You have successfully installed and activated a new WordPress theme.
{% 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://docs.clouduxe.com/wordpress/how-to-install-a-wordpress-theme-manually.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.
