diff --git a/rasa/domain.yml b/rasa/domain.yml
index f66324d26ef413295b26f9158e7901dc4de9f201..64963adb2d27943815cd3e967b82b9bbf977dcf3 100644
--- a/rasa/domain.yml
+++ b/rasa/domain.yml
@@ -1,6 +1,7 @@
 intents:
   - greet
   - goodbye
+  - chitchat
   - birthdate
   - nationality
   - day_of_death
@@ -16,6 +17,7 @@ intents:
 actions:
   - utter_greet
   - utter_goodbye
+  - utter_no_chitchat
   - action_search_nationality
   - action_utter_nationality
   - action_search_birthdate
@@ -74,3 +76,6 @@ templates:
 
   utter_goodbye:
   - text: "Bye"
+
+  utter_no_chitchat:
+  - text: "I want to tell you relevant things about physicists, stop messing around with me."
diff --git a/rasa/nlu.md b/rasa/nlu.md
index 82e0b9d0015763e350751d69dfb2835ea7fe3cfa..6a411983f64f729ffb64b533330938dba733ca00 100644
--- a/rasa/nlu.md
+++ b/rasa/nlu.md
@@ -58,3 +58,41 @@
 - what are [Albert Einstein](physicist) awards
 - did [Galileo Galilei](physicist) win the nobel price
 
+## intent:chitchat
+- can you share your boss with me?
+- i want to get to know your owner
+- i want to know the company which designed you
+- i want to know the company which generated you
+- i want to know the company which invented you
+- i want to know who invented you
+- May I ask who invented you?
+- please tell me the company who created you
+- please tell me who created you
+- tell me more about your creators
+- tell me more about your founders
+- Ahoy matey how are you?
+- are you alright
+- are you having a good day
+- Are you ok?
+- are you okay
+- Do you feel good?
+- how are things going
+- how are things with you?
+- How are things?
+- how are you
+- how are you doing
+- how are you doing this morning
+- how are you feeling
+- how are you today
+- How are you?
+- How is the weather today?
+- What's the weather like?
+- How is the weather?
+- What is the weather at your place?
+- Do you have good weather?
+- Is it raining?
+- What's it like out there?
+- Is it hot or cold?
+- Beautiful day, isn't it?
+- What's the weather forecast?
+- Is it quite breezy outside?
diff --git a/rasa/stories.md b/rasa/stories.md
index e1daf3813ff5375fc4d0025434176564105d4f22..b145b0e281cfdacffa5e8e703ea26ffabc07335a 100644
--- a/rasa/stories.md
+++ b/rasa/stories.md
@@ -6,6 +6,10 @@
 * goodbye
   - utter_goodbye
 
+## chitchat
+* chitchat
+  - utter_no_chitchat
+
 ## nationality
 * nationality{"physicist": "albert einstein"}
   - action_search_nationality