> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/analytics/ru/iot-query/getting-started.md).

# Начало работы

## Первые шаги

{% hint style="warning" %}
Прежде чем вы сможете использовать данные для комплексной аналитики и интеграции, вам сначала необходимо включить **IoT Query**. Если у вас этого ещё нет, свяжитесь с нами для получения подробностей о подключении - <iotquery@navixy.com>
{% endhint %}

После настройки вы получите приветственное письмо с подробной информацией. Чтобы начать работу с данными, вам понадобятся:

* Хост и порт базы данных
* Имя базы данных
* Имя пользователя и пароль
* Настройки режима SSL

{% hint style="info" %}
Если вы не администрируете учётные записи своей Platform самостоятельно, обратитесь к вашему [поставщику GPS / Telematics услуг](/docs/user/ru/guide/quick-start/about-service-providers.md) для получения доступа к **IoT Query**.
{% endhint %}

Далее ваш путь прост:

1. [Настройте соединение](/docs/analytics/ru/iot-query/connection-setup.md)\
   Настройте SQL-клиент или инструмент аналитики
2. [Изучите схемы данных](/docs/analytics/ru/iot-query/schema-overview.md)\
   Ознакомьтесь с таблицами и связями в ваших данных
3. [Проверьте примеры SQL-запросов](/docs/analytics/ru/example-queries.md)\
   Используйте готовые запросы из нашей обширной коллекции рецептов

Также рекомендуем ознакомиться с [типами данных и стандартами полей](#data-types-and-field-standards) : Изучите исходные схемы ( [Важные моменты](#important-considerations) перед продолжением.

## типами данных и стандартами полей

**IoT Query** использует единообразные соглашения о типах данных, которые могут отличаться от исходных систем:

* **Поля даты и времени** используют `TIMESTAMP` формат
* **Текстовые поля** используют `CHARACTER VARYING` или `TEXT` типы
* **Поля ID** следуют единообразному шаблону именования с префиксом своей таблицы (например, \`user\_id\`, \`device\_id\`)
* **Булевы поля** используют префиксы, такие как `is_`, `has_`, или `can_` (например, `is_active`, `has_passport`)

## Важные моменты

При работе с **IoT Query**, имейте в виду следующие текущие ограничения:

* **Сообщения об ошибках** минимальны при проблемах с SQL-запросами
* **уровни Transformation и Insight** всё ещё находятся в разработке и пока недоступны
* **Исторические данные** доступность зависит от вашего тарифного плана Platform

Для получения подробной информации о структуре и возможностях см.  [Обзор схемы](/docs/analytics/ru/iot-query/schema-overview.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/analytics/ru/iot-query/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
