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

# Episode 7- CESS DeOSS and DeOSS REST API

* Slides: [Episode 7- CESS DeOSS and DeOSS REST API](https://docs.google.com/presentation/d/19x9v5mARqkAHnQjjRcVmG7ECMJLaUp1OSECEB3shGRg/edit?usp=sharing)

## Topics

* Ways of Development on CESS
  * Interacting with CESS using DeOSS API and SDKs. Difficulty: ★
  * Building and Deploying Smart Contracts. Difficulty: ★★
  * Building Custom Pallets to Integrate with CESS. Difficulty: ★★★
* Why Develop on CESS? CESS Comparision
* What is DeOSS?
* DeOSS System Architecture
  * DeOSS Workflow
  * File Upload Process
  * File Download Process
* Workflow: Interacting with DeOSS
* Demo: Using DeOSS REST API

## Course Videos

### Part 1- CESS DeOSS

{% embed url="<https://youtu.be/hfe1jA6czkk>" %}

### Part 2- Demo: DeOSS REST API

{% embed url="<https://youtu.be/VV3yv4150Yg>" %}

## Action Items

* Join [Discord Channel](https://discord.gg/8dnTGdWQ)
* Join [Telegram](https://t.me/CESS_Storage_official)

## Further Study

* Read through the CESS Doc
  * [CESS DeOSS](https://doc.cess.network/products/deoss)


---

# 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://course.cess.network/ep7.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.
