> ## 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.

# Publisher Resources

> Reference material for registered CloudX publishers

<Note>
  This page is visible only to signed-in CloudX publishers. It is a placeholder
  showing how gated documentation works — replace it with real publisher-only
  content, or delete it once you have some.
</Note>

## Who can read this

Anyone signed in with a CloudX account that is an active member of an
organization. That is the same account you use for
[app.cloudx.io](https://app.cloudx.io).

## Marking a page as publisher-only

Add `access: publisher` to the frontmatter:

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

The page is then left out of the public build, the public search index,
`llms.txt`, `llms-full.txt`, the sitemap, the MCP server, and the raw Markdown
endpoints. Signed-in publishers see it in the sidebar under **Publisher only**,
and can search it and ask the assistant about it.
