> For the complete documentation index, see [llms.txt](https://titan-suite.gitbook.io/ide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://titan-suite.gitbook.io/ide/master.md).

# Home

## About

The IDE (Integrated Development Environment) is a web application that allows you to write, compile, deploy and interact with smart contracts. Access the IDE from the link below:

```
https://ide.titan-suite.com
```

![Screenshot of the IDE](/files/-LTYpWgzwSwfVoy73y3y)

## Sections

The IDE is made of four separate sections:

1. File Explorer
2. Editor
3. Console
4. Control Panel

### 1. File Explorer

Here, all created contracts are displayed. Contracts can be created with the "+" button and deleted by clicking the **Garbage** icon to the right of the file name.

<div align="left"><img src="/files/-LTcLTGsYDft4cfYMkTR" alt=""></div>

### 2. Editor

Here, each file's code is displayed in a tab. Tabs can be closed by click the **X** icon to the left of the tab's name in the tab header.

<div align="left"><img src="/files/-LTcLhkknlLruUO-qsAI" alt=""></div>

### 3. Console

Here, details of each transaction is shown. Each item can be copied by clicking the icon next to them.

<div align="left"><img src="/files/-LTcMOTwBPGianvsCKTy" alt=""></div>

![](/files/-LTZWDTq8Iych139djKe)

### 4. Control Panel

Here, you can view different tabs that allow you to access the full feature of the IDE while developing.

<div align="left"><img src="/files/-LTcLvLcA4QvGuvSubSz" alt=""></div>
