> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Autonomous Operations

> What Monk does for you after the first deployment

Your app is deployed. Now what? Monk does not stop at deployment — it keeps your system running, watches for problems, and gives you instant visibility into everything that is happening. This page covers what you can set up on day two and what keeps working on day two hundred.

Everything here can be done through your coding agent. Just ask.

***

## CI/CD

Set up continuous deployment so every push to your repository triggers a new build and deploy. No pipeline files to write.

```
set up CI/CD for this project with Monk
```

Monk configures GitHub Actions (or your CI provider), wires it to your deployment, and from that point on every merge to main goes live automatically.

<img src="https://mintcdn.com/monk-d20f97b6/KWBMwT0lyIP8SGUy/assets/CICD.gif?s=8b5e9cfa579a1f46db2076f5e67b4d78" alt="CI/CD setup with Monk" height="200" className="rounded-lg" data-path="assets/CICD.gif" />

<Card title="CI/CD setup guide" icon="arrows-rotate" href="/prompting/setting-up-cicd">
  Detailed walkthrough and configuration options
</Card>

***

## Watcher

Watcher monitors your services around the clock. When something goes wrong — a container crashes, CPU spikes, a health check fails — Monk sends an alert to Slack with full context and a **Fix with Monk** button that lets you resolve the issue in one click.

```
set up watcher for this project with Monk
```

Monk configures monitoring for all your services and starts watching immediately. If you connect Slack, alerts go straight to your channel.

<img src="https://mintcdn.com/monk-d20f97b6/BlTTt_zhOR2nTOFM/assets/CPUutilization_alert_slack.gif?s=2d4884014769de19f56912befa673614" alt="Watcher alert on Slack" height="200" className="rounded-lg" data-path="assets/CPUutilization_alert_slack.gif" />

<Card title="Watcher setup guide" icon="bell" href="/prompting/watcher-setup">
  Alerts, triage, Slack integration, and the Fix with Monk button
</Card>

***

## Slack

Connect Monk to Slack and you can respond to questions, approve file changes, and fill out configuration forms directly from Slack — without opening your IDE. Start a deployment, close your laptop, and handle the next decision from your phone.

```
ask Monk to connect Slack
```

Or click **Connect to Slack** in the Monk dashboard. Monk walks you through an OAuth flow and channel selection.

<Card title="Slack integration" icon="slack" href="/features/slack">
  Setup, remote control, Watcher alerts, and managing the connection
</Card>

***

## Logs and Debugging

Access logs from any running service instantly. No SSH, no dashboards to set up.

```
ask Monk to show me the logs for the API service
```

```
ask Monk why the backend is returning 500 errors
```

Monk pulls logs, analyzes them, and explains what is happening. If there is a fix, it can apply it.

<img src="https://mintcdn.com/monk-d20f97b6/BlTTt_zhOR2nTOFM/assets/ViewLogs.gif?s=bf9c5b3a75ae18dae792002e30ed740e" alt="View logs" height="200" className="rounded-lg" data-path="assets/ViewLogs.gif" />

***

## Live System View

Monk maintains a live graph of your entire application — every service, database, load balancer, and connection. You can see it anytime.

```
ask Monk to show me the system map
```

```
ask Monk what infrastructure is running right now
```

This is not a static diagram. It reflects the actual state of your deployment and updates as things change.

<img src="https://mintcdn.com/monk-d20f97b6/nzbAXJ1LQnaIfwok/assets/task_board_view_deploy_progress.gif?s=262b47ee58b07b1b87297a2401fd544c" alt="Task board and system view" height="200" className="rounded-lg" data-path="assets/task_board_view_deploy_progress.gif" />

***

## Scaling

Scale services up or down with a prompt. Monk handles instance resizing, load balancer updates, and zero-downtime rollouts.

```
ask Monk to scale the API to 3 instances
```

```
ask Monk to upgrade the database to a larger instance
```

<img src="https://mintcdn.com/monk-d20f97b6/Fkl7GbORhZNmhoOw/assets/cloud_scaling.gif?s=aedad6a4dc1f4eeca530966b9be00b64" alt="Cloud scaling" height="200" className="rounded-lg" data-path="assets/cloud_scaling.gif" />

***

## Cost Visibility

See what your infrastructure costs right now, broken down by service.

```
ask Monk how much this project is costing me
```

```
ask Monk to suggest ways to reduce cost
```

<img src="https://mintcdn.com/monk-d20f97b6/fN3nVa9N1ULwm6lv/assets/Cloud_cluster_cost.gif?s=f9d54365f12bd6b4522ba38d19e4c0bf" alt="Cloud cost visibility" height="200" className="rounded-lg" data-path="assets/Cloud_cluster_cost.gif" />

***

## Migration

Move workloads between clouds or regions without rebuilding anything. Monk handles the migration end to end.

```
ask Monk to migrate this project from AWS to DigitalOcean
```

<img src="https://mintcdn.com/monk-d20f97b6/4uh6xa_xJHKn3irH/assets/migrate_cluster_workload.gif?s=2ad7c05d683070429c1e7a43ff2cffd0" alt="Migrate workloads between clouds" height="200" className="rounded-lg" data-path="assets/migrate_cluster_workload.gif" />

***

## What Monk Handles vs. What It Asks You

Monk executes autonomously on implementation details — container builds, networking, security groups, health checks, DNS. It does not ask permission for these.

Monk asks you about things that matter: which cloud provider, which region, whether to use a managed database or self-hosted, and before any destructive action like deleting infrastructure.

You stay in control. You can review plans before deployment, override decisions, and ask "why" at any point.

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Connect your cloud" icon="key" href="/getting-started/obtaining-credentials">
    Add more cloud providers and service credentials
  </Card>

  <Card title="Prompting guide" icon="lightbulb" href="/prompting/how-prompting-works">
    Tips for getting the most out of Monk
  </Card>

  <Card title="All features" icon="sparkles" href="/features">
    Complete reference of everything Monk can do
  </Card>

  <Card title="Getting help" icon="life-ring" href="/getting-help">
    Bug reports, support channels, and community
  </Card>
</CardGroup>
