# Getting Started
Moniqo is a context-aware server health monitor. It first understands your server, then monitors only what matters.
## How it works
1. Install the agent on your server
2. The agent collects a discovery payload (hardware, services, mounts, capabilities)
3. You review and confirm what should be monitored in the UI
4. The agent begins active monitoring with minimal noise
## Quick start
```bash
curl -s https://moniqo.sh/install | bash
```
The agent will register with the API and send its initial discovery payload. You can then review and activate monitoring in the Moniqo dashboard at [app.moniqo.io](https://app.moniqo.io).