> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/platform-user-guide-book/administration/tenant.md).

# Tenant

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

1. #### Summary

   Users have access to a **clear and friendly user interface** that provides an overall view of all assets within the tenant. The overview includes key aggregated statistics such as:

   * Total users
   * Total devices
   * Total groups
   * Total geofences

   Additionally, the statistics are **clearly divided by device type**, allowing quick insight into the asset distribution.

{% hint style="info" %}
These statistics are **read-only** and **not clickable**.
{% endhint %}

1. **Settings:**\
   Users can modify essential tenant details, including:
   * Tenant Name
   * URL and API URL
   * Time Zone
   * Language Preferences
2. **UI Customization:**\
   Customize the platform's appearance by:
   * Uploading a logo
   * Editing the top bar with custom text, font size, and text color
   * Selecting a background color
3. **API Management:**
   * Create new API tokens
   * Test API functions for seamless integration
4. **Subtenants Management:**
   * View all subtenants under the tenant
   * Edit or delete subtenants as needed
5. **Authorization:**
   * Max Login Attempts: Define the maximum number of failed login attempts before the account is temporarily locked for security.
   * IP Whitelisting: Restrict login access to specific IP addresses, ensuring only authorized networks can access the platform.
   * Two-Factor Authentication (2FA): Enforce an additional layer of security for all tenant users, requiring a second verification step during login.
6. **BSSID**\
   \
   The **BSSID Management** page allows users to manage the list of Wi-Fi access points (BSSIDs) associated with the tenant. Each BSSID represents a trusted reference point used for location accuracy and device positioning.

<figure><img src="/files/zc3acBpnukJoh0jHnAtx" alt="" width="375"><figcaption></figcaption></figure>

From this page, users can:

* View all configured BSSIDs in a structured table
* Search BSSIDs by name or identifier
* See the associated **latitude and longitude** for each BSSID
* Open the BSSID location directly on the **map**
* Delete existing BSSID entries (permission-based)

The table provides a **read-only overview** of the configured data, ensuring clarity and consistency across the tenant. Pagination controls allow easy navigation when managing larger BSSID lists.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.g-iot.io/platform-user-guide-book/administration/tenant.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
