# System Information

I am using -

- **Rasa Version**: 3.9.9  
- **Minimum Compatible Version**: 3.7.0  
- **Rasa SDK Version**: 3.9.1  
- **Python Version**: 3.10.0  
- **Operating System**: Windows-10-10.0.22631-SP0  
- **Python Path**: `D:\chatbot\rasa-tourist-updated\myenv\Scripts\python.exe`

---

# Error Logs

## Error 1

```plaintext
ERROR rasa.validator - [error ] The slot ‘country’ has a custom slot mapping, but neither the action ‘action_ask_country’ nor another custom action are defined in the domain file. Please add one of the actions to your domain file. docs_link= [Domain](/content/docs/rasa-pro/concepts/domain#custom-slot-mappings/index.html)
```

## Error 2

```plaintext
Encountered empty domain during validation.
```

It seems there is no domain.py instead of that there are multiple .py files inside the domain folder...

---

# Installation Issues

Hi, I am trying to install rasa pro from the following [Installation for local development](/content/docs/rasa-pro/installation/python/installation/index.html).  
I got the rasa pro licensed key. I have Python 3.9.6 version and Windows 11 OS.  
While running the command -  
```bash  
pip install rasa-pro --extra-index-url= https://europe-west3-python.pkg.dev/rasa-releases/rasa-pro-python/simple/
```

## Additional Questions

Hi, I am new to Rasa chatbot. I want to learn to develop a few advanced chatbots using Rasa, is there any GitHub or videos? For example, like a tourist agency bot, knowledge base - bot answers from document/pdf, using LLM, and many more. Please guide.
