# Get rasa chatbot reponses

**URL:** https://forum.rasa.com/t/get-rasa-chatbot-reponses/55256
**Category:** Tutorials, Resources & Videos
**Tags:** rasa
**Created:** [September 9, 2022, 9:38am UTC](https://forum.rasa.com/t/get-rasa-chatbot-reponses/55256 "2022-09-09T09:38:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![deeksha1](https://avatars.discourse-cdn.com/v4/letter/d/b4bc9f/32.png) [@deeksha1](https://forum.rasa.com/u/deeksha1)
#### Post date: [September 9, 2022, 9:38am UTC](https://forum.rasa.com/t/get-rasa-chatbot-reponses/55256/1 "2022-09-09T09:38:40Z")

</div>

How can i get the rasa chatbot user answers or is there any way to store user input? For example: user has clicked on a button, how can I know what the user have chosen?

---

<div class="post-metadata">

### Author: ![bharath-madduri](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/bharath-madduri/32/18010_2.png) [@bharath-madduri](https://forum.rasa.com/u/bharath-madduri)
#### Post date: [September 9, 2022, 12:05pm UTC](https://forum.rasa.com/t/get-rasa-chatbot-reponses/55256/2 "2022-09-09T12:05:13Z")

</div>

`tracker.latest_message.get('text')` this will let you access the latest user input in your actions.py
