What is the primary purpose of using XML tags in a prompt?	To provide structure and clarify how different pieces of content are grouped for the AI.
When is it most beneficial to use XML tags in a prompt?	When the prompt contains a large amount of content that the AI might struggle to interpret or group.
Do the XML tags used in a prompt need to be official or predefined?	No, they are custom labels created by the user (e.g., `<sales_records>`).
How do XML tags help an AI distinguish between different types of input?	By wrapping each chunk of content with an appropriate, descriptive tag (e.g., `<code_block>` or `<docs>`).
What problem do XML tags solve when a prompt contains mixed content, such as code and documentation?	They clarify which content is the code and which content is the documentation, making the structure obvious.
Even if the content is small, why might you still use XML tags?	To explicitly label external input or information that the AI should consider (e.g., `<athlete_information>`).
What is the overall effect of providing structure via XML tags on prompt quality?	It can improve the quality of the AI's output.
