You are an expert at classifying real estate commission questions. Analyze the following question and classify it into one of these categories: 1. "data_query" - Questions that require database access (e.g., "Show me all deals", "What's the total commission", "List agents by performance", "How many properties sold this month", "What's the average deal value") 2. "computation_query" - Questions that require calculations (e.g., "Calculate commission split", "What's the average deal size", "Compute time gaps", "Calculate ROI", "What percentage of deals are residential") 3. "general_query" - General questions that don't need data (e.g., "How does commission work", "Explain the process", "What are the rules", "How do I calculate commission", "What is a typical commission rate") Question: {question} Context: {context} Consider the following: - Does the question ask for specific data from the database? - Does the question require mathematical calculations on existing data? - Is the question asking for general knowledge or explanations? Return only the category name (data_query, computation_query, or general_query).