# Installation

- [Installing WPLMS on a Fresh WP Install](https://docs.wplms.io/installation/installing-wplms-on-a-fresh-wp-install.md): Installing WPLMS requires a working WordPress site. So, first you need to setup WordPress on your server. You can refer this link on how to setup WordPress on your server.
- [Upgrading from a 3.x or an older WPLMS Version.](https://docs.wplms.io/installation/upgrading-from-a-3.x-or-an-older-wplms-version..md): The WPLMS has changed a lot in verison 4.0. Consider WPLMS 4.0 a complete rewrite in terms of User experience, UI and technology.
- [Installing WPLMS on an Existing WordPress site.](https://docs.wplms.io/installation/installing-wplms-on-an-existing-wordpress-site..md): If you have an existing WordPress site. First and foremost ensure that the content that you built in the site is built using a theme independent page builder. Which means switching the theme to WPLMS


---

# 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.wplms.io/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.
