1. Be Direct and Specific
Gemini responds well to clear, direct instructions:
Analyze this sales data and provide:
1. Top 3 performing products
2. Month-over-month growth rate
3. Predicted revenue for next quarter
Format the output as a bullet-point summary followed by a markdown table.
2. Leverage Multimodal Capabilities
When working with images, be specific about what you want:
[Image of a website screenshot]
Analyze this webpage design:
1. Identify usability issues
2. Suggest accessibility improvements
3. Rate the visual hierarchy (1-10)
4. Provide 3 specific design recommendations
3. Use Structured Output Requests
Gemini handles structured formats well:
Parse this product description and extract:
{
"product_name": "",
"price": "",
"features": [],
"target_audience": "",
"main_benefit": ""
}
Return only valid JSON.
4. Take Advantage of Long Context
Gemini can handle extensive context:
I'm uploading our complete company documentation (150 pages).
Based on this documentation:
1. Summarize our refund policy
2. List all API rate limits mentioned
3. Find any contradictions or outdated information
5. Specify Reasoning Depth
Control how Gemini approaches problems:
Solve this optimization problem. Show your complete reasoning process:
- State your assumptions
- Break down the problem step by step
- Verify your answer with a different approach