# Core Concepts

- [JENTIS Account & Container Structure](https://docs.jentis.com/core-concepts/jentis-account-and-container-structure.md): What is a container in JENTIS? How are they used for managing tags, domains, and environments?
- [Data Scopes - Sharing Information](https://docs.jentis.com/core-concepts/jentis-account-and-container-structure/data-scopes-sharing-information.md)
- [How to Structure your Account](https://docs.jentis.com/core-concepts/jentis-account-and-container-structure/how-to-structure-your-account.md)
- [Account Structure - Best Practices](https://docs.jentis.com/core-concepts/jentis-account-and-container-structure/how-to-structure-your-account/account-structure-best-practices.md)
- [Account Structure - FAQ](https://docs.jentis.com/core-concepts/jentis-account-and-container-structure/best-practice.md)
- [JENTIS Cookies](https://docs.jentis.com/core-concepts/jentis-cookies.md)
- [Tracking Modes: Client Side, Server-Side, Hybrid](https://docs.jentis.com/core-concepts/tracking-modes-client-side-server-side-hybrid.md): This is an overview of the tracking modes or types of tags within JENTIS. Choose the right model for your privacy, performance, and feature needs.
- [Client-Side Tags (C2S - Client to Server)](https://docs.jentis.com/core-concepts/tracking-modes-client-side-server-side-hybrid/client-side-tags-c2s-client-to-server.md)
- [Server-Side Tags (S2S - Server to Server)](https://docs.jentis.com/core-concepts/tracking-modes-client-side-server-side-hybrid/server-side-tags-s2s-server-to-server.md)
- [Hybrid Tags](https://docs.jentis.com/core-concepts/tracking-modes-client-side-server-side-hybrid/hybrid-tags.md)
- [JENTIS States Framework](https://docs.jentis.com/core-concepts/jentis-states-framework.md): In this article, we will look into why events are so important in tracking and how JENTIS has internal concepts, like JENTIS States, to give you all the options to connect to your website environment
- [JENTIS States, Variables, and Scopes of Data](https://docs.jentis.com/core-concepts/jentis-states-variables-and-scopes-of-data.md)


---

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