> For the complete documentation index, see [llms.txt](https://developer.esw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.esw.com/salesforce-commerce-cloud/salesforce-commerce-cloud/business-manager-configuration/merchant-tools/content-slots.md).

# Content Slots

After site data import, two ESW content slots are available.

Use them for the welcome landing page and landing page content.

### Verify content slots

{% stepper %}
{% step %}

#### Open Content Slots

Go to **Merchant Tools** → **Online Marketing** → **Content Slots**.
{% endstep %}

{% step %}

#### Search for ESW slots

Enter `esw` in the search box.

The imported ESW content slots appear in the results.
{% endstep %}
{% endstepper %}

### Configure the Geo IP alert message

{% stepper %}
{% step %}

#### Open the HTML block

Open the content slot that stores the Geo IP alert message.
{% endstep %}

{% step %}

#### Update the message

Add the alert message inside the `div` in the HTML attribute.
{% endstep %}

{% step %}

#### Save the change

Click **Apply**.
{% endstep %}
{% endstepper %}

### Configure the welcome message

Go to **Merchant Tools** → **Online Marketing** → **Content Slots**.

{% stepper %}
{% step %}

#### Open the Welcome Message slot

Select the welcome message entry under **ID**.
{% endstep %}

{% step %}

#### Update the title

Add the welcome title in the **HTML** attribute.
{% endstep %}

{% step %}

#### Save the change

Click **Apply**.
{% endstep %}
{% endstepper %}

### Configure landing page content

{% stepper %}
{% step %}

#### Open the landing page content slot

Select the landing page content entry.
{% endstep %}

{% step %}

#### Update the slot content

Add the title or content in the **HTML** attribute under **Slot Content**.
{% endstep %}

{% step %}

#### Save the change

Click **Apply**.
{% endstep %}
{% endstepper %}


---

# 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://developer.esw.com/salesforce-commerce-cloud/salesforce-commerce-cloud/business-manager-configuration/merchant-tools/content-slots.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.
