# Using the IDE

![Using the IDE](https://codesphere.ghost.io/content/images/size/w600/2024/01/cs-online-ide.webp)

Arkane Cloud's IDE lets you make quick ad-hoc changes to code, or even develop entire applications within the platform.

### The Filetree <a href="#heading-0" id="heading-0"></a>

Arkane Cloud gives you full access to your app's filetree. You can create, delete, reorder, or duplicate files and folders just by right clicking

<figure><img src="https://codesphere.ghost.io/content/images/2023/12/image--8-.webp" alt="" height="492" width="216"><figcaption></figcaption></figure>

### Key Bindings <a href="#heading-1" id="heading-1"></a>

The IDE has the following Key Bindings by default:

| Keys              | Action                       |
| ----------------- | ---------------------------- |
| Ctrl + B          | New Directory                |
| Ctrl + M          | New File                     |
| Ctrl + Shift + K  | Open Key Bindings            |
| Ctrl + Shift + S  | Open Settings                |
| Ctrl + Shift + H  | Help                         |
| Alt + W           | Close Editor Tab             |
| Ctrl + LeftArrow  | Select Previous Tab          |
| Ctrl + RightArrow | Select Next Tab              |
| Shift + Shift     | Search Everywhere            |
| Alt + T           | Open/Close Terminal          |
| Ctrl + I          | Comment/Uncomment Code       |
| Ctrl + J          | Delete Selected Line of Code |

### Customization <a href="#heading-2" id="heading-2"></a>

You can customize the Arkane Cloud IDE to fit your preferences by navigating to the settings tab.

<figure><img src="https://codesphere.ghost.io/content/images/2023/12/image--2-.webp" alt=""><figcaption></figcaption></figure>


---

# 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.arkanecloud.com/docs/getting-started/using-the-ide.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.
