---
title: "Simple info Example"
description: "Extracted example from ctx.modal"
---

# ctx.modal

## Simple info

```ts
ctx.modal.info({
  title: 'Notice',
  content: 'Operation completed',
});
```
