> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Document Splitter skill settings in Advanced Designer

> Configure a Document Splitter skill's General, OCR, Fields, Rules, and Parameters tabs in Advanced Designer — including Technology Core and derived skills.

To open a Document Splitter skill's settings, click the settings button next to the skill name. The dialog has five tabs.

## General

* Skill name and description.
* [Technology Core](/vantage/documentation/advanced-designer/upgrading-to-new-version) version.
* Base skill name and version (for [derived skills](/vantage/documentation/advanced-designer/document-skills/derived)).

## OCR Languages

* **Recognition languages** — the default set is English, French, German, and Spanish. Languages enabled here apply only to documents uploaded after the change.
* **Handwritten text recognition** — enabled by default. Available for the languages listed in the product specifications. For skills built on FlexiLayouts, the option is also limited to the languages declared when the FlexiLayout was created, and one of those languages must be active in the recognition list.

<Note>
  In a derived skill, you cannot add new recognition languages or enable handwritten text recognition if either is disabled on the base skill. See [Configure text recognition](/vantage/documentation/advanced-designer/document-skills/derived-configure#configure-text-recognition).
</Note>

## Fields

A list of every field used in the skill, including inherited and custom fields. The hierarchy mirrors the data form. Use this tab to confirm which fields the splitter exposes before configuring the [Splitter Script activity](/vantage/documentation/advanced-designer/activities/splitter-script/splitter-script).

## Rules

A list of every rule used in the skill, including inherited and custom rules. Use this tab to review the validation logic that runs against the splitter's extracted values.

## Parameters

Skill parameters expose tuning knobs that adjust splitter behavior without retraining — see [Configure Document Splitter skill parameters](/vantage/documentation/advanced-designer/document-splitter/splitter-params).

## Related topics

<CardGroup cols={3}>
  <Card title="Skill parameters" icon="sliders" href="/vantage/documentation/advanced-designer/document-splitter/splitter-params">
    Use parameters to adjust splitter behavior without retraining.
  </Card>

  <Card title="Activities" icon="diagram-project" href="/vantage/documentation/advanced-designer/document-splitter/splitter-activities">
    Build the splitter's processing flow.
  </Card>

  <Card title="Upgrade Technology Core" icon="rotate" href="/vantage/documentation/advanced-designer/upgrading-to-new-version">
    Migrate the splitter to a newer Technology Core.
  </Card>
</CardGroup>
