# Developer Guide

- [API Documentation](https://docs.vodlix.com/developer-guide/api-documentation.md)
- [Guidelines for Session Initialization](https://docs.vodlix.com/developer-guide/api-documentation/guidelines-for-session-initialization.md): Guidelines for Session Initialization via the Base Configs API
- [Guidelines for Implementing Stats](https://docs.vodlix.com/developer-guide/api-documentation/guidelines-for-implementing-stats.md): This document provides a comprehensive guide for implementing user statistics.
- [Device Management](https://docs.vodlix.com/developer-guide/api-documentation/device-management.md)
- [Add Device](https://docs.vodlix.com/developer-guide/api-documentation/device-management/add-device.md): This API is responsible for adding a new device.
- [Update Device Activity](https://docs.vodlix.com/developer-guide/api-documentation/device-management/update-device-activity.md): This API is used to update the device activity.
- [Device Check](https://docs.vodlix.com/developer-guide/api-documentation/device-management/device-check.md): The Device Check API is used to perform a device check. It is recommended to send this request every 5 minutes to ensure the device's status is up-to-date.
- [Kick / Logout User](https://docs.vodlix.com/developer-guide/api-documentation/kick-logout-user.md)
- [Get User Device Activity](https://docs.vodlix.com/developer-guide/api-documentation/get-user-device-activity.md)


---

# 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.vodlix.com/developer-guide.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.
