# BuddyPress Single page

Run your entire Application in 1 single page. This gives great benefit that your entire LMS runs as a SPA ( single page application ) without page loads and provides all functionality necessary.

### Setting up

1. Create a new blank page
2. Add 2 shortcodes in this exact sequence :

```
[vibebp_login]
[vibebp_profile]
```

3\. Set page template as "Barebones" or "Elementor canvas"

4\. Publish the page.

### Set as BuddyPress single page.

1. Go to WP admin - Vibebp - settings - General
2. Locate setting BuddyPress single page
3. Set this page and save vibebp settings.


---

# 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/administrator-guide/step-by-step-guide-for-administrators/buddypress-single-page.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.
