


[Must-see] A thorough explanation of ChatGPT's secret tricks that can be used in a variety of everyday and business situations!
ChatGPT's hidden skills: Go beyond Q&A and unleash unlimited potential! Did you know that ChatGPT functions much more than simple Q&A? This article will reveal ChatGPT's hidden skills from three perspectives to help you realize its full potential and improve work efficiency, learning effect and creativity.
Table of contents
What are the hidden tricks of ChatGPT?
① Optimize ChatGPT Q&A skills
Ask specific questions
Focus on specific topics
Provide context and tone
② ChatGPT creative assistive skills
ChatGPT Creation Story
ChatGPT write email
③ ChatGPT non-text output skills
Generate flowcharts using Mermaid
Create mind maps using PlantUML
Data analysis and Python code execution
Summarize
What are the hidden tricks of ChatGPT?
ChatGPT is a model trained based on massive text data, which can generate corresponding text based on input. Therefore, techniques such as raising precise questions and providing appropriate context are crucial to improving interaction quality.
ChatGPT continues to learn and evolve, combined with other AI tools, can inspire creativity. This article will introduce the practical skills of ChatGPT from the following three aspects:
- ① Optimize ChatGPT Q&A skills
- ② ChatGPT creative assistive skills
- ③ ChatGPT non-text output skills
① Optimize ChatGPT Q&A skills
The following tips can help you get a more ideal answer from ChatGPT:
Ask specific questions
When asking ChatGPT, the more specific you are, the better. For example, ask "The size of the planet in the solar system?", and ChatGPT will give other planet diameters based on the diameter of the earth (Figure 1).
Figure 1 The size of the planets in the solar system
Change the abstract "size" to the specific "mass", and you can get more accurate values (Figure 2). Specific questions can help ChatGPT provide more accurate information.
Figure 2 Quality – More specific issues
Focus on specific topics
ChatGPT covers a wide range of topics, focusing on specific areas allows for more professional answers. For example, asking "Events that happened in the 20th century?" will give you extensive information in multiple fields such as society and science (Figure 3).
Figure 3 Events that occurred in the 20th century
But the information is too general. By limiting the topic to the field of science, "a major event in the field of science in the 20th century?", more specific information can be obtained, such as scientists and their research results (Figure 4).
Figure 4 Major events in the field of science in the 20th century
Provide context and tone
It is crucial to provide the right context. Clarifying the question-asked object and the required information can help ChatGPT generate more expected answers.
For example, asking a question “How to make a strawberry cake?” will lead to a common method of making (Figure 5).
Figure 5 How to make strawberry cake
If you add the context "Kindergarten kids", you can get a simpler version (Figure 6).
Figure 6 Kindergarten children's version of strawberry cake making method
By mastering these skills, you can get more accurate and more suitable answers from ChatGPT.
② ChatGPT creative assistive skills
ChatGPT can not only help you with questions and answers, but also help you with creative work:
ChatGPT Creation Story
ChatGPT writes email
ChatGPT writes code and combines conversion with other AI
ChatGPT Creation Story
ChatGPT can create stories. By setting the protagonist's characteristics, etc., ChatGPT can use its massive data to generate stories.
For example, set the protagonist information of a poor boy, including his name, life experience, etc. (Figure 7). ChatGPT assisted creation has been applied to the literature field.
Figure 7 The story of ChatGPT creation
It is reported that the winner of the 2024 Akutagawa Prize, Rie Kudo, used ChatGPT when creating the award-winning work "Tokyo Sympathy Tower" (Figure 8).
Figure 8 Akutagawa Prize winner Kyudan Rie created using ChatGPT
ChatGPT write email
ChatGPT can also write business emails (Figure 9). By setting the purpose and recipient of the email, the efficiency of email writing can be greatly improved.
Figure 9 Business email written by ChatGPT
③ ChatGPT non-text output skills
ChatGPT can also generate non-text output:
Generate flowcharts using Mermaid
Mermaid command
Mermaid can easily generate flow charts and mind maps. After ChatGPT generates the code, it is displayed through the following tools:
- Mermaid Live Editor : Paste the code and click "Generate Diagram".
- VSCode : Install the Mermaid extension and paste the code preview in the file.
- Obsidian : Render code using Mermaid block.
- GitHub Pages : Embed code into a Markdown file and publish it through GitHub Pages.
Generated flowchart
Create mind maps using PlantUML
ChatGPT combined with PlantUML can create mind maps. This is a method of generating code through ChatGPT and then converting it with PlantUML tool. Take the business content of a trading company as an example:
① Use ChatGPT to generate PlantUML code
Enter "Please use PlantUML to generate a mind map, the content is the business content of the trading company" in ChatGPT (Figure 10).
Figure 10 ChatGPT generates PlantUML code
② Use PlantUML to convert code to graphics
Paste the code in PlantUML and click "Decode URL" (Figure 11).
Figure 11 PlantUML operation interface
③ The mind map was generated successfully!
A mind map is finally generated (Figure 12).
Figure 12 Generated mind map
Data analysis and Python code execution
ChatGPT can execute code, such as using the Canvas function for data analysis (Figure 13).
Figure 13 Canvas data analysis
Summarize
ChatGPT functions far beyond simple Q&A. The tips described in this article can help you use ChatGPT more efficiently, improving productivity and creativity. Only by continuously exploring the potential of ChatGPT can we better utilize AI and build a new model of human-computer collaboration.
The above is the detailed content of [Must-see] A thorough explanation of ChatGPT's secret tricks that can be used in a variety of everyday and business situations!. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











Hey there, Coding ninja! What coding-related tasks do you have planned for the day? Before you dive further into this blog, I want you to think about all your coding-related woes—better list those down. Done? – Let’

Introduction OpenAI has released its new model based on the much-anticipated “strawberry” architecture. This innovative model, known as o1, enhances reasoning capabilities, allowing it to think through problems mor

Introduction Mistral has released its very first multimodal model, namely the Pixtral-12B-2409. This model is built upon Mistral’s 12 Billion parameter, Nemo 12B. What sets this model apart? It can now take both images and tex

SQL's ALTER TABLE Statement: Dynamically Adding Columns to Your Database In data management, SQL's adaptability is crucial. Need to adjust your database structure on the fly? The ALTER TABLE statement is your solution. This guide details adding colu

While working on Agentic AI, developers often find themselves navigating the trade-offs between speed, flexibility, and resource efficiency. I have been exploring the Agentic AI framework and came across Agno (earlier it was Phi-

Troubled Benchmarks: A Llama Case Study In early April 2025, Meta unveiled its Llama 4 suite of models, boasting impressive performance metrics that positioned them favorably against competitors like GPT-4o and Claude 3.5 Sonnet. Central to the launc

The release includes three distinct models, GPT-4.1, GPT-4.1 mini and GPT-4.1 nano, signaling a move toward task-specific optimizations within the large language model landscape. These models are not immediately replacing user-facing interfaces like

Can a video game ease anxiety, build focus, or support a child with ADHD? As healthcare challenges surge globally — especially among youth — innovators are turning to an unlikely tool: video games. Now one of the world’s largest entertainment indus
