What problem does it solve? Modifying standard 1C:Enterprise configuration objects (catalogs, documents, forms) without touching the base configuration requires manually creating extension XML files with correct ObjectBelonging and ExtendedConfigurationObject references, which is error-prone and tedious. ## Core Features & Use Cases - Object Borrowing: Adopts any of the 44 configuration object types (Catalog, Document, CommonModule, Enum, etc.) into an extension, generating XML with ObjectBelonging=Adopted and registering entries in ChildObjects. - Form Borrowing: Copies managed forms with metadata, Form.xml, Module.bsl, and optional main attribute borrowing (Form or All modes) so new attributes can later be displayed on the adopted form. - Batch Operations: Borrows multiple objects in one call using the ;; separator, with automatic parent-object borrowing and protection against overwriting already-adopted content. - Use Case: You need to add a new attribute to the Контрагенты catalog and show it on its element form: borrow the form with -BorrowMainAttribute, then use /meta-edit and /form-edit to complete the change. ## Quick Start Ask the assistant to borrow the form Catalog.Контрагенты.Form.ФормаЭлемента from your configuration source into your extension directory with main attributes included.