# How to Install a WordPress Plugin

{% hint style="info" %}
WordPress plugins are very useful for enhancing your site's functionality and features.
{% endhint %}

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

<figure><img src="https://3645136414-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIcJwwORgqOz8NHr15WEz%2Fuploads%2Fy1v5Fpd8dKHAKLP098DC%2Fimage.png?alt=media&#x26;token=b3e2af20-3bbe-4801-bffd-544a34049178" alt=""><figcaption></figcaption></figure>

* Use the **Search** filter to find the plugins. Type "Security" to find related plugins.

<figure><img src="https://3645136414-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIcJwwORgqOz8NHr15WEz%2Fuploads%2FUGvkBm7E7KeJSb6ZCMnw%2Fimage.png?alt=media&#x26;token=37822de3-0a86-427e-b98e-727e582f9828" alt=""><figcaption></figcaption></figure>

* The available plugins matching the keyword "Security" will appear. Click on **Install Now**, next to the plugin's name.

<figure><img src="https://3645136414-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIcJwwORgqOz8NHr15WEz%2Fuploads%2F08RcYog0TP9bmX2scUGZ%2Fimage.png?alt=media&#x26;token=ec55872c-c451-4109-a5a4-427b9259f608" alt=""><figcaption></figcaption></figure>

* The installation can take a few moments. Once the **Activate** option appears, choose it.

<figure><img src="https://3645136414-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIcJwwORgqOz8NHr15WEz%2Fuploads%2FCdwVYKGVwXnBzlz1Zp6N%2Fimage.png?alt=media&#x26;token=2dc2e38c-df3d-46c4-bff5-834b74181e53" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
After activating a plugin, a new menu for that plugin will be added to the Dashboard menu. If a plugin requires setup, it will display an option to complete it.
{% 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-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.
