Sectionsare the native Salesforce Contracts mechanism for breaking a large contract into manageable, logically organized parts. Salesforce documentation states that sections allow contract authors to structure and organize document content more effectively, quickly navigate to specific areas, and include clauses, tables, and contract text within each section.
This precisely matches the M & A contract requirement. A document template itself defines the overall structure, content, and format of the contract, while sections provide the logical subdivisions inside that template. Sections can be arranged in sequence and can carry specialized formatting, numbering, conditions, clauses, and other content.
Option A uses a generic term rather than the actual Salesforce Contracts design construct. Option B is unnecessary for ordinary organization of a single large contract. Embedded or child templates can support reuse in more complex document-generation architectures, but they are not the primary mechanism for dividing content into navigable contract areas.
Salesforce explicitly describes a document template as an assembly of customizable sections, reinforcing why C is the correct design approach.
Study Guide Reference:Contracts and Orders — Contract Lifecycle Management; document templates; Section Management.
===============