> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/gcp-identities/customers.md).

# Customers

The `Customers` page provides a list of enumerated Customers in the Google Workspace environment.

## Customers Details

The Details page includes the **Details** tab, and a **Visualize** button for enhanced navigation and analysis.

{% hint style="info" %}
You can analyze objects in the `Graph module` by clicking the `Visualize` button on the upper left side.
{% endhint %}

![Customer Details](/files/eMjEBNRix747rjvYIg8g)

***

## Information

| Attribute           | Description                                                                  |
| ------------------- | ---------------------------------------------------------------------------- |
| **Customer Domain** | The domain associated with the customer account (e.g., `labs.forestall.io`). |
| **Name**            | The name of the customer (e.g., `labs.forestall.io`).                        |
| **Language**        | The default language configured for the customer (e.g., `en`).               |
| **Customer ID**     | The unique identifier for the customer account (e.g., `C*******`).           |
| **Primary Domain**  | The primary domain of the customer (e.g., `labs.forestall.io`).              |
| **Phone Number**    | The phone number associated with the customer account, if available.         |


---

# 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:

```
GET https://docs.forestall.io/fsprotect/gcp-identities/customers.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.
