> For the complete documentation index, see [llms.txt](https://algo-sentinel.gitbook.io/cloudflare-dns-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://algo-sentinel.gitbook.io/cloudflare-dns-manager/introduction.md).

# Introduction

**Cloudflare DNS Manager** is a lightweight, single-user PHP application designed to simplify the management of DNS records across multiple Cloudflare accounts and domains.

With an intuitive interface and no need for an external database server, this tool enables you to:

* Add and manage multiple Cloudflare accounts (using API Key or API Token)
* View and manage all domains linked to each account
* Perform batch operations on DNS records, including mass editing A records
* Add, edit, and delete various DNS record types (A, AAAA, CNAME, MX, TXT, SRV, NS, SPF)
* Optionally route API requests through a proxy for added flexibility

Built on **SQLite**, the application requires minimal setup and is ideal for single users who want to efficiently manage their DNS records without the complexity of full DNS automation platforms.

### Features

✅ Manage **multiple Cloudflare accounts**\
✅ Add domains per account (supports default top-level domain)\
✅ List and manage **all domains** on an account\
✅ **Mass Edit A records** across domains\
✅ Add, edit, delete multiple DNS records\
✅ Optional **proxy support** for Cloudflare API requests\
✅ Supports **API Token** and **API Key** authentication\
✅ Uses **SQLite**—no database server required\
✅ **Single-user** application


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://algo-sentinel.gitbook.io/cloudflare-dns-manager/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
