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

# Plugins

- [WP Query Engine](https://docs.wpcodelabs.com/plugins/wp-query-engine.md)
- [Getting Started](https://docs.wpcodelabs.com/plugins/wp-query-engine/getting-started.md): Quick start plugin guide
- [Changelog](https://docs.wpcodelabs.com/plugins/wp-query-engine/changelog.md)
- [Shortcode](https://docs.wpcodelabs.com/plugins/wp-query-engine/shortcode.md): The The shortcode \[wp\_query] is the easiest way to display a custom loop anywhere in your content.
- [Filters](https://docs.wpcodelabs.com/plugins/wp-query-engine/untitled.md): WP Query Engine provides several filters that allow you to customize many aspects of operation.
- [Templating](https://docs.wpcodelabs.com/plugins/wp-query-engine/templating.md): Custom templating allows developers to control every aspect of how queries are displayed.
- [WPCL Beaver Extender](https://docs.wpcodelabs.com/plugins/wpcl-beaver-extender.md): Beaver Extender is a free plugin that extends the power of Beaver Builder with several additional drag-and-drop modules, core extensions, and additional features.
- [Getting Started](https://docs.wpcodelabs.com/plugins/wpcl-beaver-extender/getting-started.md)
- [Changelog](https://docs.wpcodelabs.com/plugins/wpcl-beaver-extender/changelog.md)
- [Modules](https://docs.wpcodelabs.com/plugins/wpcl-beaver-extender/modules.md): Additional drag-and-drop Beaver Builder Modules
- [Extensions](https://docs.wpcodelabs.com/plugins/wpcl-beaver-extender/extensions.md): Extensions enhance the core functionality of Beaver Builder


---

# 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.wpcodelabs.com/plugins.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.
