> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fenado.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction (Archived)

> Introduction to the Cades Cloud IDE

<Note>
  This is the legacy documentation for our original platform, Cades. Our platform has evolved significantly since then to offer both app and website creation capabilities. Find the new documentation [here](/welcome).
</Note>

# Cades Cloud IDE

After creating designs, You can generate code and access the cloud ide to make changes using cades agent.

## Running the project

<img src="https://firebasestorage.googleapis.com/v0/b/cades-dev.appspot.com/o/public%2Fide%2Frun_command.png?alt=media&token=1c076901-e3f3-40c8-97d9-a7498443ad42" />

You can run your project using the `cades run` command in the terminal. This will start the server to see your app.
Click the refresh button on the preview panel and you can start making changes to your app

## Making iterations

<img src="https://firebasestorage.googleapis.com/v0/b/cades-dev.appspot.com/o/public%2Fide%2Foverview.png?alt=media&token=53979cf1-9e72-4ae2-98c3-8e92a8057b92" />

Using the cades agent you can prompt and integrate any features you want in the app.

* Access the cades agent by pressing the cades logo on the right side
* Make your iterations in the chat box
* Refresh button is marked on top right corner of the preview
  After you are satified with the changes press r in the terminal to hot reload the changes.
  Click the refresh button to reload the hot changes into your preview screen.

## Notes

* Before quitting the project make sure you press 'q' to stop the hot reload server, and run the cades run command for next time when you want to use any other project.
