# OUTCOME\_INSTANCE

Anywhere in rules, you can access the outcome instance with OUTCOME\_INSTANCE

### Example

In a case where the outcome instance is a contract, you could write conditions like this

```
OUTCOME_INSTANCE.account_type = individual
```
