# Installation

## Install from the WordPress Admin

1. Log into your WordPress admin (i.e., your dashboard)
2. Go to Plugins->Add New
3. Go to Upload New
4. Find the plugin zip (from your downloads section)
5. Activate the plugin

After activation, you will be taken to the plugin's settings screen.

## Install via FTP

1. Download the plugin zip file from [your account section](https://dlxplugins.com/account/).
2. Unzip the plugin zip in a place you can remember for the next steps
3. Log into your FTP program of choice for your website
4. Upload the unzipped folder into `wp-content/plugins`
5. Log into your admin dashboard
6. Head to the plugins screen
7. Search for `Comment Edit Pro`
8. Activate the plugin

After activation, you will be taken to the plugin's settings screen.


---

# 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.dlxplugins.com/comment-edit-pro/getting-started/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.
