> For the complete documentation index, see [llms.txt](https://docs.billflow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.billflow.io/no-code-integrations/no-code-app-builders/wordpress/useful-plugins.md).

# Useful Plugins

## Restrict User Access

This plugin can help you gate some pages such as the Subscription Portal page to logged in WordPress users only. If someone is not logged in, you can redirect them to the login page.

You can also use this plugin to create custom WP roles, and use that along with our Plugin's Role => Sb\_Tier mapping.&#x20;

{% embed url="<https://wordpress.org/plugins/restrict-user-access/>" %}

## Members (by Memberpress)

This plugin can help you manage role and capabilities. Roles created with this plugin can be used with Billflow's subscription to roles mapping feature.

{% embed url="<https://wordpress.org/plugins/members/>" %}

## **WP Login Form**

This plugin can help you create a custom Login page

{% embed url="<https://wordpress.org/plugins/wp-login-form/>" %}

## **BNFW**

This plugin can help you customize emails that will be sent to your WordPress users

{% embed url="<https://wordpress.org/plugins/bnfw/>" %}

## **WP-Members**

{% hint style="info" %}
**The restrict user access plugin does not work on WordPress sites that are hosted on wordpress.com**
{% endhint %}

{% embed url="<https://wordpress.org/plugins/wp-members/>" %}

**Details on:** <http://wpcomstaging.com>

**Wordpress.com support:** <https://en.support.wordpress.com/domains/>


---

# 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.billflow.io/no-code-integrations/no-code-app-builders/wordpress/useful-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.
