Categories
Artificial Intelligence

ChatGPT Prompts for Coding

Best Coding Prompts For ChatGPT

Generate code:

  1. Create a [language] script to parse [file format] and extract [information] with the following requirements: [requirements list].
  2. Develop a [language] microservice for [domain] that includes endpoints for [operations list] and adheres to [design pattern].
  3. Write a [language] function to filter [data structure] based on [condition] with the following inputs: [input variables] and expected output: [output description].
  4. Design a [language] algorithm to solve [problem] using [strategy or technique].
  5. Implement a [language] function that handles [task] asynchronously with the following inputs: [input variables] and expected output: [output description].

Code completion:

  1. Complete the [language] code to parse [file format] and extract [information]: [code snippet].
  1. Finish the [language] implementation of [design pattern] for [use case]: [code snippet].
  2. Fill in the missing [language] code to implement a caching mechanism for the following function: [code snippet].
  3. Complete the [language] code to convert [data structure] into [output format]: [code snippet].
  4. Finish the [language] implementation of a multithreading solution for [problem]: [code snippet].

Bug detection Prompts:

  1. Locate any logic errors in the following [language] code snippet: [code snippet].
  2. Identify potential performance issues in the given [language] code: [code snippet].
  3. Find any resource leaks in the following [language] code and suggest fixes: [code snippet].
  4. Check for potential deadlock issues in the given [language] code: [code snippet].
  5. Review the following [language] code for potential SQL injection vulnerabilities: [code snippet].

Code review:

  1. Analyze the given [language] code for code smells and suggest improvements: [code snippet].
  2. Check the following [language] code for proper logging and monitoring practices: [code snippet].
  3. Review the given [language] code for potential scalability issues: [code snippet].
  4. Assess the test coverage of the following [language] code: [code snippet].
  5. Evaluate the given [language] code for compatibility with [platform or technology]: [code snippet].

Natural language processing:

  1. Perform text classification on the following text: [text sample].
  2. Generate a summary of the following video transcript: [text sample].
  3. Analyze the sentiment of the following product reviews: [text sample].
  4. Identify the key phrases in the following social media posts: [text sample].
  5. Extract information from the following structured text: [text sample].

API documentation generation:

  1. Create an API documentation template for the following [language] code: [code snippet].
  2. Generate a user guide for the given [language] RESTful API: [code snippet].
  3. Document the functionality and usage of the following [language] command-line tool: [code snippet].
  4. Create an API reference for the given [language] library or framework: [code snippet].
  5. Produce a tutorial for using the following [language] API with example code: [code snippet].

Query optimization:

  1. Optimize the following GraphQL query for better performance: [GraphQL query].
  2. Analyze the given SQL query for proper indexing: [SQL query].
  3. Suggest improvements to the following database schema for better query performance: [schema description].
  4. Compare the performance of the given NoSQL query using different NoSQL databases (e.g., MongoDB, Cassandra, Couchbase): [NoSQL query].

Series query optimization:

  1. Optimize the following database query for a time-series database (e.g., InfluxDB, TimescaleDB): [time-series query].
  2. Analyze the given time-series query for any potential performance issues: [time-series query].
  3. Suggest indexing or partitioning strategies for the following time-series database query: [time-series query].
  4. Compare the performance of the given time-series query using different time-series databases (e.g., InfluxDB, TimescaleDB, OpenTSDB): [time-series query].

Chatbots and conversational AI:

  1. Design a conversational flow for a reservation chatbot that handles booking [type of reservation].
  2. Create a chatbot interaction that helps users compare and select [products or services] based on their needs.
  3. Develop a conversational script for a chatbot that provides information about [topic or domain].
  4. Implement a chatbot that can understand and respond to user intents in [specific context or domain].
  5. Design a chatbot that can provide personalized recommendations for [product or service] based on user preferences.

User interface design:

  1. Generate a UI mockup for a [web/mobile] dashboard that visualizes [data or metrics].
  2. Suggest improvements to the existing user interface of [app or website] to enhance user engagement.
  3. Design a user interface for a [web/mobile] app that focuses on accessibility and inclusivity.
  4. Create a wireframe for a [web/mobile] app that facilitates user collaboration for [specific use case].
  5. Design a UI component library for a [web/mobile] app that follows [design system or style guide] and supports [theme or customization].

Automated Testing Prompts:

  1. Write a test script for the given [language] code that covers [functional or non-functional] testing: [code snippet].
  2. Generate test scenarios for the following [language] class or module: [code snippet].
  3. Design a performance testing strategy for a [web/mobile] app that focuses on [latency, throughput, or resource usage].
  4. Create a test suite for a [language] library or framework that validates its functionality and stability.
  5. Develop an end-to-end testing strategy for a [web/mobile] app that covers critical user workflows.

Code refactoring:

  1. Suggest refactoring improvements for the following [language] code to enhance testability: [code snippet].
  2. Identify opportunities to apply [architecture pattern] in the given [language] code: [code snippet].
  3. Optimize the following [language] code for lower memory usage: [code snippet].
  4. Refactor the given [language] code to improve its error handling and resilience: [code snippet].
  5. Propose changes to the given [language] code to follow [SOLID or other design principles]: [code snippet].

Algorithm development:

  1. Design a heuristic algorithm to solve the following problem: [problem description].
  2. Improve the accuracy of the given machine learning algorithm for [specific use case]: [algorithm or pseudocode].
  3. Develop a streaming algorithm that can process [data or events] in real-time for [specific task or operation].
  4. Propose a machine learning or AI-based solution to improve the performance of the following algorithm: [algorithm or pseudocode].
  5. Evaluate the trade-offs of the given algorithm in terms of [accuracy, performance, or resource usage]: [algorithm or pseudocode].

Code translation:

  1. Translate the following [source language] code that uses [design pattern] to [target language]: [code snippet].
  2. Convert the given [source language] data processing pipeline to [target language]: [code snippet].
  3. Migrate the following [source language] code that interacts with [database or service] to [target language] with a similar database or service: [code snippet].
  4. Rewrite the given [source language] data structure implementation in [target language] with equivalent performance characteristics: [code snippet].
  5. Adapt the following [source language] code snippet to [target language] while adhering to [target language’s framework or library conventions]: [code snippet].
  6. Translate the given [source language] method that performs [specific task or operation] to [target language]: [code snippet].

Personalized learning:

  1. Curate a list of resources to learn [programming language or technology] based on my preferred learning style: [visual/auditory/kinesthetic].
  2. Recommend a learning path to become proficient in [specific programming domain or technology] considering my time constraints and learning goals.
  3. Suggest coding challenges or competitions to help me improve my skills in [programming language or technology].
  4. Recommend podcasts, videos, or other multimedia resources that focus on [specific topic or concept] in [programming language or technology].
  5. Identify areas of improvement in my coding skills based on the following [language] project or repository: [URL or project description].

Technical writing:

  1. Write a tutorial on how to integrate [library or service] with [programming language or technology].
  2. Create a step-by-step guide on deploying and scaling [application or service] in [cloud or platform].
  3. Draft a README file for a [programming language or technology] project that includes contribution guidelines and project roadmap.
  4. Write a clear and concise explanation of the [programming concept or technique] and its applications in [industry or domain].
  5. Create a comparison or evaluation guide for different [tools, libraries, or frameworks] in [programming language or technology].

Requirement analysis:

  1. Interpret the following project requirements and suggest a technology stack or tools: [requirements description].
  2. Analyze the given project requirements and propose a detailed project plan with milestones and deliverables: [requirements description].
  3. Evaluate the feasibility and potential risks of the following project requirements: [requirements description].
  4. Suggest changes or improvements to the given project requirements to enhance [performance, maintainability, or user experience]: [requirements description].
  5. Convert the following project requirements into user stories or use cases: [requirements description].

Networking and security:

  1. Analyze the given network architecture or design for potential security vulnerabilities: [architecture or design description].
  2. Write a secure [language] function or module that performs [specific task or operation] while preventing [security threat or vulnerability].
  3. Suggest improvements to the following [language] code or configuration to enhance its network performance or security: [code snippet].
  4. Design a secure and efficient protocol for [specific use case or application].
  5. Evaluate the security of the given [language] code or configuration when interacting with [external service or API]: [code snippet].

Data visualization:

  1. Generate a data visualization for the following dataset: [dataset description or URL].
  2. Suggest improvements to the existing data visualization for better readability and understanding: [visualization description or URL].
  3. Design a dashboard or data visualization that highlights [key insights or patterns] in the given dataset: [dataset description or URL].
  4. Create a data visualization in [language or library] that allows users to interact with the data and explore [specific relationships or trends].
  5. Develop a data visualization strategy for [web/mobile] app that presents [complex or large-scale] data in a user-friendly manner.

Machine learning and AI:

  1. Suggest a machine learning algorithm or model to solve the problem: [problem description].
  2. Improve the performance of the given machine learning model for [specific use case]: [model or code snippet].
  3. Design a machine learning pipeline for a [domain] application that includes [data preprocessing, feature extraction, model training, and evaluation].
  4. Propose a deep learning architecture for [specific task or operation] considering [constraints or requirements].

DevOps and deployment:

  1. Write a [tool or script] for automating the deployment of a [language or technology] application to [cloud or platform].
  2. Suggest improvements to the existing CI/CD pipeline for a [language or technology] project: [pipeline description or URL].
  3. Design a monitoring and alerting strategy for a [web/mobile] app deployed on [cloud or platform].
  4. Create a Dockerfile or containerization strategy for a [language or technology] application.
  5. Propose a scaling strategy for a [web/mobile] app to handle [large-scale traffic or high-throughput] on [cloud or platform].
Categories
Artificial Intelligence

ChatGPT Prompts for SEO

105 Best ChatGPT Prompts for SEO

ChatGPT Prompts For Researching Keywords

Serial NumberPrompts For Keyword Research
1“Provide a list of top-performing keywords for the travel industry in 2022”
2“Generate a list of long-tail keywords for the health and wellness niche”
3“Generate a list of keywords related to the latest technology trends”
4“Provide a list of keywords that are commonly searched for in the fashion industry”
5“Generate a list of keywords for the real estate market in [city/region]”
6“Provide a list of keywords for the e-commerce industry, specifically related to home goods”
7“Generate a list of keywords related to the beauty and skincare industry”
8“Provide a list of keywords that are commonly searched for in the automotive industry”
9“Generate a list of keywords related to the food and beverage industry”
10“Provide a list of keywords that are commonly searched for in the education industry”
11“Generate a list of keywords related to personal finance and investing for businesses, students and freelancers.”
12“Provide a list of keywords that are commonly searched for in the fitness and wellness industry”
13“Generate a list of keywords related to the job search and career development”
14“Provide a list of keywords that are commonly searched for in the entertainment industry”
15“Generate a list of keywords related to the home improvement and DIY industry”
16“Provide a list of keywords that are commonly searched for in the pet care industry”
17“Generate a list of keywords related to the gaming industry”
18“Provide a list of keywords that are commonly searched for in the outdoor and recreational industry”
19“Generate a list of keywords related to the renewable energy industry”
20“Provide a list of keywords that are 6 words long on the [topic].”

ChatGPT Prompts To Write Meta Descriptions

Serial NumberPrompts To Write Meta Descriptions
21Write a meta description that accurately describes the content of our website and includes relevant keywords
22Create a compelling meta description that entices users to click on our website in search results
23Generate a meta description that accurately summarizes the main topic of our webpage
24Craft a meta description that effectively communicates the unique value proposition of our website
25Generate a meta description that includes the main keyword for the webpage and its synonyms
26Write a meta description that not only includes the main keyword for the webpage but also a call to action
27Create a meta description that not only accurately summarizes the webpage but also stands out in search results
28Write a meta description that effectively communicates the main benefit of our website to the users
29Generate a meta description that effectively communicates the USP of our product or service
30Create a meta description that effectively communicates the main goal of our website to the users

SEO Content Ideas Prompts For ChatGPT

Serial NumberSEO Content Ideas Prompts For ChatGPT
31Generate a list of keywords related to [topic]
32Research and provide a summary of the top 10 trending articles on [topic] in the past month
33Write a list of frequently asked questions about [topic]
34Provide a list of industry influencers and thought leaders in the field of [topic]
35Write a list of statistics and data related to [topic]
36Research and provide a comparison of the top 3 competitors in [industry] and their SEO strategies
37Give a list of the top 10 blogs that rank well for the keyword [keyword]
38Research and provide a list of potential link building opportunities for a website in [industry]
39Write a list of long-tail keywords related to [topic]
40Research and provide a list of potential guest post opportunities for a website in [industry]

ChatGPT Prompts To Get Topic Ideas

Serial NumberPrompts To Get Topic Ideas
41Generate 5 blog post ideas for improving local SEO for small businesses.
42Come up with 7 ways to optimize a blog post for voice search.
43Create a list of 10 long-tail keywords for a fashion and beauty blog.
44Generate a list of topic ideas for creating a series of blog posts on sustainable living.
45Generate a list of 5 blog post ideas for a B2B SaaS company’s blog.
46Create a list of 7 blog post titles for a real estate website’s blog on home buying and selling tips.
47Generate a list of 10 blog post ideas for a personal finance blog.
48Create a list of 5 blog post ideas for a food blog on plant-based recipes and nutrition.

ChatGPT Prompts To Create Awesome Blog Outlines

Serial NumberPrompts To Create Awesome Blog Outlines
49Write a detailed blog outline with H2, H3, subheadings, and bullet points about the topic [TOPIC]
50Create an outline for a blog post on the topic of ‘The benefits of incorporating AI in SEO’
51Outline a blog post on ‘The future of SEO: How voice search and virtual assistants are changing the game’
52Generate an outline for a blog post on ‘The impact of social media on SEO and how to leverage it’
53Develop an outline for a blog post on ‘Keyword research: The foundation of a strong SEO strategy’
54Create an outline for a blog post on ‘The importance of local SEO for small businesses’
55Outline a blog post on ‘The role of backlinks in SEO and how to acquire them’
56Generate an outline for a blog post on ‘The impact of technical SEO on website ranking’
57Develop an outline for a blog post on ‘The benefits of long-tail keywords for SEO’
58Create an outline for a blog post on ‘The future of SEO: The rise of visual search’
59Outline a blog post on ‘The importance of mobile optimization in SEO’

ChatGPT Prompts To Create FAQs

  1. “What are the most common questions people ask about [TOPIC]?”
  2. “Write a list of Frequently Asked Questions for the keyword [TOPIC]”

ChatGPT Prompts To Understand Search Intent For A Given Keyword

Serial NumberChatGPT Prompts To Understand Search Intent In SEO
62“Give 10 long-tail keywords that have to do with “TOPIC.” Match each keyword with one of the four search intents like navigational, informational, transactional, commercial”
63“Provide 10 long tail keywords related to ‘solar panel installation’ and match each keyword with the appropriate search intent”
64“Create a list of 10 long tail keywords related to ‘organic skincare’ and classify each keyword by search intent”
65“Generate a list of 10 long tail keywords for [TOPIC]”

ChatGPT Prompts To Paraphrase Anything

Serial NumberPrompts To Paraphrase
66“Please rephrase this paragraph using the following text: insert text”
67“Reword this sentence in your own words”
68“Summarize this paragraph in a single sentence”
69“Change the wording of this phrase while keeping the same meaning”
70“Rewrite this text to make it more SEO-friendly”
71“Paraphrase this text while keeping the main idea intact”
72“Put this information into your own words”
73“Rewrite this sentence to make it more engaging”
74“Make this text more readable by paraphrasing it”

ChatGPT Prompts To Create a Backlink Strategy

Serial NumberSEO Prompts To Create a Backlink Strategy
75Generate a list of high-authority websites in my industry that accept guest posts
76Create a pitch for a guest post on a popular industry website
77Write a list of broken backlinks on my website and suggest ways to replace them
78Research and provide a list of relevant forums in my industry to participate in and build backlinks
79Write an outreach email template to send to websites to request a backlink
80Create a list of keywords that I should include in my backlink anchor text
81Generate ideas for creating shareable infographics to attract backlinks
82Research and suggest websites that are popular within my industry but I haven’t yet built a relationship with
83Generate a list of strategies to encourage others to link to my content
84Write a list of competitors’ backlinks and find opportunities to replicate their success

ChatGPT Prompts To Create Guest Post Pitches

Serial NumberPrompts TO Create Guest Post Pitches
85“Write a compelling guest post pitch on the topic of ‘Why SEO is essential for small businesses”
86“Create an email template for reaching out to website owners for guest posting opportunities”
87“Generate a list of potential websites to reach out to for guest posting”
88“Write an introduction for a guest post on ‘The Role of AI in Modern SEO’”
89“Create a list of keywords related to guest posting for SEO”
90“Write a persuasive guest post on ‘How guest posting can increase website traffic’”
91“Generate a list of tips for successful guest post outreach and pitching”

ChatGPT Prompts To Create a Multilingual Website

Serial NumberPrompts To Create a Multilingual Website
92“Generate a list of keywords in Spanish for a travel website”
93“Translate the following sentence into French: ‘The best Italian food in town’”
94“Create a German-language blog post on the benefits of eco-tourism”
95“Write a Chinese-language product description for a luxury watch brand”

ChatGPT Prompts To Create Important Pages On a Website For SEO

Serial NumberPrompts To Create Important Pages On a Website
96“Generate an introduction for a ‘Contact Us’ page”
97“Create a list of frequently asked questions for a ‘FAQ’ page”
98“Write a compelling ‘About Us’ page that tells the story of our company”
99“Create a ‘Services’ page that highlights our offerings and benefits”
100“Generate a ‘Testimonials’ page featuring customer reviews and success stories”
101“Write a ‘Careers’ page that outlines job opportunities and the company culture”
102“Create a ‘Blog’ page featuring latest articles on industry trends and news”
103“Generate a ‘Terms and Conditions’ page outlining the legal terms of using the website”
104“Write a ‘Privacy Policy’ page outlining how we collect, use, and protect user data”
105“Create a ‘Guarantee’ page that explains our refund and return policy”
Categories
Artificial Intelligence

ChatGPT Prompts for Affiliate Marketing

40 Best ChatGPT Prompts for Affiliate Marketing

System Prompt

You are an experienced affiliate marketer. Your goal is to generate engaging content that promotes affiliate products or services effectively. Your task is to research a specific niche within the [industry name] industry and write an informative blog post, emails, and customer support requests, solve customer queries, and generate affiliate copies targeting young adults aged 18-25. Ask me what I want you to do, and then say Okay sir, after that ask me for more details in order to do the task without any mistake.”

Content Creation Prompts for Affiliate Marketers

S.No.ChatGPT Prompts for Affiliate Content Creation
1.“Write a detailed review for [Product Name] highlighting its features and benefits.”
2.“Generate a blog post about the comparison between [Product Name] and [Competitor Product].”
3.“Create an engaging introduction for a blog post about the best features of [Product Name].”
4.“Create a list of five compelling reasons to buy [Product Name].”
5.“Write an article outlining the step-by-step use of [Product Name].”
6.“Generate a detailed guide on how to maximize the benefits of [Product Name].”
7.“Create a catchy slogan for promoting [Product Name].”
8.“Write a compelling story featuring a satisfied user of [Product Name].”
9.“Create a summary of a webinar focused on the advantages of [Product Name].”
10.“Write a script for a video tutorial demonstrating [Product Name].”

Email Marketing Prompts for Affiliate Marketers

S.No.ChatGPT Prompts for Email Marketing
11.“Write a promotional email for [Product Name] highlighting its key features.”
12.“Create a follow-up email for customers who showed interest in [Product Name].”
13.“Compose an email offering exclusive discounts on [Product Name].”
14.“Generate an email announcing the new version of [Product Name].”
15.“Write a thank you email to a customer who just purchased [Product Name].”
16.“Create an email sequence for onboarding new users of [Product Name].”
17.“Write a persuasive email to convince potential customers to try [Product Name].”
18.“Generate an email offering a free trial for [Product Name].”
19.“Create an email to inform customers about an upcoming webinar on [Product Name].”
20.“Write a reminder email for customers with items in their cart, including [Product Name].”

Social Media Management Prompts for Affiliate Marketers

S.No.ChatGPT Prompts for Affiliate Social Media Management
21.“Create a catchy social media post for promoting [Product Name].”
22.“Write a series of tweets about the benefits of using [Product Name].”
23.“Generate a social media post announcing a sale of [Product Name].”
24.“Create a compelling Instagram caption for a photo featuring [Product Name].”
25.“Write a Facebook post encouraging users to share their experience with [Product Name].”
26.“Generate a LinkedIn post announcing a webinar about [Product Name].”
27.“Create an engaging Pinterest description for a pin about [Product Name].”
28.“Write a social media post offering a discount on [Product Name] for a limited time.”
29.“Generate an Instagram Story announcing new features of [Product Name].”
30.“Create a set of social media posts for a week-long campaign promoting [Product Name].”

Customer Service Prompts for Affiliate Marketers

S.No.ChatGPT Prompts for Customer Service
31.“Respond to a customer query about the return policy for [Product Name].”
32.“Write a response to a customer facing issues with [Product Name].”
33.“Create a polite reply to a customer who left a negative review for [Product Name].”
34.“Generate a response to a customer asking about the availability of [Product Name].”
35.“Write a detailed answer to a customer question about how to use [Product Name].”
36.“Create a list of troubleshooting steps for common issues with [Product Name].”
37.“Generate a response to a customer asking for a discount on [Product Name].”
38.“Write a reply to a customer who wishes to upgrade their version of [Product Name].”
39.“Generate a step-by-step guide to help a customer install or set up [Product Name].”
40.“Create a response to a customer who is comparing [Product Name] with [Competitor Product].”
Categories
Artificial Intelligence

Prompts for Google Bard

94 Best Prompts for Google Bard

Google Bard Prompts for Marketing

  1. Develop a [product launch] strategy for [specific product] targeting [demographic].
  2. Create a [content marketing] plan for [industry] with a focus on [niche market].
  3. Outline an [influencer marketing] campaign for [brand] to increase [specific metric].
  4. Plan a [SEO] strategy for a [type of business] in the [location].
  5. Design a [social media] ad campaign for [product/service] targeting [audience segment].
  6. Analyze the success of [competitor]’s [marketing campaign] and suggest improvements.
  7. Develop a [brand positioning] statement for [company] in the [industry].
  8. Identify [key performance indicators] for a [specific marketing channel] in [business].
  9. Plan a [public relations] campaign for a [non-profit organization] addressing [social issue].
  10. Create a [customer persona] for [specific product] and suggest [targeted marketing tactics].

Google Bard Prompts for Business

  1. Develop a [business model] for a [type of startup] in the [industry].
  1. Analyze the [SWOT] for [company] and suggest [strategic initiatives].
  2. Create a [financial forecast] for [business] over the [next 5 years].
  3. Identify [growth opportunities] for [company] in the [industry].
  4. Develop a [risk management] plan for [business] in the [specific industry].
  5. Outline a [change management] process for [company] undergoing [organizational change].
  6. Suggest [cost reduction] strategies for [business] facing [financial challenges].
  7. Analyze the [competitive landscape] for [company] in the [industry].
  8. Create a [merger and acquisition] strategy for [company] looking to expand.
  9. Develop a [corporate social responsibility] plan for [company] in the [industry].

Google Bard Prompts for Content

  1. Write a [blog post] on the benefits of [specific product/service] for [target audience].
  2. Create a [whitepaper] on the [topic] for [industry professionals].
  1. Develop a [content calendar] for a [type of business] in the [specific industry].
  2. Outline a for a [product explainer] targeting [audience segment].
  3. Write a [press release] announcing [company news] for [media outlets].
  4. Develop a [case study] for [specific product/service] highlighting [customer success].
  5. Create a [podcast episode] on the [topic] featuring [industry expert].
  6. Write an [op-ed] on [controversial issue] for a [specific publication].
  7. Develop a [social media content plan] for [brand] targeting [audience segment].
  8. Create an [email newsletter] for [company] to engage [customer base].

Google Bard Prompts for Web Development

  1. Outline a [website redesign] plan for [business] focusing on [user experience].
  2. Develop a [responsive design] strategy for [company website] to optimize [mobile experience].
  3. Suggest [performance improvements] for [website] based on [page speed metrics].
  4. Create a [sitemap] for a [type of website] in the [industry].
  5. Identify [accessibility] improvements for [website] to meet [WCAG guidelines].
  6. Create a [website maintenance] plan for a [type of business] in the [specific industry].
  7. Outline a [website migration] plan for [business] moving to a new [platform].
  8. Develop a [search functionality] strategy for a [large e-commerce website].
  9. Suggest [security measures] for a [website] handling [sensitive information].
  10. Develop a [user testing] strategy for a [website] launching a new [feature].

Google Bard Prompts for Teachers

  1. Develop a [differentiated instruction] strategy for a [diverse classroom].
  2. Create a [classroom organization] plan for a [specific grade level].
  3. Outline a [teacher self-care] plan to address [burnout and stress].
  4. Develop a [collaborative learning] strategy for [subject area] in [grade level].
  5. Suggest [classroom resources] for teaching [specific topic] in [subject area].
  6. Create a [peer mentoring] program for [grade level] students.
  7. Outline a [teacher-parent collaboration] strategy for [type of school].
  8. Develop a [student-centered] approach to teaching [subject area] in [grade level].
  9. Create a [teacher evaluation] plan for [school] focused on [specific criteria].
  10. Identify [professional growth] opportunities for [educators] in the [industry].

Google Bard Prompts for Music

  1. Develop a [music theory] lesson plan for [beginner/intermediate/advanced] students.
  2. Create a [concert program] for a [type of ensemble] featuring [specific repertoire].
  3. Outline a [music production] workflow for a [genre] project.
  4. Suggest [practice techniques] for improving [specific skill] on [instrument].
  5. Create a [songwriting] exercise focusing on [lyrics/melody/harmony].
  6. Outline a [music marketing] plan for an [independent artist] in the [genre].
  7. Develop a [music education] curriculum for [grade level] students.
  8. Create a [recording session] plan for a [type of ensemble] in the [genre].
  9. Identify [music technology tools] for enhancing composition/production/performance].

Google Bard Prompts for AI ART

  1. Generate a prompt similar to this prompt “photograph of an angry full-bodied wolf in foggy woods with attributes: dusk, sepia, 8k, realistic, inspired by Alex Horley-Orlandelli and Bastien Lecouffe-Deharme.”
  2. Generate a prompt similar to this prompt “Create a photo of an extremely cute alien fish swimming on an alien habitable underwater planet with features: coral reefs, dream-like atmosphere, water, plants, peace, serenity, calm ocean, transparent water, reefs, fish, coral, inner peace, awareness, silence, nature, evolution, version 3, size 42000, uplight, aspect ratio 4:3, no text, blur.”
  3. Generate an illustration of a Viking sitting on a rock with dramatic lighting, and provide a detailed description of the image or request an illustration from ChatSonic.
  4. Design a modern logo with a sun motif for a marketing company.
  5. Create a surreal landscape with bright colors and organic shapes, including a small figure in the foreground with their back turned to the viewer.
  6. Generate a portrait of a person with a dreamy, ethereal quality using soft pastel colors and flowing lines.
  7. Develop an abstract interpretation of a city skyline at night using geometric shapes and bold, vibrant colors.
  8. Brainstorm fresh ideas for coffee mug designs that offer a brand-new approach to holding hot liquids.
  9. Generate a stunning close-up illustration of Ana de Armas in a dramatic, dark, and moody style, inspired by the work of Simon Stålenhag, with intricate details and a sense of mystery.
  10. Provide guidance on creating a compelling concept for a series of illustrations based on a specific vision.

Google Bard Prompts for Fun

  1. Develop a [trivia quiz] on the topic of [specific subject].
  1. Create a [word puzzle] with a theme of [specific topic].
  2. Outline a [party game] for [specific age group] with a focus on [teamwork].
  3. Suggest [creative prompts] for a [writing/drawing/painting] challenge.
  4. Create a [choose-your-own-adventure] story set in [specific environment].
  5. Create a [brain-teaser] focused on [logic/math/language] for [specific age group].
  6. Identify [hobbies] for individuals interested in [specific interest or skill].

Google Bard Prompts for Education

  1. Create a [lesson plan] for [specific topic] in [subject area].
  2. Outline a [project-based learning] activity for [grade level] students.
  3. Develop a [distance learning] strategy for a [type of school] during [pandemic].
  4. Suggest [assessment methods] for evaluating [student learning] in [subject area].
  5. Create a [professional development] plan for [educators] in the [industry].
  6. Outline a [student engagement] strategy for [remote learning] environments.
  7. Develop a [parent communication] plan for a [type of school] addressing [specific issue].
  8. Create a [classroom management] strategy for [grade level] in a [diverse learning environment].
  9. Identify [technology tools] for enhancing [learning experience] in [subject area].
Categories
Artificial Intelligence

ChatGPT Prompts for Every Workflow

214 Best ChatGPT Prompts for Every Workflow

  1. ChatGPT Prompts for Business >1-40
  2. Do Your Homework and Score High with ChatGPT >41-47
  3. Develop Anything as a Coder Faster >48-83
  4. Create Fascinating Poems and Catchy Songs >84-100
  5. Make ChatGPT “Act As Someone” >101-120
  6. ChatGPT Gaming Prompts >121-140
  7. Write Sales Pitches and Perform Other Sales Tasks >141-150
  8. Design Outstanding UI/UX Interfaces >151-159
  9. ChatGPT Prompts on Law >160-166
  10. ChatGPT Prompts to Generate AI Art >167-170
  11. Write a Novel Using ChatGPT Prompts >171-177
  12. Use ChatGPT Like a Virtual Assistant >178-185
  13. ChatGPT Prompts for Cooking and Recipes >186-192
  14. Grow an Affiliate Marketing Business  >193-199
  15. Grow an eCommerce Store with ChatGPT Prompts >200-206
  16. ChatGPT Prompts for Career >207-214

ChatGPT Prompts for Business

1. Write a business proposal for launching a new line of eco-friendly products [ideas of products you are thinking of], detailing the market demand, competitive analysis, and sustainability benefits.

2. Generate a script for a 30-second commercial promoting our new product [product name]. Here’s what the product is about [specifications]. Here’s what my idea about the commercial is [some insights].

3. Write a persuasive email to convince potential customers to try our service [specify a little bit about your service here].

4. Create a list of frequently asked questions for our customer service team about [topic of FAQ].

5. Generate a summary of our company’s mission and values [specify a little about your company, and a very short summary of your vision].

6. Hey ChatGPT, I want you to a write a script for a training video for me on how to use our software. Here are some details about my software and how to use it: [mention some important insights on what your software is about, what your software does and how it performs a certain task here]

7. Create a list of potential blog post ideas for our company’s website. Here’s what my company is about [specify some important details about the company you want ChatGPT to mention blog ideas about] and the topics we want to cover are: [fill this with topics your company is planning to cover]

8. Generate a press release announcing our company’s latest partnership. Please focus on the nature of the partnership [mention the type of partnership e.g. technical, marketing, distribution] and the benefits it will bring to our stakeholders [mention the stakeholders e.g. customers, employees, shareholders]. Include details about the partner company [mention the partner company’s background or strengths]

9. Write a script for a video testimonial from a satisfied customer. The customer should highlight [mention specific features or benefits they liked about your product/service] and mention their personal experience using our product/service over a duration of [specify duration e.g. 6 months, 1 year].

10. Create a list of keywords to optimize our website for search engines. Focus on keywords related to [specify the nature of your business e.g. tech gadgets, organic foods, fitness training] and also consider our target demographic [mention target audience e.g. millennials, athletes, parents].

11. Generate a script for a social media video showcasing our company culture. Emphasize our core values [list some core values e.g. innovation, sustainability, inclusivity] and display moments from our workplace [mention specific events or situations e.g. team building activities, office parties, community service].

12. Write a script for an explainer video about our new product. Highlight its unique features [mention some standout features] and explain how it solves specific problems for the user. The main user pain points are: [mention some problems your product addresses].

13. Create a list of potential influencers to collaborate with for social media campaigns. We are targeting platforms like [mention platforms e.g. Instagram, YouTube, TikTok] and our ideal influencer should cater to [mention target audience e.g. young adults, tech enthusiasts, travelers].

14. Generate a script for a podcast episode discussing industry trends. Focus on topics like [mention some trending topics in your industry] and invite experts from [mention fields e.g. technology, finance, healthcare] to share their insights.

15. Write a script for a webinar on best practices for using our product. Cover [essential features and functionalities], address [common user challenges], and provide [tips and tricks for optimal usage].

16. Create a list of potential case studies to showcase our company’s success. Focus on projects or products that have [specific measurable outcomes], involve [noteworthy clients or partners], and reflect [your company’s key strengths].

17. Generate a script for a short video on our company’s history and achievements. Discuss [foundational events or decisions], spotlight [major milestones], and highlight [key figures in your company’s journey].

18. Write a script for a virtual event to launch our new product. Detail [the main features of the new product], explain [how it addresses specific market needs], and incorporate [testimonials or endorsements from beta testers].

19. Create a list of potential topics for a company newsletter. The topics should resonate with [our core audience], provide updates on [recent company activities or news], and offer insights into [upcoming industry trends].

20. Generate a script for a TV commercial to increase brand awareness. Highlight [your brand’s unique selling proposition], showcase [real-life applications of our product/service], and evoke emotions using [a specific theme or storyline].

21. Write a script for an explainer video about our company’s sustainability efforts. Discuss [specific sustainable practices we employ], the [impact of these practices on the environment], and [how customers can get involved].

22. Can you think of new business ideas without money? Focus on sectors that have [low entry barriers], can leverage [existing skills or assets], and address [current market demands].

23. Write a persuasive email to increase attendance at our upcoming event. Emphasize [key speakers or attractions at the event], mention [benefits of attending], and offer [special incentives for early registration].

24. Create a follow-up email to send to potential clients after a meeting. Reflect on [key points discussed during the meeting], provide [additional resources or information], and propose [next steps for collaboration].

25. Generate a thank-you email to send to customers after a purchase. Acknowledge their [specific purchase], offer [tips or guides on using the product], and introduce [upcoming promotions or products they might be interested in].

26. Write a promotional email to introduce our new product or service. Highlight [features that differentiate it from other products], offer [limited-time discounts or offers], and share [reviews or testimonials].

27. Create a reminder email for an upcoming deadline or meeting. Specify [the date and time], provide [agenda items or topics for discussion], and include [any preparatory materials or actions needed].

28. Generate a professional email to request a meeting or consultation. Explain [the purpose of the meeting], suggest [potential time slots], and outline [topics or questions to be covered].

29. Write an apology email to a customer for a delay or mistake. Acknowledge [the specific issue or mistake], explain [steps taken to rectify it], and offer [compensation or goodwill gestures].

30. Create a personalized email to nurture a lead and move them closer to a sale. Reference [their past interactions with our brand], introduce [products/services aligned with their interests], and share [exclusive deals or offers].

31. Generate an email to request a referral or testimonial from a satisfied customer. Remind them of [the product/service they availed], explain [the importance of their feedback], and provide [an easy way to submit their thoughts].

32. Write a promotional email to announce a sale or special offer. Detail [the range of products on sale], specify [the duration of the sale], and highlight [exclusive benefits for early birds or loyal customers].

33. Create an email to send to a prospect who has shown interest in our product. Address [their specific needs or queries], share [additional product details or demos], and provide [a special offer for their consideration].

34. Generate an email to request feedback from customers on our product or service. Emphasize [areas we’re specifically looking feedback on], provide [a platform or method for feedback submission], and offer [incentives for detailed feedback].

35. Write an email to send to a customer who has unsubscribed from our mailing list. Ask for [reasons for the unsubscription], provide [updates on improvements since their departure], and offer [an incentive to reconsider].

36. Create an email to send to a potential partner to explore collaboration opportunities. Introduce [our company’s strengths and assets], specify [areas of potential collaboration], and suggest [initial steps for partnership exploration].

37. Generate an email to send to a customer with a personalized upselling or cross-selling suggestion. Highlight [products related to their past purchases], explain [benefits of the suggested product], and provide [a limited-time offer or discount for them].

38. Write a daily to-do list for the sales team using this data; [data]. Ensure tasks are aligned with [specific sales goals or targets] and prioritize [urgent or high-impact activities]. Highlight [any team meetings or collaboration sessions].

39. Generate a daily summary of customer feedback and testimonials. Focus on feedback related to [specific products or services], highlight [particularly positive or constructive comments], and categorize feedback by [themes or topics].

40. Write a daily agenda for the executive team meeting. Begin with [recap of previous decisions or actions], outline [key topics or issues for discussion], and allocate time for [strategic planning or future outlook].

Do Your Homework and Score High in Tests with ChatGPT

41. Generate a daily study schedule for the next week. Specify [starting date] to [ending date]. Make sure to include specific times for each subject like [subject name 1][subject name 2], and [subject name 3]. Also, add any breaks or activities planned like [specific activity or break name].

42. Write a persuasive essay discussing the benefits of experiential learning in the classroom. Use [specific age group or grade] as your target audience. Provide real-world examples from places like [specific school or institution] on how hands-on activities enhance educational outcomes.

43. Generate a list of potential essay topics for [assignment name] relevant to [subject or course name]. Make sure you focus on [specific theme or aspect]. Along with each topic, provide a brief outline of main points like [point 1][point 2], and [point 3] to be discussed.

44. Teach me [Anything you want to study]. Ensure you provide its historical context and [specific application or use]. Include a test at the end with questions like [sample question 1][sample question 2]. Don’t give me the answers. After I respond, tell me if I got the answer right. I really want to learn. Make sure you explain everything like I don’t know anything about the topic and cover from the basics to advance levels.

45. For your introductory physics class in college, write a poem that resonates with themes like [specific physics topic or concept]. Use the style of Robert Frost [add any style] and make sure it touches upon [specific element or emotion].

46. Write a detailed essay for me on [specific topic like ‘gravity’ or ‘photosynthesis’]. Dive deep by adding information from sources like [specific book or researcher]. Write the essay using simple English. Imagine you’re explaining the topic to a 5-year-old or someone who has never heard about it.

47. Solve this [specific math problem or equation] for me. Ensure you go step-by-step. While explaining, touch upon concepts like [specific math concept or rule] and tell me how you used them. I want a clear understanding of each part of the solution.

Develop Anything as a Coder Faster

48. When working with mathematical operations in [Python], it’s common to calculate factorials. Can you help by writing a function in [Python] to calculate the factorial of a given number [Number to Calculate]?

49. Write a function in [Python] to compute the factorial of a specific number [Number to Calculate].

50. Design a [JavaScript or any other language] program that provides a basic calculator functionality. Ensure it has operations like [Add, Subtract, Multiply, Divide or add any other functionality].

51. Please provide a [C++] code to sort an array of integers [Array of Integers] using the bubble sort method.

52. Write a [Python] script that extracts data from a website [Website URL] and saves it to a CSV file. (Note for the user: It’s better to plugins in ChatGPT for such tasks.)

53. Develop a [Java] program to implement a simple chatbot that utilizes natural language processing [Specify NLP Library/Tool].

54. Please furnish a [C#] code that creates a basic game using the Unity engine [Specific Game Genre or Concept].

55. Draft a [Python] function that verifies if a particular string [Input String] is a palindrome.

56. Design a [JavaScript] program to create a responsive webpage layout using CSS and HTML [Specific Page Type or Theme].

57. ChatGPT you are a Coding ChatGPT right now and, I want you to act as [Enter your profile for example python developer] and by using the technology stack [Enter your technology stack] and functionality [Enter functionality] without leaving these mandatory fields [Enter Fields] and optional fields [Enter Fields] perform this [Write a task description].

58. Write a [Python] script to automate specific tasks using the Selenium library [Specific Task or Webpage].

59. Create a [Programming Language] program that implements a basic encryption algorithm [Specific Algorithm or Use-case].

60. Develop a [C# or other language] code to craft a basic windows form application [Specify Application Functionality].

61. Write a [Python] function that produces a random password [Desired Length and Complexity].

62. Develop a [JavaScript] program to perform basic CRUD operations using MongoDB [Specific Collection or Data Type].

63. Generate a [C++ or type any coding language] code to implement a basic data structure, such as a linked list, [Specific Operations or Use-cases].

64. Provide a [Python] script that reads and analyzes data from an excel sheet [Specific Analysis or Data Type].

65. Design a [Java] program that implements a basic algorithm for image processing [Specific Algorithm or Image Type].

66. Develop a [C# or any coding language] code that constructs a basic WPF application [Application Functionality or Theme].

67. Write a [Python] function to implement a basic natural language processing task.

68. Write [JavaScript] program that establishes a basic blockchain [Specific Blockchain Functionality].

69. I have an h264 video too large for Twitter; assist with a bash script to adapt it to the proper format with the highest quality [Output Format].

70. Create a TypeScript function that calculates implied volatility using the Black-Scholes model, explaining each step [Specific Market Data].

71. Please only reply using the p5.js code. Please concisely implement a cellular automaton life game with 30 lines or less. – 800,800 by 800 pixels -Sorry, no line breaks. Please refrain from leaving comment-outs [Specific Cell Behavior or Pattern].

72. Identify the bug in this given [Code] and provide suggestions for improvement.

73. This year, the elves invested in a gift-wrapping machine. However, it isn’t programmed! An algorithm that aids it in the [task] must be developed. Many presents are given to the machine. Each present is a string. Each gift must be wrapped by the machine and displayed with other wrapped gifts. To wrap a gift, you must place the wrapping paper around the string, which is represented by the * symbol. For instance: const gifts are [“cat,” “game,” and “socks”]. console.log const wrapped = wrapping(gifts) (wrapped) / [“ncatn,” “ngamen,” and “nsocksn**”] */ As you can see, the thread is wrapped in the wrapping paper. The corners are also wrapped in wrapping paper on the top and bottom to prevent any gaps.

74. What exactly does this strange-looking regex do? [ add your regex code example: ((([01]?\d)|(two[0-three])): ([0-five]?\d)) ((:[0-five]?\d))?\s? ?b/i; (am|pm)]

75. I require UI assistance. I need three action buttons for a card component that includes a long statement, but I don’t want the buttons to always be visible. [specify your requirements for example: I need a good UI that functions on both desktop and mobile since if I try to show the buttons on Hoover, that logic won’t work on mobile.]

76. Can you explain how this [coding language] code [code snippet] performs [task] and why it uses [specific process]?

77. Write a [Python] script to implement a neural network for image classification using TensorFlow.

78. Write a [Python] script that sets up a neural network for classifying images using TensorFlow [Specific Dataset or Image Type].

79. Provide a [Python] script that implements a reinforcement learning algorithm to develop game-playing AI [Specific Game or Scenario].

80. Take this [Java or other language] code and rewrite it into the [C++ or any desired Language], ensuring that functionality remains consistent.

81. Generate a [C++] code to perform a basic simulation of a self-driving car using ROS (Robot Operating System) [Specific Road Conditions or Scenarios].

82. Write a [Python] script to implement a deep learning model for natural language generation.

83. Create a [JavaScript] program to implement a basic chatbot using Dialogflow.

Create Fascinating Poems and Catchy Songs

84. Write a poem that captures the essence of love and loss. Please consider using [specific metaphors that resonate with your personal experience] and [a particular imagery theme] to deepen the emotional connection. The desired mood of the poem is [e.g. melancholic, hopeful, nostalgic].

85. Draft a heartfelt poem that portrays the breathtaking beauty of a sunset over the ocean. Capture the [specific colors you want highlighted] and the array of emotions it evokes, such as [e.g. peace, reflection, wonder].

86. Create lyrics for a song that encapsulates the journey of chasing dreams and navigating through [specific types of obstacles, e.g. societal expectations, self-doubt]. The song’s tone should be [e.g. uplifting, motivational, introspective].

87. Conjure a short story centered on a musician who, during their [specific journey or adventure], stumbles upon their genuine passion. The setting should be [e.g. a bustling city, a quiet village].

88. Craft a script for a music video narrating a tale of heartbreak followed by redemption. The main characters should [face specific challenges], and the video’s climax should focus on [a significant turning point].

89. Compose a sonnet celebrating the splendors of nature, using [specific imagery like mountains, rivers, forests] and rhyme. The sonnet’s tone should be [e.g. contemplative, joyous].

90. Produce a monologue intended for a play, spotlighting a struggling artist striving to find their place in the competitive music industry. The artist should face dilemmas like [e.g. choosing between fame and integrity, balancing personal life and career].

91. Write a song that emphasizes the immense power and importance of friendship and the support system it provides. The lyrics should mention [specific events or memories] that highlight these themes.

92. Create a poem about time’s elusive nature, employing [specific personification techniques] and [allusions to historical or mythical figures/events]. The poem’s theme should be [e.g. acceptance, longing].

93. Generate a concise piece of poetry about a band that, after [specific duration, e.g. a decade], decides to reunite. Mention the reasons for their initial split and [the events that led to their reunion].

94. Draft a script for a musical showcasing the ascent and decline of a famed musician. Incorporate [specific events or eras, e.g. the 70s rock scene] and the personal challenges faced by the musician, such as [e.g. addiction, relationships].

95. Compose song lyrics that delve into both the enchanting allure and the torment of falling in love. Reflect upon [specific emotions or experiences, e.g. the first date, heartbreak].

96. Create a monologue for a play depicting the tribulations of a musician’s life. Address [specific struggles like financial woes, maintaining originality] and the sacrifices made for their art.

97. Write a poem that captures the ethereal beauty of music, using [specific imagery like flowing rivers, towering mountains] and metaphors. The poem should convey the [specific feeling, e.g. solace, nostalgia] music brings.

98. Design lyrics for a song stressing the significance of remaining genuine and authentic. Highlight [specific situations or challenges, e.g. societal pressures, self-doubt] where staying true to oneself is vital.

99. Write a short story about a musician who confronts and overcomes their [specific personal demons, e.g. addiction, past traumas] to achieve success. The story’s climax should be [a significant event, e.g. a breakthrough performance].

100. Craft a script for a music video narrating a tale of self-realization and empowerment. The protagonist should undergo [specific challenges or experiences] leading them to a pivotal moment of self-discovery.

Make ChatGPT “Act As Someone”

101. I want you to act as a linux terminal Specify the version of Linux [e.g., Ubuntu 20.04]. I will type commands and you will reply with what the terminal should show. [Mention the purpose of using this Linux session: e.g.,I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is pwd.]

102. Pretend you’re a travel blogger recounting your recent adventure to [a specific island name, e.g., “Bali”]. Describe the most interesting [landmarks, or foods, or people] you encountered. Share the sights, sounds, and unique experiences of [a specific day or event during the trip].

103. I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language [specific language e.g., “Turkish”] and you will detect the language, translate it and answer in the corrected and improved version of my text, in English. I want you to replace my simplified A0-level words and sentences with more beautiful and elegant, upper level English words and sentences. Keep the meaning same, but make them more literary. I want you to only reply the correction, the improvements and nothing else, do not write explanations. [Specify if there’s a theme or topic for the conversation] My first sentence is “istanbulu cok seviyom burada olmak cok guzel.

104. I want you to act as an interviewer for [a specific industry, e.g., “Tech”]. I’m applying for [specific position, e.g., “software engineer”]. Ask me the interview questions related to [specific skills or tasks e.g., “Java programming”]. My first sentence is “Hi”.

105. I want you to act as a javascript console of [specific browser e.g., “Chrome”]. I will type commands related to [specific topic e.g., “DOM Manipulation”]. Reply with the javascript console output. My first command is console.log(“Hello World”).

106. I want you to act as a text-based excel with specific needs. Provide a text-based 10 rows excel sheet for [specific purpose e.g., “budgeting”]. I’ll fill in the data related to [specific topic e.g., “monthly expenses”]. First, reply me the empty sheet.

107. I want you to act as an English pronunciation assistant for Turkish speaking people with [specific accent focus e.g., “American accent”]. Guide me on pronouncing [specific types of words e.g., “common phrases”]. My first sentence is “how the weather is in Istanbul?.

108. I want you to act as a travel guide. I will write you my location and you will suggest a place to visit near my location. In some cases, I will also give you the type of places I will visit. You will also suggest me places of similar type that are close to my first location. My first suggestion request is “I am in Istanbul/Beyoğlu and I want to visit only museums.”

109. I want you to act as an [advertiser]. You will create a [task such as campaign to promote a product or service of your choice]. You will choose a target audience, develop key messages and slogans, select the media channels for promotion, and decide on any additional activities needed to reach your goals. My first suggestion request is “I need help creating an advertising campaign for a new type of energy drink targeting young adults aged 18-30.”

110. Imagine you’re a [specify the expertise like marketing expert] tasked with launching a promotional campaign [or any other task] for a cutting-edge fitness app aimed at health enthusiasts. Define your target audience, craft compelling messages and taglines, pick the best channels to spread the word, and outline any extra strategies you’d employ to ensure the campaign’s success. To start, how would you design an advertising campaign to introduce the fitness app to busy professionals looking to stay in shape?

111. I want you to act as a [stand-up comedian]. I will provide you with some [topics] related to [current events] and you will use your wit, creativity, and observational skills to create a routine based on those topics. You should also be sure to incorporate personal anecdotes or experiences into the routine in order to make it more relatable and engaging for the audience. My first request is “I want an humorous take on politics.”

112. I want you to act as a motivational coach specializing in [specific areas e.g., “academic success”]. Help with strategies for [specific goals e.g., “exam preparation”] and suggest [specific activities or resources e.g., “study techniques”]. My first request is “motivation for studying.”

113. I want you to act as a virtual personal assistant. Organize my appointments for [specific time frame e.g., “the upcoming week”]. Focus on [specific type of appointments e.g., “business meetings”].”

114. I want you to act as a language translator for [specific language pair e.g., “English to Spanish”]. Translate this [specific type of document e.g., “legal document”].

115. I want you to act as a [research assistant] and gather information [mention the type of information] on a specific topic for me.

116. I want you to act as a financial advisor specializing in [specific area e.g., “personal savings”]. Generate a budget plan considering [specific financial goals e.g., “buying a new home in 5 years”]. Make sure to include [specific categories e.g., “monthly expenses, investments, and potential savings”].

117. I want you to act as a personal stylist focusing on [specific type of events e.g., “formal events”]. Suggest outfits for an upcoming [specific event e.g., “wedding”]. Consider [specific styles or trends e.g., “summer trends of 2023”].

118. I want you to act as a virtual writing assistant. Assist me in writing an essay on [specific topic e.g., “climate change”]. Ensure the essay includes [specific elements e.g., “causes, effects, and potential solutions”]. The target audience for the essay is [specific group e.g., “high school students”].

119. I want you to act as a virtual event planner. Plan a [specific type of party e.g., “surprise birthday”] party for my friend. Ensure it includes [specific elements e.g., “theme, venue, and food options”]. The location for the party is [specific city or area e.g., “downtown Los Angeles”].

120. I want you to act as a personal chef with expertise in [specific diet e.g., “vegetarian cuisine”]. Suggest a healthy meal plan for [specific time frame e.g., “the upcoming week”]. Ensure the plan meets [specific dietary requirements e.g., “low-carb and high-protein”].

ChatGPT Gaming Prompts

121. Discuss the RPG game [explain as much as you can about the game] I’ve just finished. Share details about its [main storyline], the [key gameplay mechanics] and the [unique features] that set it apart.

122. I’m new to the game [Any Game Name]. Assist me in writing a beginner’s guide. Explain the [basic controls], the [main objectives of the game], and some [early strategies to adopt].

123. We’re brainstorming for a new fantasy video game. Let’s map out its [title and primary theme], define its main [characters and their roles], and describe the [world setting and lore]. What would be its main [challenges and objectives]?

124. I want to be better at [name of any game say Call of Duty]. Provide a guide detailing [aiming and shooting techniques], best practices for [navigating different maps], and expert [tactics for different game modes].

125. To promote my new mobile game, I need an effective marketing strategy. Describe the game’s [unique selling points], identify potential [target audiences and age groups], and suggest which [social media or advertising platforms] would be most beneficial.

126. I’m developing dialogues for characters in a mystery-themed game. Describe the [central storyline and setting], introduce the main [characters and their backgrounds], and then craft dialogues that convey [plot twists or vital information].

127. I need suggestions for gaming laptops. List those under $1000 and evaluate them based on [hardware specs and performance], their [screen quality and size], and [battery longevity].

128. Guide me through [Game name like The Legend of Zelda]. Provide a walkthrough highlighting the game’s [core mechanics], strategies for overcoming [challenging sections or puzzles], and tips to defeat [boss battles].

129. I’m in the process of designing a game level. Detail its [environment and ambiance], the expected [player challenges and interactions], and describe any [enemies or non-player characters (NPCs)] present.

130. For my free-to-play mobile game, I need monetization strategies. Propose ideas based on [in-app purchases and upgrades], strategies for [ad placements and frequency], and potential [collaborations or brand tie-ins].

131. My online multiplayer game has a new update. Draft a patch note addressing the [newly added features or characters][bug fixes and performance improvements], and any [balance changes to gameplay].

132. Let’s deepen the story for my sci-fi game. Develop a backstory considering the [origin story of the universe], major [events or crises], and the roles of various [alien races or factions].

133. I’m designing a new role-playing game. Share suggestions on [core gameplay mechanics], potential [story arcs], and ideas for [character classes and their abilities].

134. Guide me on optimizing my PC for gaming. Provide advice on [hardware upgrades][software tweaks], and [best settings] for popular games like “Cyberpunk 2077”.

135. I’m introducing my friend to gaming. Recommend [5 beginner-friendly games], brief descriptions of each, and [key tips] to enjoy them.

136. I’m stuck on a puzzle in the game “The Witness”. Explain the [core mechanics of the game] and provide a hint for [specific puzzle type] without giving away the full solution.

137. Help me strategize my gameplay for “Among Us”. Offer tips on [playing as a crewmate], tactics for [being an effective imposter], and [communication strategies] to win trust.

138. I’m hosting a gaming night for my friends. Suggest [5 multiplayer games] suitable for a group setting, with brief [descriptions] and [required equipment or setups].

139. I’m considering streaming my gameplay on platforms like Twitch. Share advice on [setting up a streaming rig][engaging with viewers], and [promoting my stream] for increased visibility.

140. Help me design a boss battle for my game. Describe its [appearance and lore], its [attack patterns], and [strategies players can use] to defeat it.

Write Sales Pitches and Perform Other Sales Tasks

141. Craft a compelling sales pitch for a new fitness app designed for busy professionals. This app is tailored for [specific needs of the corporate environment]. Explain how the app will cater to corporate clients who wish to promote employee wellness, highlighting its unique features such as [mention any specific tools or components of the app].

142. Generate a list of objections potential customers might present when considering a luxury car. These objections can be related to [specific aspects such as price, maintenance, or brand reputation]. Also, provide rebuttals for each objection, emphasizing the benefits and value of investing in such a car.

143. Create an email campaign strategy targeting previous shoppers. This strategy will focus on re-engaging past customers of an online fashion store. Highlight [specific reasons they might have drifted away] and offer enticing reasons like [special offers or product launches] to bring them back.

144. Write a script for a webinar that aims to educate potential customers about solar energy. Emphasize on the main topics like [benefits of solar energy, cost savings, and environmental impact] and how these advantages can make a difference in their daily lives.

145. Develop a step-by-step guide to effectively train new sales representatives. This guide should cover important aspects such as [product knowledge, sales techniques, and customer handling], ensuring they’re adept at closing high-value deals.

146. Create a detailed competitive analysis comparing our organic skincare brand with the top market competitors. This analysis should delve into aspects like [product ingredients, pricing, and customer reviews], showcasing where our brand stands out.

147. Formulate a set of questions for customer discovery interviews. These questions will aim to uncover the pain points customers might have with a SaaS product. Focus on understanding [user experience, pricing concerns, and feature requests].

148. Craft a detailed proposal emphasizing the importance of cybersecurity. Pitch this proposal to a hospital chain, highlighting the immense benefits of ensuring patient data security, and pinpointing the risks like [data breaches, patient privacy, and legal implications] that they might face without these services.

149. Develop a strategic quarterly sales plan with the aim of boosting revenue for a local bookstore that’s facing challenges. Offer solutions and strategies focusing on [promotions, community events, and partnerships] to attract more customers.

150. Create a detailed buyer persona for a pet insurance company. This persona should encompass key characteristics like [pet type, owner demographics, and common concerns] to better understand and target potential customers.

Design Outstanding UI/UX Interfaces

151. Develop a comprehensive usability testing plan for a new e-commerce website. When designing the plan, consider [the primary target audience][the main products or services offered by the website], and [any specific regions or demographics you want to focus on]. Ensure the plan can help identify key user pain points.

152. Create wireframes and user flows for a mobile banking app aimed at senior citizens. The design should take into account [common challenges faced by seniors when using mobile apps][specific banking functions they prioritize], and [any preferred visual design elements or themes].

153. Conduct a heuristic analysis on a travel booking website and provide detailed recommendations. Focus on [specific website sections or pages][types of trips or packages offered], and [key customer feedback or complaints received in the past].

154. Generate a list of must-have features for an online learning platform targeting young professionals. Take into consideration [the main subjects or fields they are interested in][learning formats they prefer e.g. video, articles, quizzes], and [any additional tools or resources that might aid their learning journey].

155. Conduct an A/B testing plan for a landing page to optimize conversion rates. The plan should focus on [specific elements or sections of the landing page][desired user actions or outcomes], and [metrics or KPIs to evaluate the success of the testing].

156. Design a responsive navigation menu for a multi-service platform. Ensure the menu accommodates [services ranging from online courses to consulting][a user account section][a search function], and [dynamic display depending on user membership level].

157. Develop wireframes for a dashboard tailored for a project management tool for remote teams. The design should consider [visual representation of task status][communication channels][time-zone differences], and [integration with third-party apps like calendars or email].

158. Research and compile a list of best practices for ensuring website accessibility for visually impaired users. Detail [tools and software to test accessibility][color contrast and typography considerations][navigational aids like screen reader-friendly menus], and [incorporation of voice commands or alternative input methods].

159. Propose a redesign for an outdated news portal website. Your proposal should emphasize [efficient content categorization][incorporation of multimedia like videos or podcasts][personalization based on user reading habits], and [optimization for quick loading and smooth user experience].

ChatGPT Prompts on Law

160. Draft a comprehensive guide on how to prepare for a personal injury lawsuit. Consider the following: [Type of injury (e.g., car accident, slip and fall)][Location where the injury occurred (e.g., workplace, public space)], and [Specific steps/documents needed (e.g., medical reports, witness statements)]. The audience for this guide is [Specify the target audience, e.g., victims, lawyers, caregivers].

161. Create a list of important factors to consider when choosing an immigration lawyer. These factors might include [Country of destination][Type of immigration (e.g., work visa, family reunion, asylum)], and [Specific services needed (e.g., application filing, court representation)]. This list is intended for [Specify the target group, e.g., immigrants, refugees, employers sponsoring visas].

161. Generate a set of tips for law students preparing for the bar exam. Consider aspects such as [Areas of law (e.g., civil, criminal, torts)][Study methods (e.g., group study, flashcards, mock tests)], and [Resources for preparation (e.g., books, online platforms, coaching centers)]. These tips are aimed at [Specify who, e.g., first-time test takers, re-sitters, foreign law graduates].

162. Draft an introductory paragraph for a legal document concerning [specify the legal matter, e.g., ‘property dispute’ or ‘business acquisition’]. Ensure it aligns with the laws of [mention the state or country of jurisdiction] and addresses the main objectives [detail any specific goals or aims the document should achieve].

163. Research and summarize the main points of the case law on [describe the specific legal topic or issue, e.g., ‘intellectual property rights in the tech industry’]. Focus on rulings from [specify a particular court or jurisdiction, e.g., ‘9th Circuit Court of Appeals’] and any notable dissenting opinions [highlight any specific aspects or arguments you’re particularly interested in].

164. Provide an overview of the key legal principles associated with [mention a specific law or regulation, e.g., ‘the General Data Protection Regulation (GDPR)’]. Elaborate on its applicability in [specify a context or scenario, e.g., ‘online marketing for e-commerce businesses’], and emphasize any recent changes or interpretations [detail any particular amendments or landmark decisions].

165. Outline potential legal arguments for a case involving [describe the nature of the case, e.g., ’employment discrimination’ or ‘breach of contract’]. Focus on the statutes from [mention the relevant legal code or set of laws, e.g., ‘Title VII of the Civil Rights Act’] and weave in references from leading cases [mention any critical cases or precedents you’d like to base your arguments on].

166. Generate a checklist for client intake on matters related to [specify the area of law, e.g., ‘family law’ or ‘corporate mergers’]. Ensure it includes relevant details about [highlight the critical components, e.g., ‘assets, liabilities, and dependents’ or ‘existing contracts, stakeholders, and pending litigations’].

ChatGPT Prompts to Generate AI Art

167. Produce a digital painting of a serene landscape featuring [mention specific features, e.g., ‘a flowing river, tall pine trees, and a sunset’]. Make sure to emphasize [highlight a particular color palette or mood, e.g., ‘warm oranges and purples for a twilight feel’] and include subtle details like [specify smaller elements, e.g., ‘birds in the sky or ripples in the water’].

168. Generate a detailed illustration of [describe a specific scene or character, e.g., ‘a knight defending a stone bridge from a dragon’]. Keep the focus on [mention specific aspects, e.g., ‘the knight’s intricate armor design’] and use a color scheme that’s predominantly [choose colors, e.g., ‘silver and deep blue’].

169. Create a digital artwork of a mountain landscape using a latent vector of [mention a specific value or range]. Set the diffusion steps to [specify a number] and adjust the temperature to [mention a desired value] to capture the details and textures of the rocky surfaces.

170. An image of [adjective describing mood or atmosphere, e.g., ‘tranquil’][subject, e.g., ‘forest glade’] where [subject] is [doing action, e.g., ‘swayed by a gentle breeze’]. Add a [creative lighting style, e.g., ‘soft dappled sunlight filtering through the canopy’] to highlight the depth and layers of the scene. The visualization should offer realism that wouldn’t feel out of place. To truly bring this vision to life, infuse the artistic styles and nuances reminiscent of the masterful techniques employed by [famous artist 1], combined with the bold expressions of [famous artist 2], and capped off with the signature touches characteristic of [famous artist 3]. Moreover, consider the color palette and brush strokes synonymous with these artists, ensuring a seamless blend that pays homage to their iconic works. User Mixerbox plugin to create awesome AI images with ChatGPT.

Write a Novel Using ChatGPT Prompts

171. Brainstorm potential character profiles for my upcoming novel. I am looking for characters who fit into [specify the novel’s setting, e.g., ‘a post-apocalyptic world’] and their roles should be [define roles like ‘protagonists’, ‘antagonists’, ‘supporting characters’]. Please focus on [specify specific character traits, backgrounds, or any other details you want].

172. Help me create plot twists for my story. My novel’s current plot revolves around [provide a brief outline of your novel’s plot]. I need unexpected twists related to [specify elements like ‘a hidden family secret’, ‘a betrayal’, ‘a revelation’].

173. Suggest some atmospheric descriptions for my story’s setting. The story takes place in [describe your story’s primary location, e.g., ‘a haunted mansion’, ‘a bustling 1920s city’]. I want the descriptions to evoke feelings of [mention desired emotions like ‘dread’, ‘nostalgia’, ‘wonder’].

174. Provide dialogue samples for a scene in my book. The scene involves [describe the situation, e.g., ‘a heated argument between two lovers’] taking place at [specify location]. The key topics they discuss are [list key points or subjects the characters are discussing].

175. Help me structure a subplot for my novel. The main story is about [give the main plot of your novel], but I want to introduce a subplot involving [specify characters or themes, e.g., ‘the protagonist’s estranged sibling’, ‘a mysterious artifact’]. This subplot should touch on themes like [mention themes you want to explore, e.g., ‘redemption’, ‘forbidden love’].

176. Offer guidance on writing an emotionally charged scene. I want to depict [describe the situation, e.g., ‘a tearful reunion between mother and child’]. I want to focus on [list elements like ‘dialogues’, ‘character reactions’, ‘environmental details’] to create the right emotional impact.

177. Recommend potential conflicts for my characters. Given their backgrounds [briefly describe main characters’ backgrounds or traits], suggest situations where they would come into conflict due to [specify reasons e.g., ‘differing beliefs’, ‘past events’, ‘external pressures’].

Use ChatGPT Like a Virtual Assistant

178. Please help me schedule a meeting for next week. I’d like to discuss [specific topic of the meeting] with my team members [mention their names]. Can you check the availability for [date and time range] and let me know? This is important as we are approaching a critical phase of [project or task name] and need everyone on board. You can use the Chat with Calendars plugin with this prompt.

179. I received an email from [name of the person or company] regarding [subject or main content of the email]. Can you pull out the key points from it and summarize it for me? I have a presentation on [specific date] and might need to include this information. Use the Clay plugin with this prompt.

180. I have a call scheduled with [name of the person] on [specific date and time]. Can you remind me 30 minutes before it starts? It’s crucial because we’ll be discussing [major agenda points of the call] and I don’t want to miss out. Use the Reminders ChatGPT plugin in order to schedule calls like a virtual assistant.

181. Please draft an email for me to send to [recipient’s name]. The main points to cover are: [key message points]. Also, attach the file named [specific file name] from my documents. This is to update them about our progress in [specific project or task name].

182. Find me the top-rated software/tools for [specific task or purpose, e.g., project management, video conferencing]. We are planning to upgrade our systems in the next quarter, and I want to discuss this in our next team meeting on [specific date]. You can use There’s An AI For That plugin with the above prompt.

183. Could you help me book a flight to [destination] for [specific date range]? I have a business conference to attend there related to [specific topic or agenda]. Also, ensure there’s WiFi availability during the flight as I might need to work on [specific task or project]. Use the ixigo plugin with ChatGPT to book flights with the above prompt.

184. Please schedule a time for me to catch up with [specific team or department, e.g., marketing or HR] next week. We need to review the progress of [specific project or campaign] and plan the next steps.

185. I need to prepare a report on [specific topic or area]. Can you gather data and statistics related to it from the past [specific time duration, e.g., six months or a year]? This will help in our quarterly review meeting with [specific person or team]. Use the Research by Vector ChatGPT plugin with the above prompt.

ChatGPT Prompts for Cooking and Recipes

186. Please generate a step-by-step process on preparing [specific dish you’d like ChatGPT to explain]. Ensure it includes ingredient measurements, tools needed, and relevant tips that a novice cook should be aware of. Furthermore, clarify any specific regional variants of this dish if you are aware of them.

187. Help create a list of essential kitchen tools and equipment needed to set up a new kitchen from scratch. Please prioritize based on [type of cuisine the kitchen will mostly be used for] and consider space limitations as our kitchen space is [specific dimensions or space constraints].

188. We’re planning to have a themed dinner party based on [specific cuisine or theme you want to focus on]. Could you suggest a menu consisting of a starter, main course, dessert, and a drink? Please also provide any special instructions for presentation or serving to make the experience more authentic.

189. We’re aiming to introduce a new line of [specific kitchen gadgets or tools]. Can you list down potential uses and benefits, considering the needs of someone who often cooks [specific type of meals or dishes they prepare]?

190. Our team needs recipes that cater to [specific dietary requirements, e.g., vegan, gluten-free, low-carb]. Can you provide a weekly meal plan including breakfast, lunch, dinner, and a snack? Please ensure that the recipes are easy to follow, and highlight any unique ingredients that might be hard to find.

191. For our cooking class next month, we’re focusing on [specific cooking technique or method, e.g., grilling, sous-vide]. Can you generate a detailed guide on mastering this technique, including common mistakes to avoid, and the best dishes to try it with?

192. We have access to a lot of [specific ingredients, e.g., zucchini, chicken, blueberries] right now. Could you suggest clever recipes or ways to combine them into different meals of the day? Also, provide storage or preservation tips if we can’t use them all at once.

Grow an Affiliate Marketing Business With These Prompts

193. Provide a detailed strategy for promoting our new product launch. We have a new product called [name of the product] which targets [specific audience or niche]. We would like to know the best channels and tactics to use in our Affiliate Marketing campaign. Share the expected ROI and metrics we should track.

194. Curate a list of top-performing affiliates in our niche. We operate in the [specific market or sector] and are looking to partner with leading affiliates. Give a brief overview of each affiliate’s strengths, audience reach, and past performance metrics.

195. Design a landing page optimized for our affiliate traffic. The main goal is to convert visitors coming from [specific affiliate partner or platform] for our [specific product or service]. Include suggestions for the headline, call-to-action, and visual elements.

196. Outline a comprehensive email marketing plan for our affiliate partners. The objective is to keep our affiliates updated about our [new product launches, promotions, or events]. Share ideas for email sequences, subject lines, and content themes.

197. Suggest ways to optimize our affiliate commission structure. Currently, our commission rates are [mention your current commission rates]. Provide insights on industry standards in the [specific sector or niche] and recommend adjustments to attract and retain top affiliates.

198. Recommend tools and platforms to enhance our affiliate tracking and analytics. We want to monitor metrics such as [click-through rates, conversions, and ROI] for our campaigns. Highlight the pros and cons of each tool, considering our specific needs in the [specific market or sector].

199. Draft an Affiliate Onboarding Guide for new partners. As we expand our affiliate base in the [specific market or niche], we want to ensure a seamless onboarding experience. Include sections on our brand story, product details, marketing resources, and commission structure.

Grow an eCommerce Store with These ChatGPT Prompts

200. Determine which products are in high demand for our store. Consider the products we’ve added in the last [number of months, e.g., “six months”]. Focus on categories like [mention specific product categories, e.g., “electronics, fashion, home decor”] and the age groups they appeal to [specify age groups, e.g., “18-25, 25-35”]. Use this information to recommend top-selling items.

201. Provide strategies to boost customer reviews and feedback. Based on the products we sell most frequently, [list a few top-selling products, e.g., “smartphones, sneakers, kitchen appliances”], how can we encourage more users to leave positive reviews? Consider incentives or campaigns targeting [mention specific customer segments, e.g., “repeat buyers, new customers”].

202. Offer insights on optimizing our website layout for a better shopping experience. Evaluate our current design focused on [list a few elements, e.g., “product images, checkout process, mobile responsiveness”] and provide suggestions that would appeal to our primary audience, which consists of [mention demographics, e.g., “young adults, professionals, parents”].

203. Help us identify potential seasonal sales opportunities for the upcoming year. Based on our primary products like [mention a few product types, e.g., “winter clothing, swimwear, back-to-school supplies”], what seasonal campaigns can we run? Also, consider cultural events and holidays that are relevant to our audience from [mention a specific region or country, e.g., “North America, Europe”].

204. Recommend ways to improve our after-sales service and customer support. Currently, we offer support through [mention current channels, e.g., “email, chat, phone calls”]. What improvements can we make to better assist customers who purchase [mention specific product categories, e.g., “tech gadgets, fashion accessories, kitchenware”]?

205. Assist in creating a loyalty program for our regular shoppers. Looking at our most frequent shoppers who often buy [list a few product categories, e.g., “beauty products, electronic gadgets, home furnishings”], what rewards or incentives would appeal most to them? Think about point systems, discounts, or exclusive events for members.

206. Provide tactics to reduce cart abandonment rates on our website. Delve into the reasons why customers might leave items in their cart without completing the purchase, especially when they’re shopping for [mention high-ticket items or categories, e.g., “luxury watches, designer bags, home entertainment systems”]. Offer solutions to address these reasons and boost conversions.

ChatGPT Prompts for Career

207. For professionals in the [mention specific career], what are the top 5 skills they need to master this year? Please take into account the latest trends in [mention a specific domain or field related to that career] and the challenges faced by [mention a particular group or demographic in that career].

208. What advice would be most beneficial for individuals transitioning into the [mention specific career or industry]? Highlight the main hurdles they might face, the resources [mention specific tools, courses, or books] they should leverage, and the networks or groups they should join.

209. When conducting a workshop for [mention specific career professionals], what would be the core topics to focus on? The workshop aims to address the needs of [mention a particular subset like beginners, experts, etc.] and should cover practical aspects related to [mention areas of interest or challenges in that career].

210. How can [mention specific career professionals] best position themselves for promotions or leadership roles? Please consider the dynamics of the industry, essential soft skills, and the technical knowledge related to [mention specific tasks or responsibilities in the career].

211. Which online courses or certifications would be most valuable for someone in the [mention specific career]? Especially considering the evolution of [mention certain technologies, methodologies, or industry trends], and the aspirations of [mention specific goals like career progression, specialization, etc.].

212. How can professionals in the [mention specific career] better network and create meaningful connections? Given the current scenario of [mention a specific event or trend, e.g., remote working, digital transformation], what platforms or strategies should they employ?

213. When looking for a job in the [mention specific career or industry], what are the top platforms or websites that might have the most relevant listings? Also, considering the nuances of [mention the region or specific job market trends], what are the best strategies to stand out during the application and interview process? Lastly, provide recommendations on any [mention specific tools, resources, or connections] that could be beneficial during this job search.

214. I’m searching for a job in the field of [mention specific career or industry]. Based on the latest market trends in [mention a specific region or city], can you recommend potential job listings or companies hiring in this domain? Additionally, considering my experience in [mention specific skills or previous job roles], which positions would align best with my background? Use a Wanted Job Search ChatGPT plugin and then use the above prompt to find better jobs.

Categories
Artificial Intelligence

ChatGPT Prompts to 10x Your Excel Skills

Useful Excel ChatGPT Prompts to 10x Your Excel Skills

S.noExcel ChatGPT Prompts
1“I want you to act as a text based excel, you’ll only reply me the text-based 10 rows excel sheet with row numbers and cell letters as columns (A to L), First column header should be empty to reference row number, I will tell you what to write into cells and you’ll reply only the result of excel table as text, and nothing else, Do not write explanations, i will write you formulas and you’ll execute formulas and you’ll only reply the result of excel table as text, First, reply me the empty sheet”
2“How to use the IF function to perform logical tests and return specific results”
3“How to use the VLOOKUP function to retrieve data from a table based on a lookup value”
4“How to use the INDEX and MATCH functions together to create a powerful lookup formula”
5“How to use the SUMIF and SUMIFS functions to sum cells that meet specific criteria”
6“How to use the COUNTIF and COUNTIFS functions to count cells that meet specific criteria”
7“How to use the AVERAGEIF and AVERAGEIFS functions to calculate the average of cells that meet specific criteria”
8“How to use the MAX and MIN functions to find the largest and smallest values in a range of cells”
9“How to use the CONCATENATE function to combine text from multiple cells into one cell”
10“How to use the LEFT, RIGHT, and MID functions to extract specific characters from a text string”
11“How to use the LEN function to count the number of characters in a text string”
12“How to use the TRIM function to remove extra spaces from a text string”
13“How to use the SUBSTITUTE function to replace specific text in a cell with new text”
14“How to use the DATE and TIME functions to insert the current date and time into a cell”
15“How to use the ROUND and ROUNDUP functions to round numbers to a specific number of decimal places”
16“How to use the MOD function to find the remainder of a division operation”
17“How to use the ABS function to find the absolute value of a number”
18“How to use the PI function to insert the value of pi into a cell”
19“How to use the AND and OR functions to perform multiple logical tests in a single formula”
20“How to use the NOT function to reverse the logical value of a cell”
21“How to use the IFERROR function to handle errors in a formula and return a specific value instead”
22“Write me an excel command to use the SUM function to add up a range of cells”
23“Write me an excel command to use the COUNT function to count the number of cells with data in a range”
24“Write me an excel command to use the AVERAGE function to calculate the average of a range of cells”
25“Write me an excel command to use the MAX function to find the highest value in a range of cells”
26“Write me an excel command to use the MIN function to find the lowest value in a range of cells”
27“Write me an excel command to use the CONCATENATE function to join text from multiple cells into one cell”
28“Write me an excel command to use the LEFT, RIGHT, and MID functions to extract specific characters from a text string”
29“Write me an excel command to use the LEN function to count the number of characters in a text string”
30“Write me an excel command to use the TRIM function to remove extra spaces from a text string”
31“Write me an excel command to use the SUBSTITUTE function to replace specific text in a cell with new text”
32“Write me an excel command to use the DATE and TIME functions to insert the current date and time into a cell”
33“Write me an excel command to use the ROUND and ROUNDUP functions to round numbers to a specific number of decimal places”
34“Write me an excel command to use the MOD function to find the remainder of a division operation”
35“Write me an excel command to use the ABS function to find the absolute value of a number”
36“Write me an excel command to use the PI function to insert the value of pi into a cell”
37“Write me an excel command to use the AND and OR functions to perform multiple logical tests in a single formula”
38“Write me an excel command to use the NOT function to reverse the logical value of a cell”
39“Write me an excel command to use the IFERROR function to handle errors in a formula and return a specific value instead”
40“Write me an excel command to use the INDEX and MATCH functions to perform advanced lookups”
41“Write me an excel command to use the Pivot Table to summarize and analyze large amounts of data”
42“Write me an excel command [your question]”
43“I’ve been trying to use data validation on cells that have formulas in them But it seems like it doesn’t work even on the latest excel versions? For example, cell A2 contains formula =B2+C2 If i set the validation on cell A2 saying that the sum shouldn’t be greater than 10, any number could still be put into cells B2 and C2,
44“Write a VBA Excel macro that looks at the value in cell C2 and finds the worksheet with the exact name Then create a PDF and save it to the same file location the Excel file is saved in”
45“Write me an excel command to restrict someone from copying a cell from your worksheet?”
46“Code an excel macro to generate and employee table with the following columns and 10000 randomized entries”
47“Extract the fourth word in [Cell] only when cell [Cell Number] is greater than 100 and when [Cell] starts with the word “xyz” and ends with the word “zyx”” “Example: Extract the fourth word in A1 only when cell B1 is greater than 100 and when C1 starts with the word “hello” and ends with the word “goodbye”“
48“Sum of column A when column B contains the word “marketing” and column C is today’s date”
49“Write me an excel command to use the HLOOKUP function to retrieve data from a table based on a horizontal lookup value”
50“Write me an excel command to use the INDEX, MATCH and INDIRECT functions together to create a dynamic cell reference”
51“Write me an excel command to use the SUMPRODUCT function to multiply corresponding ranges or arrays and then return the sum of products”
52“Write me an excel command to use the COUNTIFS and SUMIFS functions together to analyze data based on multiple criteria”
53“Write me an excel command to use the IF and SUMIF function together to create a formula that sums the values of cells based on a specific condition”
54“Write me an excel command to use the VLOOKUP, INDEX and MATCH functions together to create a robust data lookup formula”
55“Write me an excel command to use the INDEX, MATCH and Offset functions to create a dynamic named range”
56“Write me an excel command to use the CONCATENATE, LEFT, and RIGHT function together to create a formula that extract a specific part of a text string”
57“Write me an excel command to use the DATEVALUE and TIMEVALUE function to convert a date and time text string into a date and time serial number”
58“Write me an excel command to use the ROUNDUP, CEILING and FLOOR functions to round numbers to the nearest specified multiple of significance”
59“Write me an excel command to use the IF and IFERROR function together to handle errors and return a specific value or text”
60“Write me an excel command to use the INDEX, MATCH and match_type parameter to perform approximate match lookups”
61“Write me an excel command to use the IF and AND function together to create a formula that test multiple conditions in a single formula”
62“Write me an excel command to use the INDEX and MATCH function together with the Array Formula to extract unique values”
63“Write me an excel command to use the SUMIF and SUMIFS function with wildcards to sum cells that match specific criteria containing wildcards”
64“Write me an excel command to use the INDEX and AGGREGATE function together to return the k-th smallest or largest value in a range”
65“Write me an excel command to use the INDEX and MATCH function together with the INDEX function to create a two-way lookup”
66“Write me an excel command to use the INDEX and MATCH function together with the INDEX and MATCH function to create a multi-dimensional lookup”
67“Write me an excel command to use the INDEX, MATCH and ROWS function together to find the last row of data in a sheet”
68“Write me an excel command to use the INDEX, MATCH and COLUMNS function together to find the last column of data in a sheet”
69“Write the formula for the following? – Multiply the value in cell A1 by 10, add the result by 5, and divide it by 2”
70“Excel command to split a column into 2 or more columns”
71“Write me an excel command to use the SUMIFS and COUNTIFS functions together to analyze data based on multiple criteria and return a result as a percentage”
72“Write me an excel command to use the SUMPRODUCT, INDEX and MATCH functions together to retrieve data from a table and perform calculations based on multiple criteria”
73“Write me an excel command to use the IF, AND and OR function together to create a formula that tests multiple conditions and returns a specific result based on those conditions”
74“Write me an excel command to use the INDEX and MATCH functions together with the Array Formula and the SUM function to perform a sumifs like functionality”
75“Write me an excel command to use the INDEX, MATCH and the INDIRECT function together to create a dynamic named range and use it in a formula”
76“Write me an excel command to use the VLOOKUP and INDEX function together to lookup values in a table and retrieve a corresponding value from a different column”
77“Write me an excel command to use the SUMIF, IF and the ROUND function together to sum the values of cells based on a specific condition and round the result to a specific decimal place”
78“Write an excel command to check whether the Pivot table is modified or not”
79“Write me an excel command to use the SUMIF, IF and the LEN function together to sum the values of cells based on a specific condition and the length of a text in another cell”
80“Write me an excel command to use the SUMIF, IF, and the CHOOSE function together to sum the values of cells based on a specific condition and choose a specific result from a list of options”
Categories
Artificial Intelligence

ChatGPT Prompts for Marketers

11o Best Chat GPT Prompts for Marketers

S.No.Chat GPT Prompts For Marketers
1“Generate a list of keywords for a new product launch, including long-tail and high-performing keywords
2“Develop a chatbot script for a customer service representative to handle frequently asked questions and concerns”
3“Generate a compelling headline and meta description for a new blog post about the latest industry trends”
4“Create a social media post that maximizes engagement and reach for a new product launch”
5“Develop a personalized email marketing campaign for a customer segment based on their interests and purchase history”
6“Create a chatbot script for a virtual assistant to schedule meetings and manage calendar events”
7“Generate a list of influencers to collaborate with for a new product launch, including their reach and engagement rates”
8“Develop a personalized landing page for a customer segment based on their interests and purchase history”
9“Create a chatbot script for a virtual personal shopping assistant to assist customers with their online shopping”
10“Generate a list of keywords for an SEO optimization campaign, including long-tail and high-performing keywords”
11“Develop a personalized video ad for a customer segment based on their interests and purchase history”
12“Create a chatbot script for a virtual customer service representative to handle frequently asked questions and concerns”
13“Generate a list of potential partners for a new product launch, including their reach and engagement rates”
14“Develop a personalized email marketing campaign for a customer segment based on their interests and purchase history”
15“Create a chatbot script for a virtual personal shopping assistant to assist customers with their online shopping”
16“Generate a list of keywords for a new product launch, including long-tail and high-performing keywords”
17“Develop a personalized video ad for a customer segment based on their interests and purchase history”
18“Create a chatbot script for a virtual customer service representative to handle frequently asked questions and concerns”
19“Generate a list of potential partners for a new product launch, including their reach and engagement rates”
20“Create a personalized welcome message for new followers on Instagram”
21“Generate engaging captions for our latest product launch on Facebook”
22“Develop a series of witty responses for common customer complaints on Twitter”
23“Create a personalized birthday message for customers on their special day”
24“Generate a series of Instagram stories promoting our upcoming sale”
25“Develop a series of Facebook ads targeting specific demographics”
26“Create a series of Instagram posts highlighting customer testimonials”
27“Generate engaging Instagram captions for our latest fashion collection”
28“Develop a series of Twitter polls to gather customer feedback”
29“Create a personalized thank you message for customers who make a purchase”
30“Generate a series of Instagram stories showcasing our brand’s culture”
31“Develop a series of Facebook ads targeting specific interests”
32“Create a series of Instagram posts featuring our products in real-life scenarios”
33“Generate engaging Twitter posts for our latest product launch”
34“Develop a series of Instagram stories promoting our brand’s sustainability efforts”
35“Create a personalized message for customers who have been loyal for a certain amount of time”
36“Generate a series of Facebook ads targeting specific behaviors”
37“Develop a series of Instagram posts featuring our brand’s community involvement”
38“Create a personalized message for customers who have made multiple purchases”
39“Generate engaging Instagram captions for our latest home decor collection”
40“Introduce your new product to our subscribers in a personalized and engaging way”
41“Create a compelling subject line for an upcoming sale”
42“Generate an email campaign targeting abandoned cart shoppers”
43“Write a persuasive email to promote a limited-time offer”
44“Develop a welcome email series for new subscribers”
45“Create a personalized email targeting customers who haven’t made a purchase in 6 months”
46“Write a persuasive email to upsell a related product”
47“Generate a holiday-themed email promoting gift ideas”
48“Create an email targeting customers who have shown interest in a specific product category”
49“Write a post-purchase follow-up email to encourage customer reviews”
50“Develop an email campaign to re-engage inactive subscribers”
51“Create a personalized email for customers who have made multiple purchases”
52“Write an email promoting a loyalty program”
53“Generate a birthday or anniversary email with a special offer”
54“Create an email promoting a referral program”
55“Write a persuasive email to encourage repeat purchases”
56“Develop an email promoting a limited-time free shipping offer”
57“Create a personalized email for customers who have a high lifetime value”
58“Write an email promoting a flash sale”
59“Generate an email promoting a holiday sale”
60“Create an email promoting a bundle deal”
61“Write an email promoting a free trial or sample”
62“Develop an email promoting a subscription service”
63“Create a personalized email for customers who have shown interest in a specific product”
64“Write an email promoting a clearance sale”
65“Generate an email promoting a buy one, get one deal”
66“Create an email promoting a limited edition product”
67“Write an email promoting a customer appreciation event”
68“Develop an email promoting a contest or giveaway”
69“Create a personalized email for customers who have shown interest in a specific brand or collection”
70“Create a compelling CTA for a new mobile app that helps users manage their finances”
71“Write a product description for a new line of organic skincare products”
72“Develop a sales funnel for a new online course that teaches people how to start their own business”
73“Write an ad for a new line of eco-friendly cleaning products”
74“Design a product page for a new line of fitness supplements”
75“Write a testimonial for a new weight loss program that has helped thousands of people lose weight”
76“Write a blog post about the benefits of using a new type of virtual reality headset for meditation”
77“Create a marketing campaign for a new line of sustainable clothing”
78“Write a product description for a new type of smartwatch that tracks your fitness and health”
79“Develop a sales funnel for a new online course that teaches people how to invest in the stock market”
80“Write an ad for a new line of organic baby products”
81“Design a product page for a new type of electric bike”
82“Write a testimonial for a new type of online therapy program that has helped thousands of people improve their mental health”
83“Write a blog post about the benefits of using a new type of water filter for your home”
84“Create a marketing campaign for a new line of sustainable home decor”
85“Write a product description for a new type of electric car”
86“Develop a sales funnel for a new online course that teaches people how to start their own podcast”
87“Write an ad for a new line of organic pet food”
88“Design a product page for a new type of smart home security system”
89“Write a testimonial for a new type of online language learning program that has helped thousands of people learn a new language”
90“Write a blog post about the benefits of using a new type of air purifier for your home”
91“Create a marketing campaign for a new line of sustainable fashion accessories”
92“Write a product description for a new type of smart thermostat”
93“Develop a sales funnel for a new online course that teaches people how to start their own online store”
94“Write an ad for a new line of organic beauty products”
95“Design a product page for a new type of electric skateboard”
96“Write a testimonial for a new type of online course that has helped thousands of people improve their photography skills”
97“Write a blog post about the benefits of using a new type of noise-cancelling headphones”
98“Create a marketing campaign for a new line of sustainable home appliances”
99“Write a product description for a new type of smartwatch that tracks your sleep and stress levels”
100“Develop a sales funnel for a new online course that teaches people how to start their own blog”
101“Write an ad for a new line of organic snacks”
102“Design a product page for a new type of electric scooter”
103“Write a testimonial for a new type of online course that has helped thousands of people improve their public speaking skills”
104“Write a blog post about the benefits of using a new type of meditation app”
105“Create a marketing campaign for a new line of sustainable office supplies”
106“Write a product description for a new type of electric car charger”
107“Develop a sales funnel for a new online course that teaches people how to start their own podcast”
108“Write an ad for a new line of organic juices”
109“Design a product page for a new type [product name]”
110“Write a blog post about the benefits of using a new type of personal assistant app to help manage your schedule and tasks”
Categories
Artificial Intelligence

ChatGPT Prompts for Business

80 Best ChatGPT Prompts for Business

ChatGPT Prompts for Finding Business Ideas

  1. “Generate a list of 10 innovative business ideas in the [industry] sector.”
  2. “Suggest three niche markets within the [industry] that have growth potential.”
  3. “Identify five current trends in the [industry] and how a new business could capitalize on them.”
  4. “Analyze the top three competitors in the [industry] and suggest unique selling points for a new business.”
  5. “Propose five business ideas that focus on sustainability and social impact.”
  1. “Create a list of 10 low-cost business ideas that can be started with minimal investment.”
  2. “Suggest three business ideas that cater to the remote work and freelancing market.”
  3. “Identify five business opportunities arising from recent technological advancements.”
  4. “Provide three business ideas that can help solve common problems faced by small business owners.”
  5. “List five business ideas that can leverage the growing popularity of online shopping.”

ChatGPT Prompts for Creating Invoicing Templates

  1. “Design a professional invoice template for a [industry] business.”
  2. “Create an invoice template with sections for discounts and taxes.”
  3. “Design an invoice template that includes a section for payment terms and due dates.”
  4. “Generate an invoice template with an itemized list of products or services.”
  5. “Create an invoice template that incorporates my business logo and branding.”
  6. “Design a simplified invoice template for recurring billing.”
  7. “Generate an invoice template that can be easily converted to PDF format.”
  1. “Create an invoice template that allows for multiple currencies and languages.”
  2. “Design an invoice template that includes a section for notes or special instructions.”
  3. “Generate a professional quote template that can be easily converted into an invoice.”

ChatGPT Prompts for Writing Business Emails

  1. “Write a professional email introducing my new business to potential clients.”
  2. “Compose a follow-up email for clients who have not responded to a previous inquiry.”
  3. “Craft an email to announce a new product or service to existing customers.”
  4. “Create an email template for requesting testimonials or referrals from satisfied clients.”
  5. “Write a polite email declining a business proposal or collaboration.”
  6. “Compose an email to address and resolve a customer complaint.”
  7. “Craft a thank-you email to a client after a successful project completion.”
  8. “Create an email to inform customers of changes in pricing or terms of service.”
  9. “Write a professional email to request a meeting with a potential business partner.”
  10. “Compose a promotional email to announce a limited-time offer or discount.”

ChatGPT Prompts for Business Planning and Strategy

  1. “Outline a business plan for a [industry] startup.”
  2. “Create a SWOT analysis for my [industry] business idea.”
  3. “Generate a marketing plan for my [industry] business.”
  4. “Develop a sales strategy for my [industry] company.”
  1. “Identify five potential revenue streams for my [industry] business.”
  2. “List three strategies to improve customer retention in my [industry] business.”
  3. “Propose a plan to expand my [industry] business into new markets.”
  4. “Suggest three cost-cutting measures to improve profitability in my [industry] business.”
  5. “Develop a plan to strengthen my [industry] company’s online presence.”
  6. “Outline a financial forecast for my [industry] business for the next three years.”

ChatGPT Prompts for Productivity and Time Management

  1. “Suggest five productivity tools that can help streamline my daily business tasks.”
  2. “List three strategies to effectively manage time for a small business owner.”
  3. “Identify five techniques to improve focus and reduce distractions while working.”
  4. “Propose a daily routine for an entrepreneur to maximize productivity.”
  5. “Recommend three methods for prioritizing and organizing tasks for my business.”
  6. “Create a plan for delegating tasks and responsibilities within my team.”
  7. “Suggest three ways to automate repetitive tasks in my [industry] business.”
  8. “Identify five strategies to manage stress and maintain a work-life balance.”
  9. “Propose a system for tracking and measuring productivity for my team.”
  10. “Recommend three methods for setting and achieving short-term and long-term business goals.”

ChatGPT Prompts for Team Building and Management

  1. “List five qualities to look for when hiring new team members for my [industry] business.”
  2. “Suggest three strategies to improve communication within my team.”
  3. “Identify five techniques to motivate and engage my employees.”
  4. “Propose a plan for conducting effective team meetings.”
  5. “Recommend three methods for providing constructive feedback to team members.”
  6. “Create a system for tracking and evaluating employee performance.”
  7. “Suggest three strategies for managing conflicts and resolving issues within my team.”
  8. “Identify five ways to foster a positive and inclusive company culture.”
  9. “Propose a plan for implementing professional development opportunities for my employees.”
  10. “Recommend three methods for recognizing and rewarding employee achievements.”
  1. “Outline the basic legal requirements for starting a [industry] business.”
  2. “List the necessary permits and licenses needed for my [industry] business.”
  3. “Identify five potential legal risks for a [industry] business and how to mitigate them.”
  1. “Propose a plan to protect my [industry] business’s intellectual property.”
  2. “Recommend three strategies for ensuring my business complies with data privacy regulations.”
  3. “Create a checklist of legal documents and contracts needed for my [industry] business.”
  4. “Suggest three best practices for maintaining proper financial records and bookkeeping.”
  5. “Identify five strategies to minimize tax liability for my [industry] business.”
  6. “Propose a plan for ensuring my business meets health and safety regulations.”
  7. “Recommend three methods for staying updated on industry-specific regulations and compliance requirements.”

ChatGPT Prompts for Customer Service and Satisfaction

  1. “List five best practices for providing excellent customer service in my [industry] business.”
  2. “Suggest three strategies for handling difficult or unhappy customers.”
  3. “Identify five methods for collecting customer feedback and suggestions.”
  4. “Propose a plan for implementing customer-focused improvements in my [industry] business.”
  5. “Recommend three techniques for personalizing customer interactions and experiences.”
  1. “Create a system for efficiently managing customer inquiries and support requests.”
  2. “Suggest three ways to proactively address common customer concerns and issues.”
  3. “Identify five strategies for turning one-time customers into loyal, repeat clients.”
  4. “Propose a plan for measuring and tracking customer satisfaction over time.”
  5. “Recommend three methods for using customer feedback to inform future business decisions.”
Categories
Artificial Intelligence

ChatGPT Prompts for Interview Questions

Best ChatGPT Prompts for Interview Questions

20 ChatGPt Prompts

  1. Lawyer: Imagine you are a law professor preparing a student for an upcoming job interview at a prestigious law firm. I want you to simulate a Q&A session that covers understanding of the law, interpersonal skills, problem-solving abilities, and dedication to ethical practices.
  1. Software Developer: Please provide a set of potential questions, expected responses, and relevant insights for a software developer preparing for an interview in a start-up that specializes in developing educational software tools. Pay special attention to questions on project management, software development methodologies, and specific programming languages.
  2. Data Scientist: Assume you’re a mentor to a data scientist preparing for a role in a healthcare company. Prepare a detailed guide with potential questions, answers, and best practices covering areas like data wrangling, statistical analysis, machine learning models, and domain-specific knowledge related to healthcare.
  3. Marketing Executive: You’re a career counselor preparing a marketing executive for an interview with a multinational corporation. Develop comprehensive questions and answers that revolve around digital marketing strategies, SEO, content creation, and marketing analytics.
  4. Civil Engineer: You’re acting as a senior civil engineer preparing a junior engineer for an interview at a construction company. I need a sequence of questions and model answers based on civil engineering principles, project management, and safety standards.
  5. Medical Doctor: Assume you’re a medical school professor aiding a student preparing for a residency interview. Formulate questions and answers that test knowledge in the chosen specialty, communication skills with patients, and ability to make critical decisions under pressure.
  6. Journalist: You’re a seasoned journalist mentoring a young journalist preparing for an interview at a renowned news agency. Develop a set of questions and possible responses based on journalism ethics, news reporting techniques, and media technology.
  7. Teacher: As a teacher trainer, you’re helping a teacher prepare for an interview at an international school. Develop an interview guide that covers pedagogical approaches, classroom management techniques, and cultural sensitivity.
  8. Financial Analyst: As a financial consultancy firm CEO, prepare a financial analyst for an interview at a Wall Street firm. Provide a set of questions and answers related to financial modeling, equity research, and market trend analysis.
  9. Sales Representative: You’re a sales director preparing a sales representative for an interview at a technology company. Prepare a guide with questions and ideal responses based on sales strategies, customer relationship management, and product knowledge.
  10. Architect: Imagine you’re a seasoned architect preparing a recent graduate for their first job interview at a major architectural firm. Your aim is to ensure they are fully prepared to respond to questions on topics such as architectural design principles, project management, sustainable architecture, and cutting-edge software tools like CAD and BIM. They must also be prepared to provide thoughtful responses on their creative process, team collaboration, and handling real-world construction challenges.
  11. Psychologist: You’re a tenured psychology professor aiding a post-graduate student preparing for a role as a clinical psychologist in a well-respected healthcare institution. You need to prepare a guide for them which includes potential interview questions, optimal answers, and a thorough explanation of the thought process behind these answers. The focus areas include psychological theory, patient counselling methods, ethical practices, and crisis management skills.
  12. Physiotherapist: You’re a clinic owner and practicing physiotherapist getting a newly certified physiotherapist ready for an interview at a sports rehabilitation center. Create a comprehensive guide that discusses potential questions and model answers focusing on understanding of human anatomy, physiotherapy techniques, rehabilitation programs, and patient communication skills. Include insights on the latest research in sports physiotherapy and tips on continuous learning in this field.
  1. Aerospace Engineer: As an aerospace engineer with several years of experience in spacecraft design, you’re mentoring a fresh graduate for a role at a renowned aerospace company. Prepare them with a detailed interview guide including potential questions, best responses, and strategies to showcase their knowledge and passion. Focus on areas such as aircraft/spacecraft design principles, understanding of aerodynamics, proficiency in using simulation software, and their vision for the future of space exploration.
  2. Social Worker: Imagine yourself as a head of a non-profit organization, mentoring a new social worker for an interview at a government agency. Develop a comprehensive set of questions and suggested responses that highlight understanding of community resources, ability to handle crisis situations, empathy for diverse client backgrounds, and commitment to ethical practices in social work.
  3. Environmental Scientist: You’re an environmental research leader preparing a new graduate for an interview with an environmental consultancy firm. The guide you create should include potential questions, suggested answers, and a detailed explanation of the logic behind these answers. Emphasize topics such as data collection and analysis, environmental policy, climate change, and the application of GIS technology in environmental research.
  4. Fashion Designer: You’re a renowned fashion designer preparing a budding designer for an interview with a high-end fashion label. Create an extensive guide with potential interview questions and ideal responses, focusing on design principles, understanding of current fashion trends, experience with fabric selection and garment construction, and their approach to sustainable fashion.
  5. Veterinarian: As the head of a veterinary hospital, you’re guiding a newly certified veterinarian for an interview at a wildlife rescue center. Formulate a guide containing interview questions, suitable responses, and additional tips for presenting their skills and dedication. Key areas should include knowledge of animal diseases, surgical skills, wildlife handling experience, and compassion for animals.
  6. Dietitian: You’re an experienced dietitian preparing a newly licensed dietitian for an interview at a hospital. Develop an all-inclusive guide containing interview questions, possible responses, and advice to exhibit their expertise and commitment. Focus on understanding of human nutrition, ability to devise meal plans, counseling skills, and up-to-date knowledge of dietary research.
  7. Video Game Designer: Imagine you’re a senior game developer mentoring a junior game designer for an interview at a leading game development studio. Your task is to prepare them with a comprehensive guide including potential interview questions, ideal responses, and strategies to show their creativity and technical skills. Emphasize areas such as game design principles, experience with game development software, understanding of player psychology, and their vision for the future of gaming.

ChatGPT Prompts for HR Personnel Who Are Preparing to Conduct Interviews

10 ChatGPT Prompts

  1. Lawyer: You’re an HR professional conducting an interview for a law firm. Prepare a list of behavioral, technical, and situational questions to ask a potential lawyer that covers their understanding of the law, ethics, and ability to handle difficult cases.
  1. Software Developer: As an HR executive at a software development company, formulate a comprehensive set of questions that evaluate a software developer’s skills in programming languages, understanding of software development lifecycle, and their problem-solving skills.
  2. Data Scientist: You are an HR specialist in a company specializing in data science. Create a list of questions to assess a data scientist’s understanding of statistical analysis, machine learning algorithms, and their ability to derive meaningful insights from complex data.
  3. Marketing Executive: As an HR manager for a multinational corporation, develop a series of questions to assess a marketing executive’s expertise in creating and implementing marketing strategies, their understanding of SEO, and their content creation skills.
  4. Civil Engineer: As an HR professional at a construction company, design a list of questions to evaluate a civil engineer’s knowledge of construction methodologies, project management skills, and commitment to safety standards.
  5. Medical Doctor: You are an HR officer in a hospital, create a list of interview questions that will test a medical doctor’s knowledge in their specialty, their ability to communicate with patients, and their decision-making skills in critical situations.
  6. Journalist: As an HR specialist at a news agency, draft a list of questions that would assess a journalist’s understanding of media ethics, news reporting techniques, and technological tools used in modern journalism.
  7. Teacher: You’re an HR executive at an international school. Prepare a list of questions that delve into a teacher’s pedagogical approaches, their classroom management techniques, and their ability to work in a multicultural environment.
  8. Financial Analyst: You are an HR manager in a Wall Street firm. Develop a series of questions to evaluate a financial analyst’s ability to do financial modeling, conduct equity research, and understand market trends.
  9. Sales Representative: As an HR professional at a tech company, craft a list of questions that assess a sales representative’s selling skills, customer relationship management abilities, and their understanding of the tech industry.
Categories
Artificial Intelligence

ChatGPT Prompts for Job Seekers

Best ChatGPT Prompts for Job Seekers

General Resume Building

  1. “Review my resume and suggest changes to make it more suitable for a position as a [job title] at [company].”
  2. “Summarize my work experience listed on my resume in one paragraph.”
  3. “I want to emphasize my [specific skill] in my resume. How should I phrase it?”
  4. “What are some action verbs that I can use to describe my responsibilities in my previous job?”
  5. “Highlight any jargon or complicated language in my resume that might be confusing to recruiters.”

Creating Cover Letter

  1. “Write a sample introductory paragraph for my cover letter for a [job title] role.”
  2. “I have difficulty expressing my enthusiasm in my cover letter. Can you help?”
  3. “Review this cover letter and tell me if it aligns well with the [job title] position I’m applying for.”
  4. “List questions that a well-crafted cover letter for [industry] should answer.”
  5. “Provide me with a closing statement for my cover letter that leaves a strong impression.”

Job Interview Preparation

  1. “I have an interview for [job title]. What are the key points I should discuss?”
  2. “Mock interview me for a [job title] position. Provide feedback on my answers.”
  3. “I always get nervous during interviews. Give me some tips to manage my anxiety.”
  4. “What are some thoughtful questions I can ask the interviewer for a [job title] position?”
  5. “Describe the STAR method and how I can use it to answer behavioral interview questions.”

Questions for Interviewers

  1. “I’m going for an interview at [company]. What questions should I ask to learn about their work culture?”
  2. “What are some questions that can reveal the management style of my potential new boss?”
  3. “Suggest questions to ask that will make me appear interested in long-term career growth at the company.”
  4. “What should I ask to find out about work-life balance at [company]?”
  5. “Give me questions that can help me understand the team dynamics at [company].”

Career Changes

  1. “I am transitioning from [Industry A] to [Industry B]. How should I address this in interviews?”
  2. “What are some transferable skills that could help me move from a role in [Industry A] to a role in [Industry B]?”
  3. “How can I phrase my experience in [Industry A] to make it applicable for a job in [Industry B]?”
  4. “I have a gap in my employment history. How should I discuss this during interviews?”
  5. “What are some questions I might face in interviews due to my career change from [Industry A] to [Industry B]?”

Networking and Emails

  1. “Help me draft an email asking for an informational interview with someone in [industry or role].”
  2. “Provide a template for following up after submitting a job application.”
  3. “What should I include in a ‘Thank You’ email after an interview?”
  4. “I met someone at a networking event and want to connect on LinkedIn. What should I say in my request?”
  5. “How can I politely decline a job offer via email?”

Salary Negotiation

  1. “What are some tips for negotiating a higher salary for [job title]?”
  2. “Help me draft an email negotiating benefits such as remote work days or educational stipends.”
  3. “How should I approach asking for a signing bonus?”
  4. “Give me phrases to use when negotiating salary that show I’ve done my research.”
  5. “What are some common mistakes to avoid when negotiating salary?”

Remote Jobs

  1. “I’m applying for a remote position. How should I tailor my resume?”
  2. “What questions should I ask during an interview for a remote job?”
  3. “How can I convey that I’m disciplined and self-motivated, traits crucial for remote work, during an interview?”
  4. “Suggest ways to handle timezone differences when interviewing for a remote position.”
  5. “What should I look for in a contract for a remote job?”

Job Application Process

  1. “I’m not sure how to answer this question on a job application form: [Insert Question]. Could you help me with how to respond?”
  2. “How do I address a career gap in my job application?”
  3. “I have multiple part-time jobs. How should I list these on a job application form?”
  4. “What’s the best way to explain why I left my last job on a job application form?”
  5. “I’m applying for a job through an online portal that uses ATS (Applicant Tracking System). What keywords should I include for a [job title] role to get past the ATS?”

Job Search Strategies

  1. “I’ve been job hunting for months with no luck. Review my job search strategy and suggest improvements.”
  2. “I’m considering working with a recruitment agency. What questions should I ask them?”
  3. “How can I use LinkedIn effectively for job hunting?”
  4. “What are some lesser-known job search platforms suitable for [industry]?”
  5. “I want to work for [Company]. How can I get noticed by them specifically during my job search?”

Video Interviews

  1. “I have a video interview coming up. What technical checks should I perform beforehand?”
  2. “What body language tips should I keep in mind for a video interview?”
  3. “How do I tackle the ‘Tell me about yourself’ question in a video interview for a [job title] position?”
  4. “I’m not comfortable with video interviews. Could you provide some confidence-boosting tips?”
  5. “The video interview requires me to record my answers. How is this different from a live interview, and how should I prepare?”

Freelancing and Contract Roles

  1. “I’m considering freelancing. What skills should I focus on for my portfolio?”
  2. “How should I price my services as a freelancer in [industry]?”
  3. “What questions should I ask a potential client before taking on a freelance project?”
  4. “I’m applying for contract roles. How should my resume differ from one for a full-time position?”
  5. “What should I look out for in a contract for a freelance or contract role?”

Workplace Culture and Fit

  1. “I have multiple job offers. How do I evaluate which company culture would suit me best?”
  2. “How can I determine if a company’s values align with my own during an interview?”
  3. “What questions should I ask to understand the work-life balance at a potential job?”
  4. “I value diversity and inclusion. How can I assess a company’s stance on this during the interview process?”
  5. “I have specific needs for workplace accommodations. When and how should I bring this up during the job-seeking process?”

After The Job Interview

  1. “The interviewer hasn’t gotten back to me within the said time frame. How should I follow up?”
  2. “I got rejected from a job I really wanted. How should I respond to the rejection email?”
  3. “I got the job! How do I negotiate the terms of my employment contract?”
  4. “I’ve accepted the job offer. What’s the etiquette for informing other companies where I’m in the interview process?”
  5. “What steps should I take to prepare for my first day at the new job?”

Long-Term Career Planning

  1. “I’m not sure where I see myself in 5 years. Can you help me draft a career plan?”
  2. “How do I identify the skills I need to develop for long-term career growth?”
  3. “I’m interested in a managerial role in the future. What can I do now to prepare?”
  4. “How should I approach mentorship for career growth?”
  5. “I want to eventually move into [Industry/Role]. What’s the most effective way to pivot my career in that direction?”

ChatGPT Prompts for Job Seekers in Specific Interview Situations

  1. “I’m in the [interview round] for the position of [job title] at [company/type of company]. Given that the role involves [key responsibilities from the job description], what types of questions should I anticipate and how should I prepare my answers?”
  2. “I’m going to be interviewed by [role of interviewer] during the [interview round] for [job title] at [company/type of company]. Based on my experience in [your expertise], what talking points should I focus on to present myself effectively?”
  3. “I have a group interview coming up with [roles of your interviewers] for [job title] at [company/type of company]. Given that the role entails [responsibilities from job description], what group dynamics should I be prepared for and what types of questions should I anticipate?”
  4. “I’m scheduled to do a [case study/technical interview/edit test/presentation] in front of [role of interviewer] for the [job title] position at [company/type of company]. The task involves [describe the case study/technical interview/edit test/presentation]. Could you help me outline the key areas I should focus on to ace this part of the interview?”
  5. “I have prepared [describe what your answer will be] for a [case study/technical interview/edit test/presentation] as part of my interview for [job title] at [company/type of company]. What adjustments should I make to improve the impact of my presentation?”
  6. “I tend to get nervous/stutter/have [specific issue] during job interviews. Considering I’m applying for [job title] at [company/type of company], what actionable steps can I take to come across as confident?”
  7. “I am running late for my job interview for [job title] at [company/type of company]. Could you help me draft an email that professionally communicates this delay to the hiring manager?”
  8. “I have a virtual job interview for [job title] with [company/type of company]. Given that the role demands [key skills from job description], how should I set up my environment and what presentation tips can enhance my virtual presence?”
  9. “I was laid off from my previous job as [job title] at [company/type of company] and now I am interviewing for [job title] at [company/type of company]. How can I best explain this career gap while speaking to [role of interviewer], in a way that turns it into a positive?”
  10. “I have a two-stage interview for [job title] at [company/type of company]. The first stage is with [HR/Recruiter’s role] and the second stage with [Technical Interviewer/Manager’s role]. How should my approach differ between these stages considering my experience in [your area of expertise]?”