# 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="/files/pv09bhm8WsMkYuj8TjYg" 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="/files/oPJHUVJaY4TRWlDlXaEJ" 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="/files/icCrOZ1dBVgJ4hGHtd3D" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/Ea8FIscVYIrtTO6uIzSw" 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.


---

# 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.antares.id/en/getting-started/add-devices-to-the-application.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.
