# Introduction to Hyper Code IDE

Welcome to the Circular ecosystem! We’re excited to help you build your first dApp.

{% hint style="info" %}
[Access the Hyper Code IDE](https://circularlabs.io/HCIDE) \
([https://circularlabs.io/HCIDE](https://circularlabs.io/HCIDE#))
{% endhint %}

## Lesson Guide

***

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Lesson 1: Getting Started -></strong></td><td>Everything you need to quickly get started and fully operational with the Hyper Code IDE.</td><td></td><td><a href="/pages/Zvukm7MAGL6ooitMTmpY">/pages/Zvukm7MAGL6ooitMTmpY</a></td></tr><tr><td><strong>Lesson 2: Smart Contracts -></strong></td><td>A simple guide to creating, debugging, deploying and interacting with smart contracts on Circular.</td><td></td><td><a href="/pages/7aUFmnCMx9m4smGncsXL">/pages/7aUFmnCMx9m4smGncsXL</a></td></tr><tr><td><strong>Lesson 3: Wallet Access -></strong></td><td>Learn the essentials of Circular's Architecture and how to access wallets.</td><td></td><td><a href="/pages/ly9zGHBSo4uUj99WujE5">/pages/ly9zGHBSo4uUj99WujE5</a></td></tr><tr><td><strong>Lesson 4: Creating your first token -></strong></td><td>A simple guide to learn all the functions required to create your first token.</td><td></td><td><a href="/pages/0LeXOFDQxFTZ5Iz1tQXq">/pages/0LeXOFDQxFTZ5Iz1tQXq</a></td></tr></tbody></table>

Here’s a quick guide to getting started with the Hyper Code IDE.

**Project Icon:** Manage your project files.

**Search:** Find specific elements in your project.

**Debug:** Simplifies smart contract debugging.

**SDK & CRC:** Direct links to Circular SDK and Standards documentation.

In the left sidebar, you’ll also find access to Templates, Libraries, and Tutorials. At the top, use the icons for editor interactions and contract deployment.

The code editor lets you read and edit your code, while the Payload Terminal handles blockchain transactions. The Output window shows smart contract status and results, helpful for debugging.

With this overview of the IDE, you’re ready to start exploring smart contracts on Circular.[<br>](https://circular-protocol.gitbook.io/circular-developer-docs/developer-guides/markdown)


---

# 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://circular-protocol.gitbook.io/hyper-code-ide-guide/readme.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.
