# Add a Code Element

To add a JavaScript code snippet to your JENTIS Tag Manager container, please follow these steps.

<figure><img src="https://2315305008-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy15ncufYr341K5U8q6Of%2Fuploads%2Fgit-blob-44ac983cf72241530b695a18a5fa3279f8eaaef3%2Fimage.png?alt=media" alt=""><figcaption><p>Navigate to the “Server Tag Manager: Codes” section in your JENTIS DCP account. Click the "Add Code Element"-button to add a new element.</p></figcaption></figure>

In a code element, you must provide the following fields:

* **Name**: a descriptive short name of the code element.
* **Order**: a number that defines the execution order on initialization (Integer). Low numbers are executed first, starting with 0.
* **Containers**: select the containers in your JENTIS Tag Manager account, that will include this code element when loaded.
* **Javascript Code**: the actual code. Please be aware that this code will be interpreted in a closure and minified, so always consider the scope you are working with.
* **CSS Code** (optional): You can add custom CSS to publish to your webpage with this element.
* **Trigger**: Select a trigger that activates this code. Leave it on the default "**JENTIS Framework Load**" to execute immediately.
