> For the complete documentation index, see [llms.txt](https://docs.clouduxe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clouduxe.com/wordpress/how-to-manually-install-a-wordpress-plugin.md).

# How to Manually Install a WordPress Plugin

{% hint style="info" %}
The automatic installation of a plugin is easy and straightforward, but manual installation gives you more control over the process.
{% endhint %}

Make sure you have already downloaded a zip file of the plugin to your desktop.

* Log in to the **WordPress dashboard**.
* From the **Dashboard** menu, go to **Plugins** and click on **Add New**.

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

* Click on **Upload Plugin** and then on **Browse**. Choose your plugin's zip file and click **Install Now**.

<figure><img src="/files/09JNAqr0pG9pJACeQMBy" alt=""><figcaption></figcaption></figure>

* Click on **Activate Plugin**.

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

{% hint style="info" %}
After activating a plugin, a new menu for that plugin will be added to the Dashboard menu. Check for any setup options if needed!
{% endhint %}

{% hint style="success" %}
Congratulations! You have successfully installed and activated a new WordPress plugin.
{% endhint %}


---

# 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:

```
GET https://docs.clouduxe.com/wordpress/how-to-manually-install-a-wordpress-plugin.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.
