# Multi-Tenant

{% embed url="<https://www.youtube.com/watch?v=eXUqfILNiqA>" %}
[multi-tenant](https://www.youtube.com/watch?v=TFV_vhJs5DY\&t=1302s) part of [showcase/demo](https://www.youtube.com/watch?v=TFV_vhJs5DY)
{% endembed %}

### Introduction

In the past multi-tenant projects solved their needs using extra namespaces or locales looking like `en-x-customer1`.\
\
We decided to provide our customers with a proper solution to the problem.

* Your customers get their own project with restricted access - no longer your customers see each other.
* You can decide to cover the costs or let the customers take the bill.

### How does it work?

Navigate to the Multi-Tenant page:

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

There you can create a new tenant project:

![](/files/gQdTYVZLFM9ymjDE5hTS)

The projects created under "Tenants" are based on the content of your main project. All the translations already existing and future changes are visible in the tenant project.

Users of the tenant project now have the choice to keep translations as provided by you or to override values as needed.

![](/files/TTezGQ3ZhgxLWkyzpfoz)

Overridden values are marked with the state icon overridden and can be filtered by that state:

![](/files/kHrBGyV8mIciYTzuQGE2)

The translations published to our [CDN](/whats-inside/cdn-content-delivery-network.md) (or exported using the UI, [CLI](/integration/cli.md) or [API](/integration/api.md)) are combined by the translations provided by you and the overridden values of your customers.

### How to access the translations from the CDN?

Tenant projects come with their own settings (own users, own API keys, own project id). In order to load translations from the CDN you need to use the tenant project id found in the settings page.

### What about the pricing?

The costs are the same as in any other project. Downloads and modifications are calculated on usage. The word count is calculated based on the overridden values - so text already provided by the main project is not charged twice.<br>

You can decide to cover those costs by subscribing those tenant projects using your main subscription or let the customer subscribe using his own credit card.


---

# 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-old.locize.com/more/multi-tenant.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.
