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

# RuleDefinition

> v0.20.5

> **RuleDefinition** = `object` & [`RuleBase`](./RuleBase) & [`EffectDefinitions`](./EffectDefinitions)

Defined in: [src/modules/types.ts:223](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L223)

Complete definition of a rule including effects

## Type declaration

### instructionSet

> **instructionSet**: [`InstructionSet`](./InstructionSet)

Set of instructions that make up the rule

### rawData

> **rawData**: [`RawData`](./RawData)
