# Usage guides

How to run Mimeo from the web UI — the day-to-day work of managing subscribers, getting data in, writing email, and getting it delivered.

- [Getting started First login through first test send, in order.](/content/docs/usage/getting-started.html)
- [People Search and filter, the person page, unsubscribes, exports, and GDPR erase.](/content/docs/usage/people.html)
- [CSV import Column mapping, overwrite posture, tags, and migrating unsubscribes.](/content/docs/usage/csv-import.html)
- [Migrating your list Bring your unsubscribes, trim the cold tail, warm up your sending, and cut over cleanly.](/content/docs/usage/migrating.html)
- [Emails The library, the markdown editor, Liquid variables, templates, and preview.](/content/docs/usage/emails.html)
- [Media library Images, PDFs and zips with alt text, inserted into any email from one library.](/content/docs/usage/media.html)
- [Sequences A series of emails on set delays: on/off, draft steps, and repeat-run modes.](/content/docs/usage/sequences.html)
- [Flows Event-triggered automation: steps, gates, conditions, versions, and dry runs.](/content/docs/usage/flows.html)
- [Scheduled queue Everything about to be sent, why anything is holding, and send windows.](/content/docs/usage/queue.html)
- [Segments Live rules over your list, trend lines, and watchdogs for states that shouldn't happen.](/content/docs/usage/segments.html)
- [Broadcasts One-off sends against a segment — schedule, cancel, and two ways to deliver.](/content/docs/usage/broadcasts.html)
- [Activity & events The instance-wide event feed, and the registry of every event name with its payload shape and what listens for it.](/content/docs/usage/events.html)
- [Reporting What every email, sequence, flow and broadcast actually did — and what's excluded.](/content/docs/usage/reporting.html)
- [The dashboard List growth, what's about to send, and alerts only when there are any.](/content/docs/usage/dashboard.html)
- [Keyboard and search ⌘K, / to search, and running the whole console without a mouse.](/content/docs/usage/keyboard.html)
- [Guards Send-time checkpoints that pause, skip, cancel, or exit — and why.](/content/docs/usage/guards.html)
- [Sending & domains Providers, sending domains, and senders have their own section — start with the setup wizard.](/content/docs/providers/setup.html)

## If you'd rather drive it with an agent

Everything above can also be done by your coding agent. The [manager repo](/content/docs/manager-repo/index.html) holds your whole operation as files your agent edits and ships through the [CLI](/content/docs/cli/index.html); the [MCP server](/content/docs/mcp/index.html) on your Mimeo gives it the same reach as tools — questions, one-off changes, authoring included; and underneath both sits the same [API](/content/docs/api/index.html) your app POSTs [events](/content/docs/api/events.html) to. The map of how those fit: [How it fits together](/content/docs/how-it-fits/index.html).
