How to Use ChatGPT Prompts
Have you come across ChatGPT use cases shared online but found the prompts to be unhelpful? If so, the root cause is imprecise and poor-quality prompts. To optimize your ChatGPT experience, clear, concise, and effective prompts are necessary. But, if you are unsure how to write good prompts, worry not - this guide is here to help 😀
👉 Useful ChatGPT Prompts — English Version (opens new window)
👉 Useful ChatGPT Prompts — Chinese Version (opens new window)
# How to write a perfect ChatGPT prompt?
As you embark on your ChatGPT journey, remember that the more precise the prompts you write, the more helpful its responses will be. For instance, if you request assistance with copywriting, failing to specify the target audience or context may result in ChatGPT's inability to provide an effective response.
After all, when writing a advertising copy for a shampoo, you should write it differently for young women and for those who are experiencing hair loss. Therefore, it's crucial to let ChatGPT know the target audience and purpose of the copywriting to ensure that it can provide the most relevant response.
It's the same for programming. If you want ChatGPT to write a program for you, you will need to specify the programming language (e.g. C++ or Python) and the programming paradigm (e.g. Functional Programming or OOP) to be used.
# How to use the Useful ChatGPT Prompts?
In the Useful ChatGPT Prompts, we have categorized the prompts into different categories. You can click on the category to filter the prompts. If you find a prompt that you can use, click on the Copy button to copy the prompt.
Once you have copied the prompt, you can paste it into ChatGPT. However, you will need to further replace the words in the template with your actual content. The following three examples are for your reference.
# To Polish Your Resume
Copy the following prompt and paste into ChatGPT. Replace the words in the template with your actual content. For the [position] part, you should replace it with your actual position, such as front-end developer, marketing planner, product manager. For the [resume] part, you should attach your actual resume.
Template
Critique my resume for the [position] position. Please provide specific recommendations on how to improve it. Rewrite the bullet points based on your recommendations. Make sure the format is the same as the original. Please use the attached resume as a reference [resume].
For example, we can replace the template with the following content.
Example
Critique my resume for the UIUX designer position. Please provide specific recommendations on how to improve it. Rewrite the bullet points based on your recommendations. Make sure the format is the same as the original. Please use the attached resume as a reference. • Build a design system • Assist clients to update and design the UIUX of the website. Responsible for up to 800+ pages • Use video and communication software, design collaboration software to effectively communicate with remote teams • Hold weekly meetings to share new UIUX knowledge with colleagues, group discussions, and training presentation skills. • Invite Senior UI/UX Designer and foreign Designer to hold lectures, transfer experience and exchange knowledge
How does ChatGPT respond to the prompt? The following is the response. It's very impressive that ChatGPT is able to provide specific recommendations on how to improve the resume. It also helps to rewrite the bullet points based on the recommendations. The result is a resume that is more professional and easy to understand. Bravo!
# To Write Code
Copy the following prompt and paste into ChatGPT. Replace the words in the template with your actual content. For the [programming language] part, you should replace it with your actual programming language, such as C++, Python, JavaScript. For the [feature] part, you should replace it with your actual feature.
Template
You are now a [programming language] expert. Please help me write a function in [programming language] that can [functionality].
For example, we can replace the template with the following content.
Example
You are now a JavaScript expert. Please help me write a function in JavaScript that can convert a one-dimensional array into a two-dimensional array. At the same time, it allows me to decide the length of the subarray in the two-dimensional array.
Again, ChatGPT finishes the task perfectly. It correctly implements the function I want
👉 Useful ChatGPT Prompts — English Version (opens new window)
👉 Useful ChatGPT Prompts — Chinese Version (opens new window)