Conditionally rendering is possible in strapi admin panel

  • Strapi Version: 4.16.0
  • Operating System: window
  • Database: mysql
  • Node Version: 18.18.0
  • NPM Version: 9.8.1
  • Yarn Version: 1.22.19

I am new to Strapi. Does Strapi provide conditional functionality in the admin panel? For example, if I have relational attributes like country, state, and city, can I set it up so that the state dropdown shows options based on the selected country, and the city dropdown shows options based on the selected state?