# How to Install a New WordPress Theme

You can install a new WordPress theme without having any technical knowledge. It is easy and automated.

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

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

* Click on **Add New**.

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

* You can search for a theme using the **search bar** or browse the themes, choosing from **Featured**, **Popular**, and **Latest**.
* Hover your mouse over the theme you like and choose **Install**.

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

* Click **Activate** on the newly installed theme.

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

{% hint style="success" %}
Congratulations! You have successfully installed and activated a new theme on your blog.
{% 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-new-wordpress-theme.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.
