> For the complete documentation index, see [llms.txt](https://quote-guide.storeify.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quote-guide.storeify.app/steps-to-do.md).

# Steps to do

For the app to work perfectly on the store, please follow these steps:

## 1. Install app:&#x20;

{% content-ref url="/pages/3GDjzvjw6wUjhd66C9AF" %}
[Install app](/install-app.md)
{% endcontent-ref %}

## 2. Create & Edit quote form:

{% content-ref url="/pages/Pr8TEIUnO6zhfRdpIZb2" %}
[Create & Edit quote form](/create-and-edit-quote-form.md)
{% endcontent-ref %}

If using multiple forms, perform additional steps to set up multi-form (***only available with the Advanced Plan***):

{% content-ref url="/pages/uH7W5SCg1xXDeMtcr7zK" %}
[Multi-form](/multi-form.md)
{% endcontent-ref %}

## 3. Settings:

{% content-ref url="/pages/rFPm12QrNvKE0ofkYzTH" %}
[Settings](/settings.md)
{% endcontent-ref %}

## 4. Integrate code to theme:

{% content-ref url="/pages/StcyTXANVQR0Bxkdoddu" %}
[Integrate code to theme](/integration/integrate-code-to-theme.md)
{% endcontent-ref %}

## 5. Automatically integrate code using AI

[<mark style="color:$warning;">Note</mark>](#user-content-fn-1)[^1]: This step only needs to be performed after completing the 4 steps above if the product prices and the "Add to cart" button are still not hidden.

Click the link below to see the detailed instructions:

{% embed url="<https://quote-guide.storeify.app/advanced-features#id-7.-automatically-analyzes-theme-selectors-and-inserts-integrated-code-using-ai>" %}

***

If the quote function still are not enabled for selected products, please don’t hesitate to contact us via email: **<storeifyapps@gmail.com>**

<br>

[^1]:


---

# 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://quote-guide.storeify.app/steps-to-do.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.
