> For the complete documentation index, see [llms.txt](https://documents.risingbamboo.com/rbb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documents.risingbamboo.com/rbb/rising-bamboo-core.md).

# Rising Bamboo Core

<figure><img src="/files/KRNppuFkfDMJHXHZug4H" alt=""><figcaption></figcaption></figure>

## Introducing

This is a plugin developed by the author [**Rising Bamboo**](https://risingbamboo.com/). The plugin provides extended features such as Mega Menu, RBB Font, Auto Update Theme & Plugin...

## How to install

{% hint style="danger" %}
**Important**: You need to install this Plugin before installing the theme.&#x20;
{% endhint %}

There are 2 different ways to install Rising Bamboo Core.

### 1 - Uploading in WordPress Dashboard

1. Navigate to the ‘**Add New**’ in the plugins dashboard   &#x20;
2. Navigate to the ‘**Upload**’ area, Select the zip file (The Plugin is included in the theme package you download from Themeforest after unpacking) from your computer →  Click ‘**Install Now’**
3. Activate the Plugin in the Plugin dashboard

***

### 2 - Using FTP

1. The Plugin is included in the theme package you download from Themeforest after unpacking
2. Unzip the zip file, which will extract the rising-bamboo directory to your computer
3. Upload the rising-bamboo directory to the <mark style="background-color:green;">/wp-content/plugins/</mark> directory in your web space  &#x20;
4. &#x20;Activate the plugin in the Plugin dashboard


---

# 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://documents.risingbamboo.com/rbb/rising-bamboo-core.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.
