# Overview

Circular Protocol is built on a few simple but powerful primitives: certificates, accounts, chains, keys, and data. Together, these form the foundation for a secure, decentralized deployments purpose-built for regulated industries like healthcare, pharma, and public infrastructure.

This section explains the essential building blocks of the protocol, how data is issued, verified, shared, and how each part works together to deliver trust, compliance, and interoperability by design.

### What You’ll Learn in This Section

* Certificates – Verifiable, tamper-proof records that prove something happened and hasn’t changed
* Accounts – Unique identities that issue, sign, or own data and assets within the protocol
* Private Chains – Isolated ledgers that let institutions or workflows operate independently with full control
* Data Management – How Circular handles metadata, versioning, and sensitive content without centralization
* Fees – A lightweight system to prevent spam and enable predictable, cost-efficient usage
* Nodes – The infrastructure that maintains consensus and availability across a Circular network deployment
* Private Keys & Recovery – How access is secured, delegated, and restored when needed<br>

Each concept is explained in plain terms, with examples, diagrams (where relevant), and links to implementation details. Whether you’re an enterprise architect or a curious developer, this section will give you the foundation to understand how Circular works under the hood — and why it matters.

## Core Concepts Quick Links

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Certificates</td><td><a href="/pages/ELuulx98ZCJkb87F7zJs">/pages/ELuulx98ZCJkb87F7zJs</a></td></tr><tr><td>Accounts</td><td><a href="/pages/IIHXttRidepydI5sjCTt">/pages/IIHXttRidepydI5sjCTt</a></td></tr><tr><td>Private Chains</td><td><a href="/pages/F1ERlaDfcf14Pjl6z828">/pages/F1ERlaDfcf14Pjl6z828</a></td></tr><tr><td>Data Management</td><td><a href="/pages/EDkBlYXvqvYF08iYa0v1">/pages/EDkBlYXvqvYF08iYa0v1</a></td></tr><tr><td>Fees</td><td><a href="/pages/X4PPLLxrhgBfqzWWhckh">/pages/X4PPLLxrhgBfqzWWhckh</a></td></tr><tr><td>Nodes</td><td><a href="/pages/dOqMc8aPOM5THD8rzYNV">/pages/dOqMc8aPOM5THD8rzYNV</a></td></tr><tr><td>Private Keys</td><td><a href="/pages/dMqqTp5sV2z3NK4n83G9">/pages/dMqqTp5sV2z3NK4n83G9</a></td></tr><tr><td>Recovery Phrases</td><td><a href="/pages/5ts1YIHnht7RGajLY9wA">/pages/5ts1YIHnht7RGajLY9wA</a></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://circular-protocol.gitbook.io/circular-protocol-documentation/core-concepts/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
