# Developers

To explore what you can do with CESS SDKs or APIs, please check our tutorials. To learn more about a certain topic on development, goto our guides.

## Advanced Guides

* [Commonly Used Libraries and Toolchains in Development](https://doc.cess.network/developer/advanced-guides/common-libs)
* [Substrate and EVM Address Conversion](https://doc.cess.network/developer/advanced-guides/substrate-evm)
* [CESS Code Overview](https://doc.cess.network/developer/advanced-guides/src-overview)

## Smart Contract

* [Issue an ERC-20 Smart Contract on CESS](https://doc.cess.network/developer/smart-contract/issue-erc20)
* [Deploy an ink!(Wasm) Smart Contract on CESS](https://doc.cess.network/developer/smart-contract/deploy-sc-ink)
* [Deploy a Solidity Smart Contract on CESS](https://doc.cess.network/developer/smart-contract/deploy-sc-solidity)
* [Build a Proof of Existence dApp (ink!)](https://doc.cess.network/developer/smart-contract/poe-ink)
* [Build a Proof of Existence dApp (Solidity)](https://doc.cess.network/developer/smart-contract/poe-solidity)

## CESS SDK

* [Develop App with CESS Golang SDK](https://doc.cess.network/developer/cess-sdk/sdk-golang)
* [Develop App with CESS Javascript SDK](https://doc.cess.network/broken-reference)
* [Develop App with CESS Rust SDK](https://doc.cess.network/ref/in-depth-feat)


---

# 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://doc.cess.network/developer.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.
