> ## 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.

# DigitalOcean Domains

> Managed DNS zones and records via DigitalOcean.

## What is this integration?

Manage DNS zones and basic records through DigitalOcean.

## What Monk manages

* Domain and A/CNAME records

## Getting Started

1. Add DO provider (PAT configured in provider)

2. Define a domain (save as do-domains.yaml):

```yaml theme={null}
namespace: do-domains-example

domain-with-ip:
  defines: digitalocean-domains/domain
  name: example.com
  ip_address: 192.168.1.1
  ttl: 3600
```

3. Create/update:

```bash theme={null}
monk update do-domains-example/domain-with-ip
```
