# Set up business Units

As your company may use different business units to differentiate activities across countries, divisions or other business entities, CrossEngage lets you add options to the tracking SDK to easily model data sent to your account. This will allow you to also track a `businessUnit` for each call made.

To set this up, copy the snippet below and paste it together with the web tracking snippet you have previously set up, changing the `businessUnit` value placeholder to the one your would like to use for tracking purposes, e.g. `DE`.&#x20;

{% code overflow="wrap" %}

```javascript
window.additionalOptions = {
	businessUnit: 'Business unit placeholder'
};
```

{% endcode %}

{% tabs %}
{% tab title="Using a Tag Manager" %}

* Copy the snippet.
* Paste it in the previously set up global tag between the `<script></script>` HTML tags after the global tracking code snippet.
* Set up a variable  for `businessUnit` that is updated dynamically to reflect the business unit for which tracking events are sent.
* Use this variable in the function options payload to update its value dynamically.
  {% endtab %}

{% tab title="Without a Tag Manager" %}

* Copy the snippet.
* Paste it in the `<head>` between the `<script></script>` HTML tags after the global tracking code snippet.
* Change the `businessUnit` dynamically to reflect the business unit for which tracking events are sent.
  {% endtab %}
  {% endtabs %}


---

# 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://documentation.crossengage.io/data-and-engagement-platform/web-tracking/web-tracking-v1-legacy/set-up-business-units.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.
