---
title: "[Developer Hub guides] - Global Full Page Location"
description: Documentation for the Global Full Page UI Location in Contentstack Developer Hub, including overview, use cases, and setup steps.
url: https://www.contentstack.com/docs/developers/developer-hub/global-full-page
product: Contentstack
doc_type: developer-hub-guide
audience:
  - developers
version: v1
last_updated: 2026-03-25
---

# [Developer Hub guides] - Global Full Page Location

This page explains the Global Full Page UI Location in the Contentstack Developer Hub, including what it is, when to use it for organization-level full-page apps, and how to configure it in the Developer Hub console. It is intended for app developers and admins setting up cross-stack applications within an organization.

## Overview
The **Global Full Page UI Location** is a new interface option for app developers that enables building full-page applications at the **Organization level**. Unlike the **Stack Full Page UI Location**, which limits scope to a single stack, this global variant provides access to APIs and data across **multiple stacks and Contentstack products **within the organization.

This makes it ideal for developing **cross-stack applications **such as:
- Admin dashboards
- Workflow management tools
- Content governance or review systems

## Example Use Cases
Let’s see some use cases to understand how Global Full Page UI location is useful:
- **Centralized Admin Dashboard for Content Management**
Build a unified admin interface to review and approve entries, manage workflows, and moderate comments across multiple stacks. Include features like bulk actions and cross-stack visibility to streamline content operations.
- **Embed Third-Party Services**
Develop a full-page app that integrates external tools such as **Confluence**, **Jira**, or **business intelligence dashboards** that are all accessible directly within the Contentstack platform.
- **Internal Intranet, Guides and Documentation Hub******Create a centralized knowledge base for content editors to easily access company-wide **best** **practices**, **editorial guidelines**, and **workflow documentation** across stacks.

## Setting up your Global Full Page App

### Prerequisites
- [Contentstack account](https://www.contentstack.com/login/) with Developer Hub access.
- Organization [Admin](/docs/developers/organization/organization-roles#organization-admin) or Stack [Admin](/docs/developers/invite-users-and-assign-roles/types-of-roles#admin)permissions.
- [Node.js](https://nodejs.org/en/download/) (v20 or above) installed.
- Contentstack CLI [installed](/docs/developers/cli/install-the-cli) and configured.

### Create your App
The **Global Full Page UI Location** enables developers to build standalone, full-page apps at the **Organization** **level**, with access to APIs and data across **multiple** **stacks** and all **Contentstack** **products**. Unlike other UI locations tied to specific modules or single stacks, it offers greater flexibility for cross-stack development.

Installed apps appear in the left-hand navigation, ensuring seamless access across your organization.

Here is how you can add the Global Full Page location to your app:

**Via the Developer Hub Console:******To add the Global Full Page location to your app via the Developer Hub console, log in to your [Contentstack account](https://www.contentstack.com/login/) and follow the steps given below:
- Click the **Developer Hub** icon in the left navigation panel.
- Select an application for which you want to add the Global Full Page location.
- Click the **UI Locations** tab. To set the App URL, click the **View Hosting** link. You will be redirected to the **Hosting **tab.
- In the **Hosting **tab, you can select [Hosting with Launch](/docs/developers/developer-hub/app-hosting#hosting-with-launch) or [Custom Hosting](/docs/developers/developer-hub/app-hosting#custom-hosting) options. Select the **Custom Hosting **option to enter the hosted URL of your application. Click the **Save **button to save your hosting configuration.
- Navigate to the **UI Locations **tab to configure the Global Full Page UI location.
- Click the three vertical dots and then, click **+ Add UI Location.******
- On the resulting **Configuration **page, set up the configurations for Global Full Page location by providing details such as **Name**, **Path**, **Location Icon**, and **Description**. You can also enable the location by default using the **Enabled **toggle button.Properties that can be specified for this UI location:

**Name (optional)**: Specifies the name of the UI location. This name will be displayed at the location after the app is installed. If not provided, the app name will be used. Ensure unique names for multiple configurations of the same location.
- **Signed (optional)**: When enabled, Contentstack adds a JWT token to the initial HTTP request made for your app's first page. This token can be used to verify that the request originated from Contentstack. For more information, please refer to [Signed Locations](/docs/developers/developer-hub/securing-your-app#securing-ui-locations).
- **Path (optional)**: Enables you to define the location relative to the base URL where the app is hosted. This is particularly useful when the developer intends the app to appear in multiple locations.
- **Enabled (optional)**: Determines whether the location is visible after the app installation. If not specified, the location is enabled by default. Users can manage this option post-installation via the UI Locations tab on the app’s configuration screen.

You can mark any UI location as **mandatory **using the **Required **toggle. If the toggle is enabled, the location becomes mandatory to your app users and cannot be disabled. Whereas, if the toggle is disabled, the UI location is available to use but not mandatory.

**Note:** The location icon file size must be less than **1 MB **and must be in **.svg** format.

**Additional Resource:** Refer to the [Marketplace App Manifest](/docs/developers/developer-hub/app-manifest) documentation for comprehensive details.
- Finally, click the **Save** button to save the Global Full Page location’s configuration details.You will see the details of the configured UI location on the **UI Locations **tab in the **App Configuration **screen after installing the app and will have the option to enable or disable the non-required UI locations.

Navigate to the stack. In the left navigation, you will see the installed app in the Full Page UI location.

### Customize and Deploy
Refer to the [Marketplace App Boilerplate](/docs/developers/developer-hub/marketplace-app-boilerplate) to learn more.

## Common questions

### What is the difference between Global Full Page and Stack Full Page UI locations?
Global Full Page is at the **Organization level** and provides access across **multiple stacks and Contentstack products **within the organization, while Stack Full Page is limited to a single stack.

### Where does the installed Global Full Page app appear in the UI?
Installed apps appear in the left-hand navigation, and you will see the installed app in the Full Page UI location.

### What file requirements apply to the location icon?
The location icon file size must be less than **1 MB **and must be in **.svg** format.

### What does the “Signed” option do?
When enabled, Contentstack adds a JWT token to the initial HTTP request made for your app's first page, which can be used to verify that the request originated from Contentstack.