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

# Visibility

> Show different content to people and AI tools

Use `for="humans"` or `for="agents"`.

## Usage

```mdx theme={null}
<Visibility for="humans">
  This appears on the website.
</Visibility>

<Visibility for="agents">
  This appears in the Markdown export.
</Visibility>
```

## Example

This content is visible only in the Markdown export.
