# Customization option

**Customization options** are used to collect customization information for an item added to the cart. This information can be collected from the buyer on the product page and quick view.&#x20;

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings -> General -> Customization option**.

<table><thead><tr><th width="262">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Show in cart and checkout</td><td>Display the customization option in cart and checkout.</td></tr><tr><td>Type</td><td>Select which products the customization options to be shown. It can be for all products, products of a certain collection or products having listed tags.</td></tr><tr><td>Tags list</td><td>List out the tags to determine which products will be shown with customization options.</td></tr><tr><td>Collection</td><td>Choose a collection to show its products with customization options. </td></tr><tr><td>Text option's name</td><td>Fill in the name of the desired customization option for the text option.</td></tr><tr><td>File option's name</td><td>Fill in the name of the desired customization option for the file option.</td></tr></tbody></table>

{% hint style="info" %}
You need to go to the **Product Information** section and add the **Customization property** block to show the customization option on the product page and quick view.
{% endhint %}

<figure><img src="/files/eXYB37ffufZ1Hz07yR9t" alt="" width="464"><figcaption></figcaption></figure>


---

# 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://halosoft.gitbook.io/ella-documentation/theme-settings/general/customization-option.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.
