> For the complete documentation index, see [llms.txt](https://doc.cess.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cess.network/products.md).

# CESS Products

CESS official native products, including DeOSS, DeShare, etc.

## DeOSS

Decentralized Object Storage Service. DeOSS supports fast storage/retrieval of object data in CESS storage network in a simple way. All its codes, related SDKs, and tool components are open source, and developers can customize their services as needed.

* [DeOSS Guide](/products/deoss.md)
* [DeOSS Website](https://cess.network/deoss.html)
* [Github Repository](https://github.com/CESSProject/DeOSS)

## DeShare

DApp to quickly upload files to CESS and share them out. What you see is what you get. Users do not need to register and can directly use DeShare for quick data sharing.

* [DeShare Website](https://cess.network/deshare.html)


---

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