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

# Forum plugins

### Which forum plugins can be integrated with your WordPress app?

Integrating forum plugins with your WordPress app is possible using the custom post type feature. The integration process remains the same across different forum plugins.

#### **Supported forum plugins**

Here are some popular forum plugins that can be integrated with your app:

* Ultimate Member
* BuddyPress / BuddyBoss
* bbPress
* LearnDash (LMS Plugins)
* Dokan Plugin (WCFM)
* Memberpress

&#x20;**Steps to integrate a forum plugin in your app**

**1.** [**Connect your WordPress website and app**](/app/connectivity/wordpress-connectivity/grant-access/wp-application-password.md)

Use the Application Password feature to enable custom post taxonomies.

{% content-ref url="/pages/vsK7Vwh0HCEAg0mwSsAx" %}
[WP Application-Password](/app/connectivity/wordpress-connectivity/grant-access/wp-application-password.md)
{% endcontent-ref %}

**2. Add custom posts to your menu**

* Log in to your WordPress admin panel.
* Navigate to Appearance > Menus.
* Select your primary menu and add the custom posts you want to display in the app.

**3. Configure the app menu in AppMySite**

* Go to the Menu screen in the Settings module of your AppMySite account.
* Check the box next to Pick a menu from my website.
* Select your primary menu from the list.

**4. Reflect custom posts in the app**

Your app will now automatically sync and display the custom posts from your website.

{% hint style="warning" %}
Any updates made to custom posts on your website will reflect in the app in real time.
{% endhint %}

**5. Render posts in web view**

* Navigate to [**Settings > Posts**](https://app.appmysite.com/app/posts) in your AppMySite account.
* Enable the Web View option to display custom posts exactly as they appear on your website.


---

# 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.appmysite.com/app/posts/wordpress/forum-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.
