# Tenants

### **What is a Tenant?**

A **tenant** on TF Platform is a logically isolated environment where you can manage your own data, applications, resources, and configurations.

{% hint style="info" %}
Each project can have up to 10 tenants.
{% endhint %}

***

### How Are Tenants Identified?

Each tenant has its own domain. When end-users make requests to a configured domain, the platform routes them to the correct tenant environment. This setup ensures secure and independent operations for each tenant. For more information see [Configure custom domain](/tf-platform/administration/organizations/projects/tenants/domains/configure-custom-domain.md).

**Examples:**

* **Default Domain:** \[subdomain].tfplatform.com
* **Custom Domain:** yourdomain.com


---

# 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.simptel.com/tf-platform/administration/organizations/projects/tenants.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.
