> ## Documentation Index
> Fetch the complete documentation index at: https://coconut-grid.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Visualforce Pages

Open Coconut Grid by accessing Visualforce page URLs directly.

## Pages

The following Visualforce pages are available.

| Page Label        | Page Name | Access                                                            |
| ----------------- | --------- | ----------------------------------------------------------------- |
| Coconut Grid      | `CG_App`  | `/apex/CoconutGrid__CG_App?sfdc.tabName={sfdc.tabName}#/{itemId}` |
| Coconut Grid Item | `CG_Item` | `/apex/CoconutGrid__CG_Item?id={itemId}`                          |
| Coconut Grid Tab  | `CG_Tab`  | `/apex/CoconutGrid__CG_Tab?id={tabId}`                            |

## Coconut Grid

Use the Coconut Grid page to open the full Coconut Grid app experience. This page is used by the Coconut Grid tab in Salesforce.

* `sfdc.tabName` – Specify the Coconut Grid tab
* `itemId` – Specify the Item to display

## Coconut Grid Item

Use the Coconut Grid Item page to open a specific Item directly.

* `itemId` – Specify the Item record ID

## Coconut Grid Tab

Use the Coconut Grid Tab page to open a specific Tab directly.

* `tabId` – Specify the Tab record ID
