> For the complete documentation index, see [llms.txt](https://learn-with-nathan.gitbook.io/learnwithnathan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn-with-nathan.gitbook.io/learnwithnathan/introduction-to-prompting/common-prompting-mistakes-to-avoid/overloading-with-multiple-questions.md).

# Overloading with Multiple Questions

Packing too many questions into one prompt can confuse the AI and dilute the response. For instance, asking, “What are the benefits of exercise, how do you start a workout routine, and what should you eat?” tries to cover too much at once. Instead, break it down: “First, explain the benefits of exercise. Next, outline a beginner workout routine. Finally, suggest some healthy eating tips for after a workout.” Separating questions ensures that each is addressed thoroughly, resulting in clearer and more detailed answers.
