AI Operation Guide
aioflare AI lets you manage Cloudflare with natural language. There are two modes: Global AI for multi-zone and platform-wide tasks from any dashboard tab, and Zone AI for focused work on a single domain with inline DNS preview.
Global AI
Multi-zone AI command from the dashboard header
Global AI is the AI Command panel (Beta badge) on the right side of the dashboard. Send one natural-language command per message β AI plans the operation, shows a summary in chat, then opens a preview or upload area for you to confirm before execution.
How to access
On any dashboard tab, click the AI button in the header (atom icon). The AI Command sheet opens on the right. Requires a paid plan with AI enabled (Solo, Agency, or Beta).
For DNS, cache, and redirect operations, Global AI may auto-navigate to the Zones tab if you are elsewhere. Target zones come from grid checkboxes and/or domain names in your prompt.
Deploy Pages uses an inline upload area in chat (ZIP or Paste HTML) β never paste source code into the message field.
Supported operations
Edit IP
Change IP addresses on A or AAAA DNS records across selected zones or domains named in your prompt.
Example prompts (English)
βDisable proxy on all A records for shop.example.com and api.example.comβ
βChange IP 1.1.1.1 to 2.2.2.2 on all selected zonesβ
Replace DNS
Replace DNS record content in bulk (e.g. swap an old IP or hostname for a new value on matching records).
Example prompts (English)
βReplace 203.0.113.9 with 203.0.113.6 on all A records for selected zonesβ
βReplace content old.example.com with new.example.com on CNAME recordsβ
Proxy Toggle
Enable or disable the Cloudflare orange-cloud proxy on matching DNS records.
Example prompts (English)
βDisable proxy on all A records for selected zonesβ
βEnable proxy on all A records across shop.example.comβ
Delete DNS Records
Delete DNS records that match filters described in your command, with preview before execution.
Example prompts (English)
βDelete all TXT records on example.comβ
βDelete all records with content 203.0.113.9 on selected zonesβ
Add DNS Records
Add new DNS records to selected zones. Supports dynamic placeholders such as {{zone}}.
Example prompts (English)
βAdd A record api pointing to 10.0.0.5 proxied on example.comβ
βAdd CNAME www pointing to {{zone}} on selected zonesβ
Apply Redirect
Apply URL redirect rules across selected zones using AI-generated redirect plans.
Example prompts (English)
βRedirect all paths to newdomain.comβ
βRedirect all traffic to https://newsite.com on shop.example.comβ
Purge Cache
Purge Cloudflare cache for selected zones β full purge or by URL prefix.
Example prompts (English)
βPurge cache for selected zonesβ
βPurge everything on shop.example.comβ
Sync DNS
Synchronize DNS records between Cloudflare and aioflare for selected zones.
Example prompts (English)
βSync DNS for all selected zonesβ
βSync DNS records for example.com and api.example.comβ
Redirect Check
Verify redirect configuration status across selected zones.
Example prompts (English)
βCheck redirect configuration for selected zonesβ
βRedirect check for shop.example.comβ
Add Zone
Add a single new zone to a Cloudflare account. AI may ask clarifying questions (account, DNS template, setup mode).
Example prompts (English)
βAdd zone newsite.io to account Productionβ
βAdd zone portfolio.io without DNS setupβ
Add Zones
Add multiple zones to an account in one operation via the queue system.
Example prompts (English)
βAdd zones site1.io, site2.io, site3.io to account Agencyβ
βBulk add zones from list to account Productionβ
Deploy Pages
Deploy a Cloudflare Pages project. Specify account, project name, branch, and optional custom domain; upload build files inline in chat.
Example prompts (English)
βDeploy pages to account Production project my-site branch mainβ
βDeploy pages to account Kuy with domain shop.example.comβ
Zone AI
Single-zone AI with locked context and inline preview
Zone AI opens a dedicated workspace for one zone only. Commands apply exclusively to that domain β you do not need to mention the zone name. A preview panel appears in the center; chat stays on the right with a locked badge showing the zone name.
How to access
Go to the Zones page. On a zone card or table row, open the menu (β―) and select Use AI (New badge). Requires a paid plan with AI enabled.
Review DNS and redirect changes in the center panel preview, then click Execute or Apply Rule. Purge cache is available for the locked zone.
Supported operations
Edit IP
Change A or AAAA record IPs for this zone only. Preview shows before β after; click Execute in the DNS tab.
Example prompts (English)
βEnable proxy on all A recordsβ
βChange IP 203.0.113.1 to 203.0.113.50 on @ and wwwβ
Replace DNS
Replace record content on matching DNS entries within the locked zone.
Example prompts (English)
βReplace content old.com with new.com on A recordsβ
βReplace 203.0.113.9 with 203.0.113.6 on all matching recordsβ
Proxy Toggle
Turn Cloudflare proxy on or off for matching records in this zone.
Example prompts (English)
βEnable proxy on all A recordsβ
βDisable proxy on CNAME recordsβ
Delete DNS Records
Remove matching DNS records from this zone after preview confirmation.
Example prompts (English)
βDelete all TXT recordsβ
βDelete all A records pointing to 203.0.113.1β
Add DNS Records
Add new records to this zone. {{zone}} resolves to the current domain automatically.
Example prompts (English)
βAdd A record api pointing to 10.0.0.5 proxiedβ
βAdd CNAME host pointing to {{zone}}β
Apply Redirect
Create redirect rules for this zone. Preview appears on the Rules tab with an Apply Rule button.
Example prompts (English)
βRedirect all paths to https://newsite.comβ
βRedirect www to https://shop.example.com/$1β
Purge Cache
Purge cache for this zone after confirmation.
Example prompts (English)
βPurge everythingβ
βPurge cache by prefix /assets/β
Important limits
Rules that apply to both Global AI and Zone AI
- β’One operation per command β combined requests (e.g. add zone and purge cache) are rejected.
- β’Do not paste HTML, CSS, JS, or PHP into the chat. Use plain language; upload files in the Deploy Pages area.
- β’General questions are declined β write actionable commands instead.
- β’Rate limit: 25 AI plans per hour per user. Maximum 200 zones per plan.
- β’Closing the AI sheet clears the chat history for that session.