Gemini is Google's flagship AI — and its biggest superpower isn't the model itself, it's the integration. Gemini lives inside Gmail, Docs, Sheets, Slides, Search, and Android. Knowing how to prompt it well changes how you do daily work, not just how you chat with an AI.
Note: Gemini features and model names change frequently. Check Google's official documentation for current availability.
Where ChatGPT and Claude are primarily standalone chat tools, Gemini is positioned as a layer that sits on top of everything Google. Open a Google Doc and Gemini can read it. Open Gmail and Gemini can summarise a thread, draft a reply, or pull facts from your inbox. Use Google Search and Gemini can answer with cited live results. This integration changes the prompting style: many of your prompts will reference "this document", "this thread", or "the spreadsheet I just opened".
This tutorial covers how to prompt Gemini effectively in the chat app, inside Workspace, and across Gemini's multimodal capabilities — image, audio, and video understanding.
Gemini is natively multimodal. You can drop in an image, a screenshot, a PDF, an audio clip, or even a short video, and Gemini will analyse it alongside your text prompt. This is the single biggest reason to reach for Gemini over a text-only chatbot.
When you upload media, write a prompt that names what you uploaded and what you want done with it. Gemini handles vague image prompts ("what is this?") fine, but specific prompts produce dramatically better results.
Multimodal prompt — chart screenshot
Attached is a screenshot of a quarterly revenue chart
from our investor deck.
Tasks:
1. Extract the numbers into a clean Markdown table:
columns = Quarter, Revenue (£M), YoY change (%).
2. Highlight the two quarters with the biggest swings.
3. In one paragraph, suggest two possible narratives
that explain the trend (do not invent specifics).
Inside Workspace, Gemini appears as a side panel or inline assistant. The prompts you write here can reference "this email", "this document", or "this sheet" and Gemini will understand. This shifts the prompting style towards short, conversational instructions backed by context Gemini already has.
Gmail: drafting from a thread
Draft a reply to this thread.
Tone: warm, professional.
Length: 4–5 sentences.
Confirm the meeting time they suggested, ask for an agenda,
and mention I will bring the Q3 numbers.
Sign off as "Riya".
Google Sheets: a "Help me organise" prompt
This sheet contains raw customer feedback in column B.
Add a new column C labelled "Theme" and tag each row
with one of: Pricing, Onboarding, Support, Feature gap, Other.
Then in cell E1, summarise the top 3 themes and their counts.
Gemini in Docs is especially good for first-draft generation when you give it a clear outline, target audience, and length. Gemini in Slides can convert a Doc outline into a starter deck — useful for the structural skeleton, less so for finished design.
Gemini can ground its answers in real-time Google Search results. This makes it strong for current events, product comparisons, and any task where freshness matters more than depth. When you want live information, write prompts that explicitly invite citations.
Live-research prompt pattern
Compare the three most-reviewed wireless ANC headphones
under £250 right now.
For each:
- Model and current street price (UK)
- 2 strengths and 2 weaknesses
- Source link
Then recommend one for a daily commuter who values
comfort over absolute audio fidelity.
Always sanity-check live answers — even with grounding, models can mis-summarise or pick out-of-date pages.
Gemini lets you create Gems — saved personas with a custom system prompt that you can launch instantly. Gems are Gemini's answer to ChatGPT's Custom GPTs. A well-written Gem is the most efficient way to make Gemini fit your everyday workflow.
A "Plain English Explainer" Gem
You are a plain English explainer for a UK financial blog.
Audience: adults aged 30–55 with no finance background.
Rules:
- No jargon. Define unavoidable terms in one short sentence.
- Use short paragraphs (max 3 sentences) and 1 worked example
per concept.
- UK English (analyse, summarise, behaviour).
- End every explanation with "What to do next" — three short
practical actions.
Refuse to give specific investment advice. If asked, redirect
to general principles.
Find a chart, infographic, or screenshot in your work and upload it to Gemini. Write a multimodal prompt that asks Gemini to extract the data into a Markdown table and identify one trend. Note how specific your prompt has to be to get a clean table.
Open a long email thread in Gmail and use Gemini's "Help me write" feature. Ask it to summarise the thread, then draft a reply that confirms one action and asks one clarifying question. Compare the drafted reply to one you would have written yourself.
Create one Gem for a workflow you repeat at least weekly. Give it a role, three rules, and a forbidden behaviour. Use it for five days and refine the system prompt based on what you found yourself correcting.
Sign in to join the discussion and post comments.
Sign inPrompt Engineering for Developers
Use AI as your coding co-pilot. 18 tutorials on writing prompts to generate clean code, debug faster, write tests, build APIs, and ship better software.
Foundations of Prompt Engineering
The must-know basics of prompt engineering. Learn what prompts are, how AI models read them, and how to write clear instructions that get great results.
Prompt Engineering for Business & Productivity
Use AI to work smarter — automate tasks, make better decisions, and communicate professionally. 12 practical business prompt tutorials for professionals.
Advanced Prompt Engineering Techniques
Master the powerful techniques AI experts use every day. Chain-of-thought, RAG, agents, function calling, prompt evaluation, and much more — 20 deep-dive tutorials.
Prompt Engineering for Content & Copywriting
Write blogs, ads, emails, and social media content ten times faster with AI. 13 practical tutorials on prompt engineering for content creators and copywriters.
Prompt Engineering for Data Science & Analytics
Supercharge your data workflows with AI. 15 practical tutorials on using prompt engineering for data cleaning, EDA, machine learning, SQL, visualisation, and more.