# CallOuts
https://help.obsidian.md/Editing+and+formatting/Callouts
> [!note]
>[!abstract] Abstract
Aliases: `summary`, `tldr`
> [!Info] Info
> [!todo]
> [!Tip]
> Aliases: `hint`, `important`
> [!Success] Success
> Aliases: `check`, `done
> [!question] Question
> Aliases: `help`, `faq`
> [!Warning]
> Aliases: `caution`, `attention`
> [!Failure]
> Aliases: `fail`, `missing`
> [!Danger]
> Alias: `error`
> [!Bug]
> [!Example]
> [!Quote]
> Alias: `cite`
## Foldable Call-Outs
You can make a callout foldable by adding a plus (+) or a minus (-) directly after the type identifier.
A plus sign expands the callout by default, and a minus sign collapses it instead.
> [!faq]- Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed.
>
```markdown
> [!faq]- Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed.
```
> [!faq]+ Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed.
```md
> [!faq]+ Are callouts foldable?
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed.
```