# Get started

> **Deprecation Notice**
> This page describes features that have been removed or replaced in Luxonis Hub. Functionality may be limited and only available to Hub Original customers. Please refer to the up-to-date guides to provision devices, manage fleets, and deploy applications.

 * an OAK connected to Luxonis Hub ([Connect OAK](https://docs.luxonis.com/cloud/hub/connect-oak.md))

Head over to the [Luxonis Hub website](https://hub.luxonis.com/control/apps/team-apps) and head to `Apps`.

Click on `Create App` and fill out the name. Pick one of [available templates](https://github.com/luxonis/robothub-app-templates)
(if don't know choose `Video Stream`).

Click on `Create`.

In a few seconds the application should appear in the list of your team apps.

Navigate to the detail of the `Device` on which you want to develop the app. Click on `Apps` and then `Install App`. In the dialog
window select `Develop`.

Choose the app that you just created and the only version that is available.

Select the OAK device that you want to use for development and click on `Install with selected`.

Once the app `Status` shows as `Stopped` its ready to be used for development.

Click on the application you just installed, which opens the detail page.

In the right panel, a button with text `Code Editor` opens the Luxonis Hub Studio.

> **Note**
> Because the studio runs locally in the same container as the app, you must be connected to the same network as Robot.

## Next steps

### Understand the template code

Follow our detailed guide that explains every part of the code.

[Understand the template code](https://docs.luxonis.com/cloud/advanced/legacy/perception-apps/examples/template-app.md)

### Luxonis Hub Studio

Discover our web based IDE.

[Luxonis Hub Studio](https://docs.luxonis.com/cloud/advanced/legacy/perception-apps/robothub-studio.md)

### Explore the Camera SDK

DepthAI is our Python library to connect to and configure the camera.

[Explore the Camera SDK](https://docs.luxonis.com/software-v3/depthai.md)

### Explore the Cloud SDK

`robothub` is our Python library that simplifies usage in Luxonis Hub and enables interaction with the cloud.

[Explore the Cloud SDK](https://docs.luxonis.com/cloud/advanced/legacy/perception-apps/robothub-library.md)
