> For the complete documentation index, see [llms.txt](https://commanderhelp.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://commanderhelp.verifone.com/customer-documentation/petro-and-c-store/commander-central/commander-central-user-guide/sites/site-details.md).

# Site Details

When users navigate to Administration > Site Management > Sites, Verifone Commander Central displays the Site Details page for the selected site. This page consolidates all site-related information and configuration access in one location, and is especially useful for accounts with large numbers of sites where navigating through Administration > Site Management > Sites may be less efficient.

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

### **Accessing the Site Details**

{% stepper %}
{% step %}
**Log In**

Log into the Verifone Commander Central application.
{% endstep %}

{% step %}
**Open Sites**

Click Administration > Site Management > Sites.
{% endstep %}

{% step %}
**Find Site**

Use the search bar to locate a site by Service ID or Site Name, or scroll through the list.
{% endstep %}

{% step %}
**Open Details**

Click on a site to open its Site Details page.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The Administration > Sites path provides the same site data as Administration > Site Management > Sites. Both navigation paths remain available.
{% endhint %}

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

### **Site Details**

The Site Details page displays three action buttons and a More menu in the upper-right corner of the screen:

<table><thead><tr><th width="222" valign="top">Field/Button</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Configuration</td><td valign="top">Opens the site configuration settings, including Store Operations, Payment Operations, Forecourt, System Settings, Promos &#x26; Discounts, and Devices. See the Site Configuration chapter for details.</td></tr><tr><td valign="top">Reports</td><td valign="top">Opens site-level reports. See Chapter 9: Reports for details.</td></tr><tr><td valign="top">Site Assets</td><td valign="top">Opens the Site Assets report for the site, displaying hardware asset data including serial numbers and dispenser firmware versions.</td></tr><tr><td valign="top">More > TLog Viewer</td><td valign="top">Opens the Transaction Log Viewer for the site. See the T-Log Viewer section in Chapter 9: Reports for search functions and download options.</td></tr><tr><td valign="top">More > Replicate Config</td><td valign="top">Opens the Replicate Configuration tool for the site.</td></tr><tr><td valign="top">More > Edit Site</td><td valign="top">Opens the Edit Site form, allowing changes to site details. See the Editing Existing Sites section for details.</td></tr><tr><td valign="top">More > Re-Assign Site</td><td valign="top">Opens the Re-Assign Site tool to move the site to a different location in the hierarchy.</td></tr><tr><td valign="top">More > Delete Site</td><td valign="top">Permanently deletes the site from the current merchant account. See the Deleting a Site section for details.</td></tr></tbody></table>

**Site Details Fields**

The Site Details page displays the following read-only information for the selected site:

<table><thead><tr><th width="209" valign="top">Field/Button</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Service ID</td><td valign="top">The Verifone Service ID shown in the site's contract with Verifone.</td></tr><tr><td valign="top">Site ID</td><td valign="top">Any ID number used by the organization operating the site.</td></tr><tr><td valign="top">Site Name</td><td valign="top">The name of the site.</td></tr><tr><td valign="top">Connection Status</td><td valign="top">Displays the current connection status of the site (e.g., ONLINE).</td></tr><tr><td valign="top">Status Received At</td><td valign="top">The date and time the current connection status was last received.</td></tr><tr><td valign="top">Status Description</td><td valign="top">A description of the site's current status (e.g., ONBOARDED).</td></tr><tr><td valign="top">Attributes</td><td valign="top">Custom attributes assigned to the site for filtering and sorting.</td></tr><tr><td valign="top">Country</td><td valign="top">The country in which the site is located.</td></tr></tbody></table>

**Address Details Fields**

The Address Details section displays the physical address information for the site:

<table><thead><tr><th width="166" valign="top">Field/Button</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Address Line 1</td><td valign="top">The street address of the site.</td></tr><tr><td valign="top">Country</td><td valign="top">The country in which the site is located.</td></tr><tr><td valign="top">State</td><td valign="top">The state in which the site is located.</td></tr><tr><td valign="top">City</td><td valign="top">The city in which the site is located.</td></tr><tr><td valign="top">ZIP Code</td><td valign="top">The ZIP code for the site.</td></tr><tr><td valign="top">Phone</td><td valign="top">The phone number for the site.</td></tr></tbody></table>

**Hierarchy**

The Hierarchy section displays the hierarchy group the site is currently assigned to, with options to expand or collapse the hierarchy tree. To re-assign the site to a different group, select More > Re-Assign Site from the top of the page.


---

# 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://commanderhelp.verifone.com/customer-documentation/petro-and-c-store/commander-central/commander-central-user-guide/sites/site-details.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.
