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

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


---

*Powered by [holocron.so](https://holocron.so)*
