--- title: Conversation Process Data Bank excerpt: How you can reference slots & outputs of activities. deprecated: false hidden: false metadata: title: '' description: '' robots: index next: description: '' --- # `data.` You can reference slots in your Activities with the notation `data.` Example: ![](https://files.readme.io/f61c7630204d1b587568836d664effa7743c573d6ecc08d8ace61cbfeb28ba7b-CleanShot_2025-03-25_at_09.56.49.png) ![](https://files.readme.io/02d471103434d6397fdbe8436ee19e63c6aaaef9392b9fd2e8a0d8e39b22c8ca-CleanShot_2025-03-25_at_09.55.47.png) # `data.` You can reference the outputs of Activities with the notation `data.` Example: # `response` You can reference the output of an action in the output mapper with the `response` key. ![](https://files.readme.io/8351349539b6f27bb31dcbfff7ccea6d716157cd4ab0b788ed7f8075a9c8cc63-Screenshot_2025-10-17_at_9.47.20_AM.png) # `meta_info.user` You can reference user attributes about the current user (ie. the user that triggered the plugin) with the notation `meta_info.user` See [User Attributes Reference](/docs/user-attribute-reference) for examples.
# `value` Only applicable to the **Slot Validation Policy** on the Slot config. You can reference the current slot value when create a validation policy using the keyword `value` ![](https://files.readme.io/0fbe89dffd5b85579b93c775bfc8d1d4c9761fe5539113d6b7d18d9e6d1e5156-CleanShot_2025-03-25_at_09.50.352x.png)