> For the complete documentation index, see [llms.txt](https://docs.wpeka.com/wp-legal-pages/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wpeka.com/wp-legal-pages/setting-up-wplegalpages.md).

# Setting up WPLegalPages

- [Installing The Plugin](https://docs.wpeka.com/wp-legal-pages/setting-up-wplegalpages/installing-the-plugin.md): This page will take you through the process of installing the WPLegalPages free version.
- [Upgrading to WPLegalPagesPro](https://docs.wpeka.com/wp-legal-pages/setting-up-wplegalpages/updating-wplegalpages-to-wplegalpagespro.md): This page will guide you through the process of upgrading to the pro version of WPLegalPages. Check out the video guide at the end of the page to know more about the process.
- [Accepting WPLegalPages Terms of Use](https://docs.wpeka.com/wp-legal-pages/setting-up-wplegalpages/accepting-wplegalpages-terms-of-use.md): This page will show you how to proceed after installing the plugin. As a first step you have to read and accept the terms of use of the plugin.
- [Configuring the Settings](https://docs.wpeka.com/wp-legal-pages/setting-up-wplegalpages/general_settings.md): This feature is a one-time set up. The details that you enter here will be used to generate customized legal pages. Check out the video at the end of the page to learn more.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.wpeka.com/wp-legal-pages/setting-up-wplegalpages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
