# Client Javascript

The **Client Javascript Node** is used to run any custom Javascript code in the main domain of your website. It is usually used for conversion tracking, but you can use it for any other purpose as well.

{% hint style="warning" %}
This is an advanced node. You need have the knowledge of Javascript to use this node.
{% endhint %}

To create Client JS node add the node and write any javascript code you would like to run. Code can contain dynamic parameters such as {{name}}, {{email}} etc and system would replace these with actual values for each user. [Please check templatization](/ai-builder/nodes.md#templatization-of-the-text) for more details on available variables.


---

# 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.intelliticks.com/ai-builder/nodes/additional/client-javascript.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.
