> ## 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.

# Transaction

> Provides access to transaction parameters.

`Transaction` provides access to the parameters of the transaction in which the document is being processed.

## Properties

| Name           | Type                                                                                                     | Access level | Description                                                                                                                                                 |
| :------------- | :------------------------------------------------------------------------------------------------------- | :----------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Parameters** | Record\<string, [Parameter](/vantage/documentation/skill-designer/document/rule-verification/parameter)> | Read-only    | A dictionary mapping transaction parameter names to their [`Parameter`](/vantage/documentation/skill-designer/document/rule-verification/parameter) values. |

## Related topics

<CardGroup cols={3}>
  <Card title="Context" icon="braces" href="/vantage/documentation/skill-designer/document/rule-verification/context">
    The Context global object — access the document, fields, and skill parameters from inside a rule.
  </Card>

  <Card title="Parameter" icon="square-code" href="/vantage/documentation/skill-designer/document/rule-verification/parameter">
    A single parameter value.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/document/rule-verification/object-model">
    Full JavaScript object reference for use in Advanced Script Rules.
  </Card>
</CardGroup>
