### Failing Gracefully with the TwoStageFallbackPolicy
**[@Eli](https://forum.rasa.com/u/eli)**
I think the examples of the rasa-demo I sent you in the posts should cover this. Which parts of the implementation are hard to understand for you?

---

### Rasa Open Source
**[@Eli](https://forum.rasa.com/u/eli)**
its unethical comment

---

### Failing Gracefully with the TwoStageFallbackPolicy
**[@Eli](https://forum.rasa.com/u/eli)**
Hi [@Eli](https://forum.rasa.com/u/eli),
does it serve as some sort of the database or look up?

Yes, it’s exactly doing that. It maps the plain intent names (e.g. inform, greet) to nicer prompts (e.g. say hello). Does that make sense?

---

### How to close a conversation when the conversation ends
**[@Eli](https://forum.rasa.com/u/eli)**
[@kukuxiahuni](https://forum.rasa.com/u/kukuxiahuni) how about using a [restart event](/content/docs/rasa/api/events/#restart-a-conversation/index.html)?

---

### Rasa Slots Acting Funny
**[@Eli](https://forum.rasa.com/u/eli)**
Hello [@Eli](https://forum.rasa.com/u/eli),
I haven’t figured out what’s wrong yet, but I may have a temporarily fix for you. In your submit function of your CoffeeForm, try this:
```python
def submit(self, dispatcher, tracker, domain):
    # type: (CollectingDispatcher, Tracker, Dict[Text, Any]) -> List[Dict]
    '''Define what…'''
```

---

### Rasa X : [Correct this] jumping around?
**[@Eli](https://forum.rasa.com/u/eli)**
Can you guys fix the [Correct this] box.
When it show up or when you click on it the whole chat jumps up and down … it is very confusing…
may be if it has small height it wont jump around
thanks

---

### Rasa Button Payload and User Response
**[@Eli](https://forum.rasa.com/u/eli)**
hey [@Eli](https://forum.rasa.com/u/eli), check out this, I have built the custom UI,

---

### Rasa Button Payload and User Response
**[@Eli](https://forum.rasa.com/u/eli)**
You can, but not with Rasa X. It’s the UI problem, not Rasa. The Rasa X UI is designed to print out the payload when the user click on the button (I guess for debugging purpose). If you build a custom UI, then you totally control how the user message get displayed, for example print out the tit…

---

### Welcome to the Forum
**[@Eli](https://forum.rasa.com/u/eli)**
Hello [@Eli](https://forum.rasa.com/u/eli),
Welcome to the forum, your question is absolutely fine, no worry 
In Rasa X, when you clicked the button it displayed the payload because that the intented behavior. “/drink” meant that the intent drink is provoke and “{drink: Coffee}” mean the slot drink is assigned the value “Coffee”…
