# Setting Up Bloom Custom Pixel

#### Step 1 - Create the subdomain bloom.\[your-domain]  and add the following CNAME record:

{% code fullWidth="false" %}

```
Name: bloom.[your-domain]

Value: pixel.bloominsights.io
```

{% endcode %}

### Step 2 -  Add the ACME challenge CNAME record:

```
Name: _acme-challenge.bloom.[your-domain]

Value: bloom.[your-domain].5179df691247841b.dcv.cloudflare.com
```

When adding the CNAME records, make sure to replace **\[your-domain]** with your actual store domain. For example:

* For a domain of **example.com**, substitute **\[your-domain]** with **example.com**.
* For a domain of **example.com.au**, substitute **\[your-domain]** with **example.com.au**.

Note: This applies to **all domain extensions**, including but not limited to `.com`, `.com.au`, `.co.uk`, `.in`, `.net`, `.store`, etc.

Once both records have been added, please notify us so we can configure event routing for your domain.


---

# 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.bloomanalytics.io/bloom-pixel-custom-domain/setting-up-bloom-custom-pixel.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.
