> For the complete documentation index, see [llms.txt](https://docs.zipchat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipchat.ai/installation-and-setup/trial-installation/for-non-shopify-platforms.md).

# For Non-Shopify Platforms

If you are not using Shopify, you can rely on this section. You can visit [Zipchat.ai ](https://zipchat.ai/)

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

You can also start a trial directly [from this link.](https://app.zipchat.ai/users/sign_up)

The next step is filling the form with your email address.

<figure><img src="/files/0SIzEUnQ9OqcnvNch2nD" alt=""><figcaption></figcaption></figure>

You will receive a code via email.

Enter the code.

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

Fill the form asking basic questions about you and your store.

<figure><img src="/files/8MlYoErG8L0PsI6CFDaV" alt=""><figcaption></figcaption></figure>

Select the CMS you use. If you choose Shopify, you will be redirected to the Shopify installation process that [you can find here.](/installation-and-setup/trial-installation/for-shopify-users.md)

Otherwise, just choose your CMS and enter the URL of your store. Zipchat will start to crawl your site to build the Knowledge Base.

<figure><img src="/files/5RUyr0GRTLK37x0DfM7x" alt=""><figcaption></figcaption></figure>

During the next step, you need to select the plan you want to try.

Generally speaking, most people start with the Growth Plan because it unlocks all the features, included the email forward (talking about it here).

Need help choosing the right plan for you?&#x20;

* Ask in the bottom right corner chat, our team will help you choose.
* Or, [schedule a demo with our team here](https://zipchat.ai/simulation).

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

{% hint style="info" %}
IMPORTANT:&#x20;

* *Cancel/downgrade/upgrade anytime, don't worry.*
* *You have 7-Day trial + 30 Days Money Guarantee, so no risks on your side, enjoy.*
  {% endhint %}

Once the trial is started, you will be redirected to your [Dashboard](/installation-and-setup/dashboard.md).

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

From there, you can head to the  [AI Training](/installation-and-setup/ai-training.md) section.


---

# 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://docs.zipchat.ai/installation-and-setup/trial-installation/for-non-shopify-platforms.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.
