ChatGpt Cheat Sheet

This cheat sheet lists out prompts and tips from all over the world on how to use ChatGPT effectively.

General Query

> Name Business Idea 
Can you suggest a creative name for my tech startup?
Help me come up with a catchy name for my bakery business.

> Create an outline for a course or training program
Please create an outline for a course on web development for beginners.
Can you make a training program outline for a customer service workshop?

> Ask you interview questions for a specific job
Please provide me with some common interview questions for a marketing manager role.
I'm interviewing for a software engineer position, can you give me some interview questions?


> Give you gift ideas for business partners, customers, or clients
I need gift ideas for my clients, can you help?
What are some unique gifts I can give to my business partners?

> Choose a random contest winner(s) from a long list of names or emails
I want to choose a winner from a list of 100 names, can you help?
Can you randomly pick 5 email addresses from a list of 1000 for a giveaway contest?

Coding Query

> Explain why a piece of code isn't working
Why this code is not working?
var x = 5;
var y = 0;
console.log(x/y);


> Explain what a piece of code means
What this code does?
function addNumbers(a, b) {
    return a + b;
}

> Rewrite the code using the specified language
Translate this code into Python:
function addNumbers(a, b) {
    return a + b;
}


> Code an entire software program
Write a program that calculates the factorial of a given number in python?
How do I make an HTTP request in Javascript?

Email Query

> Creating email campaigns
Email inviting Jack to dinner on the weekend
Create an email sequence for our new customer onboarding process

>