What is the primary challenge when providing a very large amount of content (e.g., 20 pages of records) in a prompt?	It can be challenging for the AI to determine exactly what the text means or how the text is grouped.
What technique can be used to provide structure and clarity to a prompt for an AI?	Wrapping different pieces of content in XML tags.
How do XML tags help the AI understand content within a prompt?	They give the AI insight into the nature of the content by defining boundaries and context.
When creating an XML tag, what is recommended for achieving the best output?	Use specific names for the tags (e.g., `sales records` instead of just `records`).
What problem do XML tags solve in ambiguous prompts, such as debugging code?	They clarify which content chunk is the code and which chunk is the documentation.
What is the purpose of using XML tags on short, interpolated content (like height or weight)?	To make it clear that the content is external input or specific information that should be considered.
What was the observed result when XML tags were added to the prompt in the example?	The quality of the output improved.
