Train the Bot with State & Cities in NLP

I would like to understand if there’s any method to fetch all India state and cities from an external website and train the bot for entities.

Hello @Sanchia
there is one approach via global entities
so if there is any city/country name in utterance you can fetch it from global entities
{{{prediction.globalEntities.0.text}}} ( change the position value accordingly for city name and country name )

It doesn’t look like the bot can retrieve the city names but can be recognized from user entries. Also, this doesn’t work for all 5000+ cities of India but the major ones only which doesn’t serve the purpose.