# First Steps

Get Crobox live in four steps.

Start with the snippet. Then send your tracking events. After that, handle consent and security settings if they apply to your setup.

{% stepper %}
{% step %}

#### [**Add the Crobox snippet**](/getting-started/first-steps/get-started-with-crobox.md)

Add the Crobox snippet to every page of your website. You can install it manually or through your tag manager.
{% endstep %}

{% step %}

#### [**Set up event tracking**](/getting-started/first-steps/event-tracking-implementation.md)

Send pageviews and key actions to Crobox. This gives you analytics, product insights, and the data needed for Crobox features to work properly.
{% endstep %}

{% step %}

#### [**Configure cookie wall settings**](/getting-started/first-steps/cookie-wall-settings.md)

If your site requires consent before storing analytics data, update your settings and trigger consent events correctly.
{% endstep %}

{% step %}

#### [**Update your Content Security Policy header**](/getting-started/first-steps/content-security-policy-header.md)

If your site uses a Content Security Policy, allow the Crobox domains and required resource types.
{% endstep %}
{% endstepper %}

Once these steps are in place, your technical setup is ready.


---

# 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.crobox.com/getting-started/first-steps.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.
