# 1. Introduction

 **What is Nujan IDE?**

Nujan IDE is a powerful web-based IDE crafted for blockchain developers. It provides an intuitive interface to streamline the development, testing, and deployment of smart contracts on various blockchain networks.  \
\
**Key Features -**&#x20;

1. Web-based IDE: Accessible from any modern web browser.&#x20;
2. Multi Chain Support: Currently we have given support for TON. More are coming soon (Ethereum, Polygon, Binance Smart Chain ...)
3. Wallet Integration: Secure contract deployment and interaction.&#x20;
4. Smart Contract Templates: Accelerate development for common use cases.&#x20;
5. Robust Security: Ensuring secure coding practices.&#x20;
6. Easy Onboarding: Simple and user-friendly setup.&#x20;
7. Instant Setup: Quick and hassle-free start.&#x20;
8. AI-Assisted Productivity: Intelligent suggestions for enhanced workflow.
9. Code Sharing: Seamless collaboration with developers.

**System Requirements**

To use Nujan IDE, ensure you have the following:

* A modern web browser (Google Chrome, Mozilla Firefox, or Microsoft Edge recommended).
* Internet connection for accessing the web-based IDE.
* Blockchain wallet (TON, Metamask, WalletConnect, or similar) for connecting to supported networks.

**Language Used for TON Development**&#x20;

  - FunC (Read More at <https://docs.ton.org/develop/get-started-with-ton>) \
\- Tact (Coming Soon)


---

# 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.nujan.io/1.-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.
