# calculated\_name

### Description&#x20;

Use `calculated_name` to access the name the system gives an [instance](https://docs.atfinity.io/guides/glossary/instance).&#x20;

### Example

```
p is Person
p.calculated_name = 'Thorben Croisé'
```

This condition evaluates to 'true' if the person involved has a name that calculates to 'Thorben Croisé', so for example has a first name 'Thorben' and a last name 'Croisé'.
