How to add polls that automatically create choices when created?

This might be a stupid question, however, I’m still having trouble with this personally. So I’m just wondering how you create a poll that automatically has MULTIPLE questions with multiple choices that are specific to that poll.

Is there also a way that I can make it to that if I add any more questions to the site, it will automatically add to the already existing polls and any future created polls? Thank you

Yes, you can write code for your models, views or model admin classes (as appropriate) to process your polls and questions pretty much any way you want.

Beyond that, you’d need to be a lot more specific by what you mean with your questions.