> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/infinite-options/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/infinite-options/welcome/install-infinite-options-on-a-specific-theme/install-infinite-options-on-origin-theme.md).

# Origin Theme

Before Infinite Options starts working on your store, you will need to install the app onto your current theme.

Follow the step-by-step instructions below on how to install Infinite Options for your Origin theme.

1\. Starting from your Shopify dashboard, click on **Online Store**, and then click on Themes.

2\. Click the **Customize** button on the **Origin** theme.

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

3\. Select **Products** from the dropdown menu in the header and then select a product template. **Default product** is the standard template for Origin theme.

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

4\. In the **Product Information** section of the left-hand toolbar, hover below **Variant picker**, click the + symbol, then select the **Infinite Options Fields** block in Apps.

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

5\. **Save** your changes.

6\. You can now start creating options for your products. Follow the instructions in [this article](https://github.com/shoppad/docs-infinite-options/blob/master/welcome/create-custom-options/README.md) to get started.

***

**Creating an option that needs an additional cost for customization?**

Our Product Bundles feature allows you to attach an add-on product to the option selection so you can add an extra cost to your main product. Create new products like a $5.00 gift wrapping and bundle it to your option. When selected, both products will be added to cart.

[Click here to learn more about the native bundling feature.](/infinite-options/increase-the-cost-of-an-option/native-bundling.md)

**Looking to add more features? Click on the name of the feature to learn more.**

[Date picker](/infinite-options/inputs-and-field-settings/add-a-date-picker-to-your-store.md): A calendar option that lets your customers easily select a date.

[Swatches](broken://pages/SH8Dz6zJd5rhXWmNixS6): Attach images or colors to options.

[Conditional Logic](/infinite-options/conditional-logic.md): Display or hide options based on their previous option selections.

[Use Conditional Logic with Swatches](/infinite-options/conditional-logic/swatches.md): Display swatches based on a previous option selection and vice versa.

[Creating a Variety Pack:](/infinite-options/popular-setups/mix-and-match-variety-pack-or-gift-pack-example.md) Set up multiple drop-down menus so your customers can select different scents or flavors for a variety pack product.


---

# 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://shoppad.gitbook.io/infinite-options/welcome/install-infinite-options-on-a-specific-theme/install-infinite-options-on-origin-theme.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.
