# GETTING STARTED

- [First Steps](https://docs.crobox.com/getting-started/first-steps.md): Everything you need to know about integrating Crobox on your website.
- [Crobox Snippet Implementation](https://docs.crobox.com/getting-started/first-steps/get-started-with-crobox.md): Integrating Crobox on your website is lightweight and fast. All you need to get started is to implement the Javascript Snippet (i.e., tag) manually or in your tag manager.
- [Event Tracking Implementation](https://docs.crobox.com/getting-started/first-steps/event-tracking-implementation.md): After adding the Crobox snippet to your website, the next step is to implement event tracking by implementing the Javascript API snippets listed in this document.
- [Cookie Wall Settings](https://docs.crobox.com/getting-started/first-steps/cookie-wall-settings.md): This document explains how to implement Crobox according to your cookie policy.
- [Content Security Policy Header](https://docs.crobox.com/getting-started/first-steps/content-security-policy-header.md): In this article we will describe the necessary steps your team will need to take in order to whitelist Crobox in your Content Security Policy header.


---

# 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.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.
