# Getting Started

ANTARES is a Horizontal IoT Platform, which means we try to make our services as generic as possible so that your vertical IoT solution can adapt to the commonly used architecture. Many IoT cases can be solve using our services, for example, smart home, smart metering, asset tracking, smart building, and others.

This documentation will show you how to send sensor data to ANTARES. There are four steps that can be take to achieve this:&#x20;

1. Account registration&#x20;
2. Create app&#x20;
3. Add device&#x20;
4. Sending data to Antares

More detailed steps can be found after this segment. If any information is incorrect or any part of this tutorial is incomplete, please feel free to let us know at <support@antares.id>.


---

# 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.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.
