What problem does it solve? Registering an external data processor in the 1C:Enterprise BSP subsystem "Additional reports and data processors" requires a correctly structured СведенияОВнешнейОбработке function in the object module, with the right kind, command type, assignment targets, and server handlers. Writing this boilerplate by hand is error-prone and repetitive. ## Core Features & Use Cases - Registration function generation: Inserts a complete СведенияОВнешнейОбработке() function into the ПрограммныйИнтерфейс region of ObjectModule.bsl, with the correct ВидОбработки and ТипКоманды API calls. - Kind mapping from natural language: Maps free-form user input (e.g. "печатная форма", "заполнение") to the six BSP processor kinds, including required Назначение entries for assignable kinds. - Server handler templates: Adds ВыполнитьКоманду or Печать procedures when the command type is ВызовСерверногоМетода. - Use Case: A developer runs "/epf-bsp-init МояОбработка печатная форма для Документ.СчетНаОплату" and gets a ready registration function plus a Печать handler stub in the object module. ## Quick Start Ask the assistant to register the external data processor named МояОбработка as a print form for Документ.СчетНаОплату using the epf-bsp-init skill.