> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Secret

> A demonstration page visible only to signed-in CloudX publishers

If you can read this, you are signed in with a CloudX account that is an active
member of an organization.

## What this page demonstrates

The **Secret** tab does not exist for signed-out readers. It is absent from the
tab bar, the sitemap, `llms.txt`, the public search index and the MCP server —
not hidden with CSS, but never rendered at all.

<Note>
  This page is a demo. Delete `en/secret.mdx`, `zh/secret.mdx` and the `Secret`
  tab from `docs.json` when you no longer need it.
</Note>

## How the gate is expressed

```yaml theme={null}
---
title: "Secret"
description: "…"
access: publisher
---
```

A whole tab becomes publisher-only when every page inside it is. Mix gated and
public pages in one tab instead, and the gated ones appear in the sidebar under
**Publisher only**.
