# Introduction

Welcome to the CESS Document Center.

## 🗂 Introduction

{% hint style="success" %}
**CESS: The first decentralized data infrastructure with L1 chain, infinite storage capacity and ethical AI.**
{% endhint %}

In this section, we provide a [high level overview on CESS](/readme/what-is-cess.md), its [technical highlight](/readme/technical-highlight.md), and [a few use cases](/readme/use-cases.md) on using CESS.

For those interested in exploring more about CESS technology, we invite you to delve into our [whitepaper](/readme/whitepaper.md). Should you have any inquiries, please don't hesitate to [reach out to us](/readme/contact.md).


---

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

```
GET https://doc.cess.network/readme.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.
