# Not getting answers for all questions

**URL:** https://forum.rasa.com/t/not-getting-answers-for-all-questions/10064
**Category:** Rasa Open Source
**Created:** [May 21, 2019, 1:42pm UTC](https://forum.rasa.com/t/not-getting-answers-for-all-questions/10064 "2019-05-21T13:42:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sushilr007](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/sushilr007/32/2509_2.png) [@sushilr007](https://forum.rasa.com/u/sushilr007)
#### Post date: [May 21, 2019, 1:42pm UTC](https://forum.rasa.com/t/not-getting-answers-for-all-questions/10064/1 "2019-05-21T13:42:15Z")

</div>

> <https://github.com/RasaHQ/rasa/issues/3530>
>
> \*\*Rasa version\*\*: 0.13.7
> 
> \*\*Python version\*\*: 3.6.5
> 
> \*\*Operating system\*\* (w…indows, osx, ...): windows 10
> 
> \*\*Issue\*\*: I have created a bot for a website which will fetch data from the database on a few questions for that I have assigned 4 to 5 questions to each intent but it is not giving an answer for all questions.
> Example: Me: Why should I get less salary ?
> Bot: "Data from database"
> 
> 
> \*\*Content of configuration file (config.yml)\*\*:
> \`\`\`yml
> language: "en"
> 
> pipeline: spacy\_sklearn
> 
> \`\`\`
> 
> \*\*Content of domain file (domain.yml)\*\* (if used & relevant):
> \`\`\`yaml
> intents:
> \- greet
> \- goodbye
> \- thanks
> \- deny
> \- joke
> \- name
> \- PF\_UAN\_Number
> \- Update\_Bank\_Account
> \- Update\_Mobile\_Number
> \- Update\_Aadhar\_card
> \- Update\_PAN
> \- Update\_Name
> \- form\_16
> \- Permanent\_ID\_Card
> \- Promotion\_letter
> \- Maternity\_Leave\_Benefits
> \- previous\_PF\_number
> \- reason\_No\_Salary
> \- Update\_Date\_of\_Birth
> \- Experience\_Relieving\_letter
> \- Offer\_letter
> \- Less\_salary
> \- Leave\_Policy
> 
> 
> 
> entities:
> \- name
> 
> 
> slots:
> name:
> type: unfeaturized
> 
> 
> actions:
> \- utter\_name
> \- utter\_thanks
> \- utter\_greet
> \- utter\_goodbye
> \- action\_db
> 
> 
> templates:
> utter\_name:
> - text: "Hey there! Tell me your Employee-ID"
> - text: "Hello! please tell me your Employee-ID"
> 
> utter\_greet:
> - text: "Nice to you meet you {name}. How can I help?"
> 
> utter\_goodbye:
> - text: "Talk to you later!"
> - text: "See you again!"
> - text: "Have nice day!"
> - text: "Nice to meet you."
> 
> utter\_thanks:
> - text: "You are most welcome."
> - text: "It is my pleasure"
> 
> \`\`\`
> 
> \*\*nlu\_data.md\*\*:
> \`\`\`
> \## intent:Less\_salary
> \- I have received less salary ,how could this happen?
> \- How could I get less salary ,how could this happen?
> \- What is the reason behind less salary?
> \- Is there any reason for receiving less salary?
> \- Why should I get less salary ?
> 
> \## intent:Leave\_Policy
> \- What is the Leave Policy?
> \- How about Leave policy?
> \- Do you know about leave policy?
> \- Can you explain leave policy?
> \- Explain leave policy?
> 
> \## intent:greet
> \- Hi
> \- Hey
> \- hi there
> \- hello is anybody there
> \- hello robot
> 
> \## intent:thanks
> \- Thanks
> \- Thank you
> \- Thank you so much
> \- Thanks bot
> \- Thanks for that
> \- cheers
> \- cheers bro
> \- ok thanks!
> \- perfect thank you
> \- thanks a bunch for everything
> 
> 
> \## intent:affirm
> \- yes
> \- yes sure
> \- absolutely
> 
> \## intent:name
> \- My employee id is \[123\](name)
> \- I am \[456\](name)
> \- I'm \[789\](name)  
> \- My emp id is \[1468Y\](name)
> \- It's \[227845\](name)
> \- Usually people call me \[Amy\](name)
> \- My company name is \[334764TYU\](name)
> \- You can call me \[Sam\](name)
> \- Please call me \[Linda\](name)
> \- emp id is \[335785\](name)
> \- I am \[Richard\](name)
> \- I'm \[Tracy\](name)
> \- Employee id is \[SSERT567\](name)
> \- I am \[Philipp\](name)
> \- I am \[Charlie\](name)
> \- I am \[Charlie\](name)
> \- I am \[Ben\](name)
> \- Call me \[Susan\](name)
> 
> 
> \`\`\`
> \*\*stories.md\*\*:
> \`\`\`
> \## story\_joke\_15
> \* Less\_salary
> - action\_db
> 
> \## story\_joke\_16
> \* Leave\_Policy
> - action\_db       
> 
> \## story\_joke\_00
> \* greet
> - utter\_name
> \* name{"name":"Lucy"} 
> - utter\_greet
> \* PF\_UAN\_Number
> - action\_db
> \* thanks
> - utter\_thanks
> \* goodbye
> - utter\_goodbye
> \`\`\`

---

<div class="post-metadata">

### Author: ![erohmensing](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/erohmensing/32/1789_2.png) [@erohmensing](https://forum.rasa.com/u/erohmensing)
#### Post date: [May 28, 2019, 8:13am UTC](https://forum.rasa.com/t/not-getting-answers-for-all-questions/10064/2 "2019-05-28T08:13:15Z")

</div>

Hi @sushilr007, if you run it in `--debug` mode, is the bot predicting the correct action when you’re not getting your answer?
