# Create Your Account

Congratulations on becoming a JENTIS client! Once you sign the contract, your designated contact will inform our support team to create an account for your organization. **Accounts are isolated workspaces.** Items can’t be shared across accounts. **Containers**, created within an account, are the unit where tags, triggers, states, functions, and tools live—and **can be shared or reused across containers inside the same account**.

## Key Takeaways

* **No cross-account sharing.** Treat accounts as separate entities.
* **Container-level reuse.** Within a single account, reuse configurations across multiple containers.
* **Subdomain strategy.** Most subdomain setups work cleanly with **one container**; you may still split by subdomain for organizational reasons.
* **Identity continuity.** Multiple containers on the same domain/subdomains can share a user ID via the **Main Domain Cookie** (configurable).

***

## Common Scenarios & Recommended Setups

### 1) One site, multiple country domains

**Example:** `example.at`, `example.de`, `example.ch`

<figure><img src="/files/jU65LpyXvPdkO4sTAvya" alt=""><figcaption></figcaption></figure>

***

### 2) One site with a shop subdomain

**Example:** `www.example.at` and `shop.example.at`

<figure><img src="/files/5xZEkKsTjqpE2t6x7Bhw" alt=""><figcaption></figcaption></figure>

***

### 3) Multiple owners (tenants) across different domains

**Example:** Several independent stakeholders each responsible for their own domain(s).

<figure><img src="/files/4WeoQiD3zYP4tI4KgnnQ" alt=""><figcaption></figcaption></figure>

***

<a href="/pages/8WlXaTCJiX8Vg11Xv5HG" class="button primary">Read more about Account Structure</a>

***

### FAQs

<details>

<summary>Do I need multiple containers for subdomains?</summary>

\
No. Technically, most subdomain setups work well with **one container**. Split into multiple containers only if it helps your organizational workflows.

</details>

<details>

<summary>Can I share items across accounts?</summary>

No. Accounts are isolated. Share and reuse configurations **only within the same account**.

</details>

<details>

<summary>Will containers on the same domain share user IDs by default?</summary>

If the **Main Domain Cookie** is enabled, yes—containers on the same main domain and its subdomains will share a user ID. You can disable this per container to prevent sharing.

</details>

<details>

<summary>What if I operate different country domains?</summary>

Create **one container per domain** within **one account** and reuse shared configurations across those containers.

</details>


---

# 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/getting-started/quickstart/create-your-account.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.
