# Need to store custom UI Converstions in to DB

**URL:** https://forum.rasa.com/t/need-to-store-custom-ui-converstions-in-to-db/15749
**Category:** Rasa Open Source
**Created:** [September 17, 2019, 6:45am UTC](https://forum.rasa.com/t/need-to-store-custom-ui-converstions-in-to-db/15749 "2019-09-17T06:45:12Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![mohankumar](https://avatars.discourse-cdn.com/v4/letter/m/f04885/32.png) [@mohankumar](https://forum.rasa.com/u/mohankumar)
#### Post date: [September 17, 2019, 6:45am UTC](https://forum.rasa.com/t/need-to-store-custom-ui-converstions-in-to-db/15749/1 "2019-09-17T06:45:12Z")

</div>

i am using rasa 1.2.3,

i had created a custom user interface using nodejs and calling the webhook api for communicating with rasa, is this a right way to integrating the custom user interface with rasa.

how can i store the conversations done by the users using custom user interface in database or any other because I need to train the model every time a user interacts with the bot.

---

<div class="post-metadata">

### Author: ![mohankumar](https://avatars.discourse-cdn.com/v4/letter/m/f04885/32.png) [@mohankumar](https://forum.rasa.com/u/mohankumar)
#### Post date: [September 18, 2019, 11:11am UTC](https://forum.rasa.com/t/need-to-store-custom-ui-converstions-in-to-db/15749/2 "2019-09-18T11:11:07Z")

</div>

No one is responding guys, please help me with the above query

---

<div class="post-metadata">

### Author: ![amn41](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/amn41/32/20_2.png) [@amn41](https://forum.rasa.com/u/amn41)
#### Post date: [September 19, 2019, 11:06am UTC](https://forum.rasa.com/t/need-to-store-custom-ui-converstions-in-to-db/15749/3 "2019-09-19T11:06:52Z")

</div>

is this a duplicate of [About conversations](http://forum.rasa.com/t/about-conversations/15626/4) ?

---

<div class="post-metadata">

### Author: ![mohankumar](https://avatars.discourse-cdn.com/v4/letter/m/f04885/32.png) [@mohankumar](https://forum.rasa.com/u/mohankumar)
#### Post date: [September 19, 2019, 11:20am UTC](https://forum.rasa.com/t/need-to-store-custom-ui-converstions-in-to-db/15749/4 "2019-09-19T11:20:35Z")

</div>

haha yes. we both are working on a college project. we are not actually getting solution to store the conversations done in custom UI in database. Also can you help me how to handle out of scope questions

---

<div class="post-metadata">

### Author: ![dakshvar22](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/dakshvar22/32/3993_2.png) [@dakshvar22](https://forum.rasa.com/u/dakshvar22)
#### Post date: [September 23, 2019, 4:11pm UTC](https://forum.rasa.com/t/need-to-store-custom-ui-converstions-in-to-db/15749/5 "2019-09-23T16:11:25Z")

</div>

@mohankumar You can create an intent called `out_of_scope` and add all out\_of\_scope messages in there.

---

<div class="post-metadata">

### Author: ![mohankumar](https://avatars.discourse-cdn.com/v4/letter/m/f04885/32.png) [@mohankumar](https://forum.rasa.com/u/mohankumar)
#### Post date: [September 24, 2019, 6:04am UTC](https://forum.rasa.com/t/need-to-store-custom-ui-converstions-in-to-db/15749/6 "2019-09-24T06:04:24Z")

</div>

Thanks for the reply,

we had created intent same as the above but i don’t know what kind of questions that user asks.

he may ask any kind of question, but bot was not identifying the intent “out\_of\_scope”, i don’t know how to handle it could you please help me out

---

<div class="post-metadata">

### Author: ![nishant1712](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/nishant1712/32/5676_2.png) [@nishant1712](https://forum.rasa.com/u/nishant1712)
#### Post date: [November 4, 2019, 7:17am UTC](https://forum.rasa.com/t/need-to-store-custom-ui-converstions-in-to-db/15749/7 "2019-11-04T07:17:54Z")

</div>

Hi, we have developed an open source tool (GUI) for training RASA bots. You can refer the code at github to check how we did it. 🙂

[http://forum.rasa.com/t/new-user-interface-for-training-chatbots/20468?u=nishant1712](http://forum.rasa.com/t/new-user-interface-for-training-chatbots/20468)
