# Edit Beans pages

Beans plugin for Woocommerce automatically adds a rewards page to your shop. By default, you can access the page at `http://myshop.com/rewards-program`, assuming your website's full URL is `http://myshop.com`.

To display the rewards program page Beans use the shortcode `[beans_page]` . That makes it very easy to add any additional information to that page.&#x20;

1. From your WordPress backend, in the left menu click on **Pages** **>**  **All pages**.
2. Look for the page **Reward Page** and click on edit.&#x20;

![](/files/-MN0GN68hmhbla7LW3Fd)

3\. Add the additional information in the text editor without getting rid of the shortcode `[beans_page]`**.**

![](/files/-MFaUoDEaXBayx3WADy9)

&#x20;

4\. Click on **Update** to save your changes

If your rewards page is not in the menu, take the opportunity to add a link to it, so that customers can easily access it.&#x20;


---

# 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://help.trybeans.com/integrations/woocommerce/how-to-update-the-rewards-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.
