# Adding Eraya Script

Adding the Eraya script to your site is the most important step to get started with testing! This is the only mandatory integration step for Content, Shipping, and Campaigns testing, and is the first step for Price testing.

{% stepper %}
{% step %}

### Go to your theme settings

Go to your Shopify admin and navigate to **Online Store > Themes**.
{% endstep %}

{% step %}

### Open the theme customizer

Click **Customize** on your current theme.
{% endstep %}

{% step %}

### Access App Embeds

In the theme editor, select **App Embeds** from the left sidebar.
{% endstep %}

{% step %}

### Enable Eraya Script

Find **Eraya Script** in the list and toggle it ON.
{% endstep %}

{% step %}

### Save your changes

Click **Save** to apply changes.

The Eraya script will now be active on your store, enabling testing and analytics features.
{% endstep %}
{% endstepper %}

More integration options coming soon.


---

# 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://eraya.gitbook.io/eraya-docs/getting-started/adding-eraya-script.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.
