← Home

// PROMPTING GUIDE

Master AI Prompting

Get 10x better results from Claude, GPT-4o, and Gemini. Learn the techniques that separate casual users from power users.

6 Golden Rules of Prompting

Follow these and you'll outperform 90% of AI users instantly.

1

Be Specific

Don't say "write something about marketing." Say "write a 300-word LinkedIn post about B2B SaaS pricing strategies, targeting CTOs."

2

Set the Format

Tell the AI exactly how you want the output: bullet points, table, email, JSON, code block, numbered steps, etc.

3

Give Context

Include who you are, who the audience is, and what the goal is. "I'm a startup founder pitching to VCs" changes everything.

4

Iterate, Don't Restart

If the first response isn't perfect, refine it. Say "make it shorter" or "add more examples" instead of starting over.

5

Use Examples

Show the AI what you want by giving 1-2 examples of the desired output. This is called few-shot prompting and it works.

6

Define a Role

"You are a senior data analyst" makes the AI respond with more authority and domain expertise than a generic prompt.

Model Guide

Each model has strengths. Pick the right one for your task.

Claude Sonnet 4.6 / Opus 4.6

Claude

Best for nuanced writing, long documents, coding, and careful reasoning.

  • Excellent at following complex instructions
  • Longest context window (200K tokens)
  • Most accurate for coding tasks
  • Careful, thoughtful responses
"Refactor this Python class to use async/await, add type hints, and write unit tests"
GPT-4o / GPT-4o Mini

GPT-4o

Best for creative tasks, brainstorming, and general-purpose conversations.

  • Fast and versatile
  • Great at creative writing
  • Strong at brainstorming ideas
  • Good multi-language support
"Generate 10 unique startup names for an AI-powered fitness app with taglines"
Gemini 2.5 Flash

Gemini Flash

Best for quick tasks, summarization, and when speed matters most.

  • Extremely fast responses
  • Efficient for simple tasks
  • Great for batch processing
  • Low cost per query
"Summarize this article in 3 bullet points and extract key statistics"
Gemini 2.5 Pro

Gemini Pro

Best for research, multimodal tasks, and Google ecosystem integration.

  • Strong reasoning capabilities
  • Excellent with data analysis
  • Good at multi-step tasks
  • Multimodal understanding
"Analyze this CSV data, identify trends, and create a summary report with recommendations"

Tool-Specific Prompts

Copy and paste these directly into Turki AI. Organized by tool.

Web Search Search the Web

Search for the latest AI news from this week and summarize the top 5 stories
Find the current price of Bitcoin and compare it to last month's average
Research the top 3 competitors of [company name] and compare their pricing

Create Image Generate Images

Generate a product photo of wireless headphones on a minimalist white background
Create a logo for a tech startup called "NexaByte" — modern, minimal, blue tones
Design a social media banner for a Black Friday sale, dark theme with gold accents

Create Docs Documents & Spreadsheets

Create an Excel budget tracker with 12 months of expenses, income, and savings rate
Generate a professional Word document: project proposal for a mobile app development
Create a PDF report analyzing Q4 sales performance with charts and recommendations

Gamma AI Presentations

Create a 5-slide pitch deck for an AI startup targeting enterprise customers
Build a 10-slide onboarding presentation for new employees at a tech company
Design a quarterly business review presentation with KPIs and growth metrics

Manus AI Deep Research

Use Manus to research AI competitors and create a detailed feature comparison matrix
Research the best project management tools for startups and rank them by pricing
Analyze the current state of the electric vehicle market with recent data and trends

GIF Animated GIFs

Find a funny GIF reaction for "when the code finally works"
Search for a celebration GIF to use in our team Slack channel

Connected Apps Gmail, GitHub, Calendar & More

Send an email to [name] about the project deadline extension with a professional tone
Create a GitHub issue for the login bug: users can't reset their password on mobile
Schedule a 30-minute meeting tomorrow at 2 PM titled "Sprint Planning" with the team

PowerPoint Desktop App Control

Create a 5-slide presentation about Q4 results. Dark theme, bold headings, green accent color. Add speaker notes for each slide.
Add a new slide titled "Revenue Growth" with a bullet list: SaaS +45%, Enterprise +32%, SMB +18%. Use white text on dark background.
Style slide 3 with a dark navy background (#1B2838), white title, and green (#4CAF7D) body text at 24pt font size.
Export my presentation as a PDF and also export slide 1 as a PNG image.

Excel Desktop App Control

Write a sales data table starting at A1: headers "Product, Q1, Q2, Q3, Q4" with 5 rows of sample data. Bold the headers and add borders.
Read the data in range A1:E10 and create a bar chart titled "Quarterly Sales by Product".
Format range A1:E1 with green background (#4CAF7D), white text, bold, centered alignment, and auto-fit all columns.
Add a new sheet called "Dashboard", copy the summary data there, and create a pie chart of the totals.

Word Desktop App Control

Add a Heading 1 "Project Proposal" then a paragraph introducing the project scope and objectives. Professional tone.
Insert a table with 4 columns: Task, Owner, Deadline, Status. Fill it with 5 project milestones.
Find all instances of "TBD" in the document and replace them with "To Be Confirmed".
Give me document statistics (word count, pages, paragraphs) then export it as a PDF.

Power BI Desktop App Control

Connect to Power BI Desktop and list all databases and tables in my model.
Run a DAX query: EVALUATE SUMMARIZECOLUMNS('Date'[Year], "Total Sales", SUM('Sales'[Amount]))
Create a new measure called "YoY Growth" that calculates year-over-year percentage change in revenue.

Xodo PDF Desktop PDF Control

Open the PDF at C:\Users\me\Documents\report.pdf in Xodo for review.
Get info about this PDF — how many pages, file size, and metadata.
List all PDF files on my Desktop folder.
Extract the text from pages 1 to 5 of my report PDF.
Create a new PDF document with this text: "Meeting Notes — Q4 Review" and save it to my Documents.

Files Upload & Analyze

Read this PDF and extract the key financial metrics into a table
Analyze this CSV file, find outliers, and create a summary with visualizations
Compare these two documents and highlight the differences in a structured format

Advanced Techniques

These techniques are used by prompt engineers at top AI companies.

Chain of Thought

Ask the AI to think step-by-step before giving a final answer. This dramatically improves accuracy on complex problems.

"Solve this math problem step by step. Show your reasoning at each stage before giving the final answer."

Few-Shot Prompting

Provide 2-3 examples of the desired input/output format. The AI learns the pattern and applies it to new inputs.

"Convert these to formal English:
Input: gonna be late
Output: I will be arriving late.
Input: wanna grab lunch?
Output: Would you like to have lunch together?
Input: thx for the help"

Role Prompting

Assign a specific role or persona. This shapes the tone, vocabulary, and depth of the response.

"You are a senior financial analyst at Goldman Sachs. Analyze this company's balance sheet and give your professional assessment."

Constraint Prompting

Set explicit boundaries: word count, format, what to include and exclude. Constraints produce focused, useful outputs.

"Write a product description in exactly 50 words. Use no adjectives. Focus only on what the product does, not how it feels."

Decomposition

Break complex tasks into smaller subtasks. Ask the AI to complete each one before moving to the next.

"First, outline the blog post structure. Then write the introduction. Then expand each section. Finally, write the conclusion."

Self-Evaluation

Ask the AI to critique its own output and improve it. This second pass often catches errors and improves quality.

"Now review your response above. Identify any weak arguments or missing evidence. Then rewrite it with those improvements."

AI News & Insights

Stay on top of the latest AI developments. Curated newsletter delivered to your inbox.

Ready to try these prompts?

Open Turki AI and paste any prompt from this guide. See the difference instantly.