# Domains

By default, your tenant will be assigned a platform subdomain (`[subdomain].tfplatform.com`).

However, we recommend setting up your own domain for an improved user experience. A custom domain can enhance your brand identity, build trust, and provide a more personalized experience for your end users.\ <br>

### Choose a subdomain

Here are some examples of domains you can set in the Platform.

| Domain type      | Example                                                                                                          | Supported?                                     |
| ---------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| Apex domain      | `example.com`                                                                                                    | Only if DNS provider supports CNAME flattening |
| `www` subdomain  | `www.example.com`                                                                                                | ✅                                              |
| Custom subdomain | <p><code>platform.example.com</code></p><p><code>portal.example.com</code> <code>anything.example.com</code></p> | ✅                                              |


---

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