# Client-Side Tags (C2S - Client to Server)

**Those tags will execute on the front end of the client's (website visitor's browser) device**, impacting the website performance and possibly introducing third-party libraries (JS files) to their sources on the website. Additionally, all data communication (beacons and other signals) will use HTTP POST or GET to the third party, exposing the client's IP address and other HTTP header fields to the third party's receiver (server).

Some restrictions apply to the availability of components when tags for the client side are configured. For example, you can not use server-side variable values for those configurations, and the transformation functions (such as anonymization or pseudonymization) are not available.


---

# 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.jentis.com/core-concepts/tracking-modes-client-side-server-side-hybrid/client-side-tags-c2s-client-to-server.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.
