# Quick start guide

This guide will walk you through the essential steps to create and publish your first personalized content block for your Shopify store. Follow these simple steps to start engaging your customers with tailored content.

We'll begin by showing how to create a [Static block](/hubble/blocks/static-blocks.md), which is a simple block that shows for all customers.

{% stepper %}
{% step %}

#### Access your dashboard

From the **Dashboard** you will see all the available block types and upcoming features

<figure><img src="/files/D1rrTpf7J9uyQ1nhjnLQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Go to the Static Blocks page

Click on the link that says "Static Blocks" to navigate to the Static Blocks page.

<figure><img src="/files/wg8SLOjanRGlmRCG59uw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Start creating a new Static Block

In the Static blocks page, click the `Create new block` button.

<figure><img src="/files/f3ccU8N6BaKPxnOEA1ME" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Select a Block type

From the list of available blocks, select the specific type you want to create.

For this guide, we will continue with the [Announcement Banner](/hubble/block-types/announcement-banner.md)block.

<figure><img src="/files/MNBVlSUXzAi101sjDbTz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Fill in the Block details

**Block name:** Enter a descriptive name, this is just for you to recognize the block internally in the app.

<figure><img src="/files/9Gg4DSs2Bx2pyzVY1tOq" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Customize your Block

Configure the settings for your chosen Block (such as text, images, or links).

<figure><img src="/files/Z1EFlSvO2dpR4CRVYiGA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Save and Publish your block

Click one of the **Save** buttons.

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

Click the **Publish** button that is in the right-top corner and follow the steps that will appear.

<figure><img src="/files/LuvXAXiEgPJysj6Etqyl" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

That's it!

If you'd like to know more about how to create more complex blocks, such as **Dynamic blocks,** follow this other guide. [Dynamic blocks](/hubble/blocks/dynamic-blocks.md)


---

# 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://docs.overse.app/hubble/getting-started/quick-start-guide.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.
