> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: Callouts
description: Use semantic callouts to highlight notes, warnings, tips, and important information.
icon: triangle-alert
---

# Callouts

Holocron supports the same common callout vocabulary most Mintlify authors expect.

<Note>
  Use `Note` for neutral supporting information.
</Note>

<Warning>
  Use `Warning` when the user should slow down or verify something.
</Warning>

<Info>
  Use `Info` for factual guidance that should stand out from the prose.
</Info>

<Tip>
  Use `Tip` for shortcuts and authoring advice.
</Tip>

<Check>
  Use `Check` when documenting a successful or recommended path.
</Check>

<Danger>
  Use `Danger` for destructive or high-risk actions.
</Danger>

<Callout icon="sparkles" color="#7c3aed">
  Generic `Callout` gives you a custom icon and color when the preset semantic variants are not enough.
</Callout>

## Callouts inside Aside

When placing a callout inside an `<Aside>`, keep it **short** (1-2 sentences). A non-full Aside shares its vertical space with the section it belongs to. If the aside callout is taller than the section text, extra whitespace appears below the main content to fill the gap. Only add aside callouts to sections with enough body text to match the aside height.

## Holocron differences

* The semantic callouts are the easiest way to stay within Holocron's well-tested surface.
* Generic `Callout` is supported, but this site intentionally prefers the semantic variants whenever possible.
