> For the complete documentation index, see [llms.txt](https://en-ascent.webvista.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en-ascent.webvista.studio/pages/main-product/in-box-products.md).

# In Box Products

Adding included product information on the product detail page allows users to clearly understand the complete accessories that come with the product. For example, when purchasing a wireless mouse, users can see that the product includes a mouse, a wireless receiver, and a user manual.

{% embed url="<https://ascent-vortex.myshopify.com/products/essential-gaming-mouse>" %}

### **Steps to Follow**

1. **Access Product Information Management**
   * In the backend management system, locate the **Product information** settings.
2. **Add a Collapsible Tab**
   * On the product information page, add a "Collapsible tab" to display the included product information.<br>

     <div align="left"><figure><img src="/files/tol3maz36I9LEaagvC4Q" alt=""><figcaption></figcaption></figure></div>
3. **Enable "Show Products in the Box"**
   * In the newly created **Collapsible tab**, enable the **Show products in the box** option.<br>

     <div align="left"><figure><img src="/files/vh3wegdMaD2EneJlHICS" alt=""><figcaption></figcaption></figure></div>
4. **Add "In-Box Products"**
   * Based on the actual product packaging contents, add the corresponding **In-box product** items.<br>

     <div align="left"><figure><img src="/files/AxGS7E18GY4qIBora1QC" alt=""><figcaption></figcaption></figure></div>
   * Example:
     * **Product: Wireless Mouse**
     * **Includes: Wireless mouse, wireless receiver, user manual**
5. **Save and Preview**
   * Ensure all information is correctly entered and save the settings.
   * Preview the product page to check if the included product information is displayed correctly.

### **Important Notes**

* Ensure that the "In-box products" added are clear and accurate to avoid customer confusion.
* Adjust the display format according to actual needs to better suit user requirements.
* It is recommended to use concise and clear text to describe each included product.

By following these steps, you can easily add "Included Products" information to the product detail page, enhancing the user shopping experience.


---

# 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://en-ascent.webvista.studio/pages/main-product/in-box-products.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.
