> For the complete documentation index, see [llms.txt](https://options-docs.avisplus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://options-docs.avisplus.io/app-features.md).

# App features

- [Add Charge for an option value](https://options-docs.avisplus.io/app-features/up-charge-for-specific-variants.md): Increase the price per product with add-charge variants while keeping the product page neat :D
- [Add Bundle for an option value](https://options-docs.avisplus.io/app-features/create-product-bundles.md): The Bundle feature allows you to attach a pre-existing product to an option value.
- [Conditional Logic - Option B is shown/ hidden according to the value of option A](https://options-docs.avisplus.io/app-features/conditional-logic-option-b-shows-if-option-a-is-selected.md)
- [File Upload for Customers](https://options-docs.avisplus.io/app-features/file-upload-for-customers.md): Allows customers to upload files and add their personal touch to the products!
- [Changing the option position on the Product page](https://options-docs.avisplus.io/app-features/changing-the-option-position-on-the-product-page.md): You can now choose where options show on your product
- [Getting the HTML element](https://options-docs.avisplus.io/app-features/changing-the-option-position-on-the-product-page/getting-the-html-element.md): Here is how you can get the HTML element for option repositioning.


---

# 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://options-docs.avisplus.io/app-features.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.
