> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-han-update-changelogs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Callout Boxes

> Use callouts to add eye-catching context to your content

### Note Callouts

<Note>This adds a note in the content</Note>

```jsx
<Note>This adds a note in the content</Note>
```

### Warning Callouts

<Warning>This raises a warning to watch out for</Warning>

```jsx
<Warning>This raises a warning to watch out for</Warning>
```

### Info Callouts

<Info>This draws attention to important information</Info>

```jsx
<Info>This draws attention to important information</Info>
```

### Tip Callouts

<Tip>This suggests a helpful tip</Tip>

```jsx
<Tip>This suggests a helpful tip</Tip>
```

### Check Callouts

<Check>This brings us a checked status</Check>

```jsx
<Check>This brings us a checked status</Check>
```
