# Episode 10- Building Custom Pallet

* Slides: [Episode 10- Building Custom Pallet](https://docs.google.com/presentation/d/1D7Dbh5UQ5d_yaoJwIAqGcSA-YAGr5CPwYsJI7dXU2Cw/edit?usp=sharing)

## Topics

* Why build your own pallets? Purpose.
* How to contribute to CESS with custom pallets?
* High-Level Description of CESS (Substrate) Framework
* CESS Course Code
* Overview of the CESS Node and Runtime
* Structure of the Runtime
* Integration of Pallets
* Pallets Integrated in CESS Node
* File-bank and Sminer pallets
* Demo: Adding a custom pallet to the CESS Node

## Course Videos

### Part 1- Pallets Introduction

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

### Part 2- Demo: Adding your Pallet in CESS Node

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

## Action Items

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

## Further Study

* [CESS Examples Repository](https://github.com/CESSProject/cess-examples)


---

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