# Introduction

Welcome to this comprehensive documentation, designed to empower developers like you to efficiently understand and implement dApps on the Ethernity Cloud protocol. Whether you're a seasoned developer or new to the world of blockchain and decentralized applications, this guide aims to equip you with all the essential information to seamlessly build, integrate, and interact with the Ethernity Cloud protocol.

Scope of the Documentation:

The Ethernity Cloud Developer Guidelines cover a wide array of topics related to our protocol, including but not limited to:

1. Understanding the Protocol: The section provides a comprehensive explanation of all protocol building blocks and their interconnections, showcasing the data flow between each component
2. dApp Development Guide: This section offers a comprehensive explanation of how to install all the required prerequisites to run your tasks through Ethernity Cloud. You'll find a detailed step-by-step guide on preparing your task code, encrypting, sending it for execution, and retrieving the results for decryption and analysis.

&#x20;


---

# 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://docs.ethernity.cloud/developer-guide/introduction.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.
