> For the complete documentation index, see [llms.txt](https://docs.antares.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antares.id/en/getting-started/add-devices-to-the-application.md).

# Add Devices to the Application

The Internet of Things is concerned with objects or **things**. In this segment, we will create a **device** for storing data.

After we create an application and click on the application that has been created, the page below will appear. Please click **Add Device**. In addition to connecting **Add Device** to add a device, you can also create a device using the RESTful API in the [HTTP API](https://antares.id/id/docs.html#http) segment. You can also subscribe to the device, so if new data enters the device, you will get a **notification**. You can take advantage of these notifications to create logic in the programs you make.

<figure><img src="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2Fk3H8Xg4nRfEK3Me64QkB%2Fimage.png?alt=media&amp;token=ef441b68-b829-48fc-9ed7-7e52e2f91751" alt=""><figcaption></figcaption></figure>

First, create a device name like in the image below, in this tutorial, the device will be named **"sensorSignal"**. **then also select one of the active packages you have**. If you have set the device name and selected the package then click **+ Add**

<figure><img src="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2FQzpdjwSDVAmgvkZqCVl9%2Fimage.png?alt=media&amp;token=98085b4e-e8ab-4d04-933e-961bd89a3166" alt=""><figcaption></figcaption></figure>

A display will appear of the device that has been created. Data from the device will be entered and displayed in the table provided as shown below.

<figure><img src="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2FEX49MPewyubRP0Q6LtCb%2Fimage.png?alt=media&amp;token=9949e8e9-109a-4593-8c1f-b8ecac9305e8" alt=""><figcaption></figcaption></figure>

Devices that have been successfully created will be displayed on the Applications dashboard page.

<figure><img src="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2FgBIv1CCoraQueziN1KCO%2Fimage.png?alt=media&amp;token=232e9663-f41d-4624-8df5-7d98d6211df8" alt=""><figcaption></figcaption></figure>

Congratulations, you have successfully created a device. Follow the next step to put the data on the device that you have created.
