---
title: Page
pubDate: 2026-08-17T09:53:44.266Z
antora:
  editUrl: https://github.com/couchbaselabs/docs-style-guide/edit/main/styleguide/modules/ROOT/pages/pages.adoc
  xref: xref:styleguide::pages.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/styleguide/pages.html)

# Page

A page is what a user moves to or accesses from a [menu](menus.md) or [tab](tabs.md) in the UI.

Pages are the whole of what's displayed in the UI to the user. They contain [Buttons](buttons.md), [Tabs](tabs.md), and other UI elements.

For example, the following are pages in the Capella UI:

![pages example](_images/pages-example.png) 

![pages example 2](_images/pages-example-2.png) 

When you need to describe a page in the UI:

* Refer to the page by its name, followed by the word page.  
For example, the **Quick Start** page.
* Bold the page name.
* If you're describing a page for the purposes of navigation, see [Tabs](tabs.md) and [Menus](menus.md).  
For example, you would select the **Data Tools** tab to open the **Data Tools** page.  
Use the [Menu UI Macro](menu-ui-macro.md) where appropriate.