···11+---
22+title: How to clone a monitor?
33+description: "How to clone your first monitor with OpenStatus.dev"
44+---
55+66+import { Image } from 'astro:assets';
77+import monitorDetail from '../../../assets/monitor/clone-monitor.png';
88+99+1010+Go to the **Monitors** page, click on three dots and the select the **Clone** button. This will create a new monitor with the same settings as the original monitor (including Status Page, Notifications and Tags).
1111+1212+By default, the cloned monitor will be in the **inactive** state to allow you to review the settings before activating it.
1313+1414+ <Image
1515+ src={monitorDetail}
1616+ alt="Charts with status code and response time"
1717+ />
1818+