
AWZ: UTM tags (emails, orders)
The module tracks advertising channels through which a client submits a request or places an order. Parameter capture is supported not only on the login page but on any other page, including during a return visit after a long interval.

AWZ: Cookie Policy Consent (Cookie Notification)
The module provides an API and a component to request user consent for cookies within the 1C-Bitrix CMS. It complies with Federal Law No. 152 and allows optional configuration for rejecting cookies or selecting specific types. After installation, a notification window appears on the site containing information about cookie usage and control options.

AWZ: Access Rights
The AWZ: Access Control module is designed for developers building software solutions with role-based access control. It enables the implementation and configuration of permission systems to manage access to application functionality.

AWZ: Age Restriction (Adult Verification)
AWZ: Age Limit (Adult Verification) Module. This component is designed to display an age verification window. It supports integration via the OnEndBufferContent handler and can also be invoked manually.

AWZ: ERIP, EPOS, QR via ArtPay.BY
Integration module for the ArtPay.BY payment system to process payments via ERI and EPOS QR codes. This solution was developed by an independent author and is not an official product of ArtPay.BY, which does not provide support for this module. The functionality includes accepting payments through the ERI network, providing customers with a simple and secure payment method.

AWZ: Populate data by UNP
Module for automatically filling in the company name and legal address using data from the Ministry of Taxes and Duties of the Republic of Belarus. The module operates by first checking display conditions defined in its settings. When a nine-digit UNP (Unique Registration Number) is entered into the designated field, a request is sent to the controller awz:autounp.api.mnsrb.find.

AWZ: CRM Integration
The module enables automatic data export to Bitrix24. It supports the creation of leads and deals via the Bitrix24 webhook. Supported data providers on the site include Info Blocks and orders generated by the Sale module. Processing is handled through agents and background jobs; if the external service is temporarily unavailable, the system automatically retries data transmission.

AWZ: Webhooks API
The module allows organizing an API based on webhooks on the website side. It enables exporting any entities from a business system to Bitrix24 for editing with support for batch actions. The module can also be used to implement any other API.

AWZ: NBRB and CBRF Currency Exchange Rates
This module loads currency exchange rates from the National Bank of the Republic of Belarus (NBRB) and the Central Bank of the Russian Federation (CBRF). It supports the simultaneous use of multiple data providers. Rate updates are performed daily by a background agent. An API is provided for converting amounts between currencies.

Custom field: Deal products
The awz.dealsproductfield module extends Bitrix CRM user field functionality by adding the awz_deals_product field type. This field enables the selection of deals from the CRM and specific products from the product sets of those deals. The field supports selecting multiple deals simultaneously.

AWZ: Stock Limitation for a Single Warehouse
The module adds a delivery restriction rule that verifies whether all items in the cart are available on a single selected warehouse. If any item is missing in the required quantity at the warehouse, the delivery method becomes unavailable for the order. The module integrates with the OnSaleComponentOrderJsData and OnSaleComponentOrderDeliveriesCalculated events.

AWZ: Secret Call
The module provides an API for requesting verification code calls. For verification, the user enters the last digits of their phone number. Supported gateways: SMSC.RU, SMS.RU. Documentation is available in the developer's repository.

AWZ: Convert Markdown (.md) markup to HTML
The AWZ module converts text written in the Markdown markup language into HTML format. The API functionality includes the ability to fetch content via URL with subsequent caching in the database. Markdown is a simple and convenient markup language used for formatting various document types.

AWZ: City by IP
Module for determining the city by IP address based on the local Sypex Geo database. The database is automatically updated once a week via a background agent. The module operates without external API calls as all data is stored locally. The method \Awz\IpTown\Geo::getData($ip="") accepts the visitor's IP address by default.

AWZ: Property Lock
The AWZ: Property Lock module protects properties of information blocks and their sections from unwanted changes during synchronization with external systems such as 1C. Key features include protection for information block element properties and equivalent protection for section properties. Administrators can create multiple blocking rules for different information blocks and specific fields.

AWZ: Letters to Max
The awz.mailtomax module redirects notifications from the Bitrix mail subsystem to the Max messenger for real-time tracking of critical system events. Key features include automatic interception of email sending via the OnBeforeEventSend event. Each mail template supports three modes: sending a notification to Max, blocking standard email delivery, or enabling both channels simultaneously.

AWZ: Emails to Telegram
The awz.mailtotg module integrates with the Bitrix CMS mail event processing system. It intercepts notifications before sending using the OnBeforeEventSend event handler. The compiled message from the email template is converted to a format compatible with the Telegram API and sent to a configured chat or channel.

AWZ: Push and Pull
The module provides an API for creating interactive interfaces using WebSocket. The server infrastructure for implementing push and pull protocols is the standard NodeJS RTC Service deployed on the BitrixVm platform.

AWZ: Immediate Email Sending
The awz.quickmail module enables immediate sending of marked email templates via Bitrix\Main\Mail\Event::sendImmediate() right after they are written to the b_event table. This bypasses the standard agent queue to ensure instant delivery. Key features: Instant delivery: emails are sent immediately, skipping the standard agent queue.

AWZ: HTML in Rich Content
The AWZ: Html in Rich Content module generates Rich Content markup used in product descriptions on Ozon. The tool supports three methods for creating content: - Automatic processing on the handler - Step-by-step manual generator - Programmatic creation via the module API The Rich Content format description is available in the official Ozon documentation.

AWZ: Update Blocking
The AWZ Update Lock module allows disabling automatic updates for specific modules within the system. Designed for developers, it enables the storage and display of the reason for blocking updates. Use case: After modifying the core of the partner.code module, there is a risk that a client-initiated update could break the site.

AWZ: Yandex Maps Conflict Resolution
Purpose The module provides centralized management for Yandex Maps API connections by replacing all direct links to api-maps.yandex.ru with a single URL configured in the settings. This prevents conflicts and errors that occur when multiple modules (awz.ydelivery, awz.belpost, awz.europost) operate simultaneously using different keys or versions of the ymaps library.