{"id":359201,"date":"2025-02-03T08:11:42","date_gmt":"2025-02-03T13:11:42","guid":{"rendered":"https:\/\/tech.co\/?p=359201"},"modified":"2025-12-04T14:10:54","modified_gmt":"2025-12-04T19:10:54","slug":"best-chatgpt-prompts-writing","status":"publish","type":"post","link":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing","title":{"rendered":"Best ChatGPT Prompts for Writing"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]ChatGPT has taken the tech world by storm over the last few years. The technology has been added to virtually every piece of business software in the world, allowing users to generate content of all kinds in just a few seconds.<\/p>\n<p>It&rsquo;s important to note, though, that whether you use it to improve your work or just to mess around and have some fun, the effectiveness of generative AI platforms like <a href=\"https:\/\/tech.co\/news\/chatgpt-cheat-sheet\"><strong>ChatGPT<\/strong><\/a> rely on one important input: prompts.<\/p>\n<p>In this guide, we&rsquo;ll lay out some of the best ChatGPT writing prompts for everything from emails to marketing to creative endeavors, so that you can start off on the right foot when it comes to generating content.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column]\n <\/p><div class=\"lytics-newsletter-container\">\n <div class=\"lytics-loading-spinner\">\n <div class=\"spinner\"><\/div>\n <\/div>\n <div class=\"lytics-newsletter-xO5QJoxo\"><\/div>\n <\/div>\n\n <script>\n            (function() {\n                        \n            const getFormElements = () => ([\n                {\n                    type: 'text',\n                    name: 'name',\n                    label: 'Name',\n                    placeholder: 'Name',\n                    required: true,\n                },\n                {\n                    type: 'email',\n                    name: 'email',\n                    label: 'Email Address',\n                    placeholder: 'Email Address',\n                    required: true,\n                },\n            ]);\n\n            const getFormStates = (successLink) => {\n                let successMessage = 'We have received your submission, thank you for signing up.';\n\n                if (successLink) {\n                    successMessage = successMessage + '\\<a class\\=\\\"pf-download-link\\\" target\\=\\\"_blank\\\" href\\=\\\"' + successLink + '\\\"\\>Download Here\\<\\\/a\\>';\n                }\n\n                return {\n                    success: {\n                        msg: successMessage,\n                        delay: 0\n                    },\n                    error: {\n                        msg: 'Please enter a valid email address.',\n                        delay: 0\n                    }\n                };\n            };\n\n            const getConfirmAction = (successLink) => ({\n                name: 'subscription',\n                waitForAsyncResponse: true,\n                callback: function (event, payload, cb) {\n                    var emailAddress = payload['data'][1]['value'];\n                    \/\/ RFC 5322 compliant email regex pattern\n                    const emailRegex = \/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$\/;\n                    var valid = emailRegex.test(emailAddress);\n                    cb(valid);\n                    if (valid && successLink) {\n                        window.open(successLink);\n                    }\n                }\n            });\n\n            var defaultConfig = {\n                generic: {\n                    theme: 'custom',\n                    colors: {\n                        background: 'var(--flexi-lytics-bg-color)',\n                        text: 'var(--flexi-lytics-fg-color)',\n                        close: '#a6a8c7',\n                        actionBackground: 'var(--flexi-lytics-btn-bg-color)',\n                        actionText: 'var(--flexi-lytics-btn-text-color)',\n                        fieldBackground: '#fff'\n                    }\n                },\n            };\n        \n        \n                function initializeNewsletterWidget() {\n                    if (typeof jstag === 'undefined') {\n                        setTimeout(initializeNewsletterWidget, 100);\n                        return;\n                    }\n\n                    window.lyticsIters = window.lyticsIters || {};\n\n                    let lyticsFormID;\n\n                    jstag.on(\"pathfora.publish.done\", function renderNewsletterWidget() {\n                        if (window.lyticsInitialising) {\n                            setTimeout(renderNewsletterWidget, 100);\n                            return;\n                        }\n\n                        window.lyticsInitialising = true;\n\n                        const newsletterContainer = document.querySelector('.lytics-newsletter-xO5QJoxo');\n                        \n                                \n            const newsletterOnLoad = (event, payload, newsletterName, newsletterLogo, title, ctaType, download) => {\n                const newsletterLogoEl = newsletterContainer.querySelector('.newsletter-logo');\n                const widgetText = newsletterContainer.querySelector('.pf-widget-text');\n                \n                if (!newsletterContainer) return;\n\n                if (newsletterLogo !== '' && !newsletterLogoEl) {\n                    newsletterLogo = '<img loading=\"lazy\"  src=\\\"' + newsletterLogo + '\\\" class=\"newsletter-logo\" alt=\"' + newsletterName + '\" \\\/>';\n                    newsletterContainer.insertAdjacentHTML('afterbegin', newsletterLogo);\n                }\n\n                if (title !== '') {\n                    widgetText.querySelector('h2').remove();\n                    title = \"<h3 class=\\\"pf-widget-headline\\\">\" + title + \"<\\\/h3>\";\n                    widgetText.insertAdjacentHTML('afterbegin', title);\n                }\n\n                const footerText = 'Brought to you by';\n                const footerOpen = \"<p class=\\\"brought-to-you\\\">\";\n                const footerClose = \"<\\\/p>\"\n                let legalText = \"<div class=\\\"legal-text\\\"><p>By signing up to receive our newsletter, you agree to our\\n                <a href=\\\"https:\\\/\\\/www2.mvfglobal.com\\\/privacypolicy\\\/b649e\\\" title=\\\"Privacy Policy\\\" target=\\\"_blank\\\">\\n                    Privacy Policy\\n                <\\\/a>.\\n                You can <strong>unsubscribe<\\\/strong> at any time.\\n            <\\\/p><\\\/div>\";\n                let footerLogo = 'https:\/\/images.tech.co\/wp-content\/uploads\/2025\/08\/11050011\/techoco-logo.svg';\n\n                if (footerLogo !== '') {\n                    footerLogo = '<img loading=\"lazy\"  src=\\\"' + footerLogo + '\\\" alt=\\\"Tech.co\\\" \\\/>';\n                }\n\n                if (download) {\n                    legalText = \"<div class=\\\"legal-text\\\"><p>By downloading, you'll also sign up to our newsletter and agree to our\\n                <a href=\\\"https:\\\/\\\/www2.mvfglobal.com\\\/privacypolicy\\\/b649e\\\" title=\\\"Privacy Policy\\\" target=\\\"_blank\\\">\\n                    Privacy Policy\\n                <\\\/a>.\\n                You can <strong>unsubscribe<\\\/strong> at any time.\\n            <\\\/p><\\\/div>\";\n                }\n\n                const smallPrint = legalText + footerOpen + footerText + footerLogo + footerClose;\n\n                const newsletterForm = newsletterContainer.querySelector('form');\n\n                newsletterForm.insertAdjacentHTML('beforeend', smallPrint);\n\n                isSuspicious().then(result => {\n                    if (result) {\n                        let susText = '<p><strong>Form cannot be loaded. If using a VPN, ';\n                        susText = susText + 'please disable and refresh page.<\\\/strong><\\\/p>';\n                        newsletterForm.querySelectorAll('div.pf-form-required').forEach(el => el.remove());\n                        newsletterForm.querySelector('button').remove();\n                        newsletterForm.insertAdjacentHTML('afterbegin', susText);\n                    } else {\n                        const observer = new IntersectionObserver((entries, observerInstance) => {\n                            entries.forEach(entry => {\n                                if (entry.isIntersecting) {\n                                    document.dispatchEvent(\n                                        new CustomEvent(\n                                            'lyticsNewsletterWidgetLoad', {\n                                                detail: {\n                                                    event,\n                                                    payload,\n                                                    name: newsletterName,\n                                                    cta: ctaType,\n                                                }\n                                            }\n                                        )\n                                    );\n                                    observerInstance.disconnect();\n                                }\n                            });\n                        });\n                        observer.observe(newsletterContainer);\n                    }\n                });\n\n                window.lyticsInitialising = false;\n            };\n        \n        \n                        \n                            lyticsFormID = 'form-module-inside_lane';\n\n                            if (document.getElementById(lyticsFormID)) {\n                                if (!window.lyticsIters[lyticsFormID]) {\n                                    window.lyticsIters[lyticsFormID] = 1;\n                                } else {\n                                    window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;\n                                }\n                            }\n\n                            if (window.lyticsIters[lyticsFormID] >= 1) {\n                                lyticsFormID = lyticsFormID + '-' + window.lyticsIters[lyticsFormID];\n                            }\n\n                            var formModule0 = new pathfora.Form({\n                                id: lyticsFormID,\n                                layout: 'inline',\n                                className: 'sign-up-newsletter',\n                                position: '.lytics-newsletter-xO5QJoxo',\n                                msg: \"Join our community of 20,000+ fleet owners and operators by signing up today to our Inside Lane newsletter<ul><li>Essential logistics and fleet industry news<\\\/li><li>Special features and interviews from industry experts<\\\/li><li>Offers and discounts<\\\/li><\\\/ul>\",\n                                okMessage: 'Subscribe',\n                                theme: 'custom',\n                                branding: false,\n                                confirmAction: getConfirmAction(false),\n                                formStates: getFormStates(false),\n                                formElements: getFormElements(),\n                                onLoad: function(event, payload) {\n                                    newsletterOnLoad(\n                                        event, \n                                        payload, \n                                        'Inside Lane',\n                                        'https:\/\/images.tech.co\/wp-content\/uploads\/2025\/08\/11050013\/inside-lane-logo.svg',\n                                        'Get the latest logistics and fleet industry insights and news straight to your inbox',\n                                        \"Lytics_inline\",\n                                        false                                    );\n                                }\n                            });\n\n                            \n                            lyticsFormID = 'form-module-mint_pillow';\n\n                            if (document.getElementById(lyticsFormID)) {\n                                if (!window.lyticsIters[lyticsFormID]) {\n                                    window.lyticsIters[lyticsFormID] = 1;\n                                } else {\n                                    window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;\n                                }\n                            }\n\n                            if (window.lyticsIters[lyticsFormID] >= 1) {\n                                lyticsFormID = lyticsFormID + '-' + window.lyticsIters[lyticsFormID];\n                            }\n\n                            var formModule1 = new pathfora.Form({\n                                id: lyticsFormID,\n                                layout: 'inline',\n                                className: 'sign-up-newsletter',\n                                position: '.lytics-newsletter-xO5QJoxo',\n                                msg: \"Join our community of 20,000+ hotel owners and operators by signing up to The Mint Pillow newsletter today<ul><li>Essential hotel industry news<\\\/li><li>Special features and interviews from industry experts<\\\/li><li>Offers and discounts<\\\/li><\\\/ul>\",\n                                okMessage: 'Subscribe',\n                                theme: 'custom',\n                                branding: false,\n                                confirmAction: getConfirmAction(false),\n                                formStates: getFormStates(false),\n                                formElements: getFormElements(),\n                                onLoad: function(event, payload) {\n                                    newsletterOnLoad(\n                                        event, \n                                        payload, \n                                        'Mint Pillow',\n                                        'https:\/\/images.tech.co\/wp-content\/uploads\/2025\/08\/11050008\/mint-pillow-logo.svg',\n                                        'Get the latest hotel industry advice straight to your inbox',\n                                        \"Lytics_inline\",\n                                        false                                    );\n                                }\n                            });\n\n                            \n                            lyticsFormID = 'form-module-the_prep';\n\n                            if (document.getElementById(lyticsFormID)) {\n                                if (!window.lyticsIters[lyticsFormID]) {\n                                    window.lyticsIters[lyticsFormID] = 1;\n                                } else {\n                                    window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;\n                                }\n                            }\n\n                            if (window.lyticsIters[lyticsFormID] >= 1) {\n                                lyticsFormID = lyticsFormID + '-' + window.lyticsIters[lyticsFormID];\n                            }\n\n                            var formModule2 = new pathfora.Form({\n                                id: lyticsFormID,\n                                layout: 'inline',\n                                className: 'sign-up-newsletter',\n                                position: '.lytics-newsletter-xO5QJoxo',\n                                msg: \"Join our community of 20,000+ restaurant owners by signing up to The Prep newsletter today<ul><li>Essential restaurant and hospitality industry news<\\\/li><li>Special features and interviews from industry experts<\\\/li><li>Offers and discounts<\\\/li><\\\/ul>\",\n                                okMessage: 'Subscribe',\n                                theme: 'custom',\n                                branding: false,\n                                confirmAction: getConfirmAction(false),\n                                formStates: getFormStates(false),\n                                formElements: getFormElements(),\n                                onLoad: function(event, payload) {\n                                    newsletterOnLoad(\n                                        event, \n                                        payload, \n                                        'The Prep',\n                                        'https:\/\/images.tech.co\/wp-content\/uploads\/2025\/08\/11050005\/the-prep-logo.svg',\n                                        'Get the latest restaurant and hospitality advice straight to your inbox',\n                                        \"Lytics_inline\",\n                                        false                                    );\n                                }\n                            });\n\n                            \n                        lyticsFormID = 'form-module-tech_co';\n\n                        if (document.getElementById(lyticsFormID)) {\n                            if (!window.lyticsIters[lyticsFormID]) {\n                                window.lyticsIters[lyticsFormID] = 1;\n                            } else {\n                                window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;\n                            }\n                        }\n\n                        if (window.lyticsIters[lyticsFormID] >= 1) {\n                            lyticsFormID = lyticsFormID + '-' + window.lyticsIters[lyticsFormID];\n                        }\n\n                        var defaultFormModule = new pathfora.Form({\n                            id: lyticsFormID,\n                            layout: 'inline',\n                            className: 'sign-up-newsletter',\n                            position: '.lytics-newsletter-xO5QJoxo',\n                            msg: \"Stay informed on the top business tech stories with Tech.co's weekly highlights reel.<ul><li>Essential tech industry news<\\\/li><li>Special features and interviews from industry experts<\\\/li><li>Offers and discounts<\\\/li><\\\/ul>\",\n                            okMessage: 'Subscribe',\n                            theme: 'custom',\n                            branding: false,\n                            confirmAction: getConfirmAction(false),\n                            formStates: getFormStates(false),\n                            formElements: getFormElements(),\n                            onLoad: function(event, payload) {\n                                newsletterOnLoad(\n                                    event,\n                                    payload,\n                                    'Tech.co',\n                                    '',\n                                    'Get the latest tech news, straight to your inbox',\n                                    \"Lytics_inline\",\n                                    false                                );\n                            }\n                        });\n\n                        const userAudiences = jstag.getSegments();\n\n                        \/\/ Find the first matching segment from modules.target that exists in userAudiences\n                        const findMatchingSegment = (modules) => {\n                            \/\/ Loop through modules.target in priority order\n                            for (const module of modules.target) {\n                                \/\/ Check if this module's segment exists in userAudiences\n                                if (userAudiences.includes(module.segment)) {\n                                    return module;\n                                }\n                            }\n                            \/\/ If no match found, return the default module\n                            return modules.target.find(module => module.segment === 'all');\n                        };\n\n                        var modules = {\n                            target: [\n                                                                    {\n                                        segment: 'b2b_brands_sites_dynamic_newsletter_sign_up_inside_lane_',\n                                        widgets: [formModule0],\n                                        key: 0                                    },\n                                                                    {\n                                        segment: 'b2b_brand_sites_dynamic_newsletters_sign_up_mint_pillow',\n                                        widgets: [formModule1],\n                                        key: 1                                    },\n                                                                    {\n                                        segment: 'b2b_brands_sites_dynamic_newsletter_sign_up_the_prep',\n                                        widgets: [formModule2],\n                                        key: 2                                    },\n                                                                {\n                                    segment: 'all',\n                                    widgets: [defaultFormModule],\n                                    key: 'default'\n                                }\n                            ]\n                        };\n\n                        \/\/ Find the matching module and create a new modules object with only that module\n                        const matchingModule = findMatchingSegment(modules);\n                        const filteredModules = {\n                            target: matchingModule ? [matchingModule] : []\n                        };\n\n                        pathfora.initializeWidgets(filteredModules, defaultConfig);\n\n                        \/\/ Remove loading spinner after widget initialization\n                        const loadingSpinner = newsletterContainer.previousElementSibling;\n\n                        if (loadingSpinner) {\n                            loadingSpinner.classList.add('hidden');\n                        }\n                    });\n                }\n\n                initializeNewsletterWidget();\n            })();\n        <\/script>\n [\/vc_column][\/vc_row][vc_row][vc_column width=&rdquo;2\/3&Prime;][vc_column_text css=&rdquo;&rdquo;]\n<h2>Best ChatGPT Prompts for Writing Emails<\/h2>\n<p>In the modern era, people do most of their writing in their inbox. In fact, according to recent studies, the average person sends <a href=\"https:\/\/emailanalytics.com\/email-productivity-benchmark-report\/\" target=\"_blank\" rel=\"noopener noreferrer\">about 30 emails per day<\/a>, which is a lot of writing over the course of a week, month, or year. Tragically, the majority of that writing is pretty banal, with most just confirming dates, reiterating logistics, and generally touching base on specifics of the business world.<\/p>\n<p>Subsequently, when a platform like ChatGPT comes along that can handle these kind of nitty gritty details, it would be foolish to miss out on the opportunity to use it for email. So, here are some of the best ChatGPT prompts for writing emails to get you started:[\/vc_column_text][\/vc_column][vc_column width=&rdquo;1\/3&Prime;]<\/p><p>&nbsp;<\/p>\n<p style=\"text-align: center\"><a class=\"js-aw-brand-link\" href=\"https:\/\/compare.tech.co\/software-deals-live\/\" data-feed=\"XuPuf49GEEm4y0PaIQDZ0dEjkEf760Vv\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-333457\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/06\/18114043\/About-Techco-video.jpg\" alt=\"About Tech.co Video Thumbnail Showing Lead Writer Conor Cawley Smiling Next to Tech.co Logo\" width=\"200\" height=\"200\"><\/a><strong>This just in! View<\/strong><br>\n<strong><a href=\"https:\/\/compare.tech.co\/software-deals-live\/\">the top business tech deals<\/a> for 2026 &#128104;&zwj;&#128187;<br>\n<\/strong><a class=\"js-aw-brand-link\" href=\"https:\/\/compare.tech.co\/software-deals-live\/\" data-feed=\"XuPuf49GEEm4y0PaIQDZ0dEjkEf760Vv\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-348272 aligncenter\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/09\/09122654\/ok-1.png\" alt=\"See the list button\" width=\"200\" height=\"85\"><\/a><\/p>\n[\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]\n<ul>\n<li><b>I have received this email from my boss regarding [email subject]. I want the reply to it in a friendly, but professional tone. Please make the email no more than 400 words long, and ensure that it is split up into three equally sized paragraphs. Please use a professional sign-off and keep the language reasonably formal throughout the email.<\/b><\/li>\n<li><strong>A friend of mine is sick and I want to send them a thoughtful get well soon email. I&rsquo;d like the email to include a few inspiration quotes about getting over [specific ailment] as well as a reflective nod to the time he took care of me when I was sick with the mumps in college.&nbsp;<\/strong><\/li>\n<li><strong>I want to craft an email announcing [an upcoming event] to a list of 20 friends. Please include all the details about the event, including [time, date, location, parking information, RSVP details] and make it no longer than 500 words. Sign off with a clever phrase and make sure they know that gifts are encouraged.<\/strong><\/li>\n<\/ul>\n<p>Even better, ChatGPT has a dedicated platform to help you write emails. The <a href=\"https:\/\/chatgpt.com\/g\/g-ReCT6THwL-ai-email-writer\" target=\"_blank\" rel=\"noopener noreferrer\">AI Email Writer<\/a> offers specific prompts directly in the chatbot, and asks you questions about tone, important points, and specific details to better establish what you want out of your email experience.[\/vc_column_text] <\/p><div class=\"single-image single-image-arrow none\">\n <div class=\"single-image-box\">\n <img loading=\"lazy\" decoding=\"async\" width=\"955\" height=\"822\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29152648\/chatgpt-email-event.png\" class=\"attachment-full size-full\" alt=\"ChatGPT can easily craft emails for you, including to throw your own birthday party. Source: Tech.co testing\" data-caption=\"Photo: ChatGPT can easily craft emails for you, including to throw your own birthday party. Source: Tech.co testing\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29152648\/chatgpt-email-event.png 955w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29152648\/chatgpt-email-event-640x551.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29152648\/chatgpt-email-event-768x661.png 768w\" sizes=\"auto, (max-width: 955px) 100vw, 955px\"> <\/div>\n <\/div>\n\n[vc_column_text css=&rdquo;&rdquo;]\n<p style=\"text-align: center;\"><em>ChatGPT can easily craft emails for you, including to throw your own birthday party. Source: Tech.co testing<\/em><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]<\/p>\n<h2>Best ChatGPT Prompts for Marketing Copy<\/h2>\n<p>Attracting new customers to your business can be quite a chore, particularly if you aren&rsquo;t a particularly strong writer. Luckily, ChatGPT and other generative AI platforms are adept at producing marketing copy for your business, as long as you know how to prompt it correctly.<\/p>\n<p>Here are some ChatGPT prompts that you can use to solicit the best marketing copy for attracting new customers and retaining loyal customers:<\/p>\n<ul>\n<li><strong>Create engaging marketing copy for an email newsletter designed to sell [product]. Please make the tone of the email informal and a bit goofy to encourage trust with the customer. Also, be sure to mention the [special deal] and [coupon code] for return customers.<\/strong><\/li>\n<li><strong>Write a blog post talking about the benefits of [a product or service]. Highlight the ways in which this product or service can improve the lives of readers in a subtle yet persuasive way. Make it at least 1000 words long and include a meta description that includes [keyword].<\/strong><\/li>\n<li><strong>Provide me with a list of Google Ad headlines that will attract customers to [your business]. Try to encapsulate the [unique selling point of your business] in the headline suggestions, with a clear and professional tone. Keep each headline under 30 characters.&nbsp;<\/strong><\/li>\n<\/ul>\n<p>ChatGPT isn&rsquo;t the only platform that offers this kind of assistance when it comes to developing marketing copy. In fact, there are a wide range of other business software that have integrated generative AI into their systems, making it easy to do so. <a href=\"https:\/\/tech.co\/crm-software\/hubspot-review\"><strong>HubSpot<\/strong><\/a> is a good example, offering tools to help you craft email subject lines and other marketing copy directly in the platform, making it easier to develop content with the purpose of reaching new customers.[\/vc_column_text] <\/p><div class=\"single-image single-image-arrow none\">\n <div class=\"single-image-box\">\n <img loading=\"lazy\" decoding=\"async\" width=\"1160\" height=\"1092\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29152719\/chatgpt-marketing-burgers.png\" class=\"attachment-full size-full\" alt=\"ChatGPT is great at providing bullet point lists for ideas as well. Source: Tech.co testing\" data-caption=\"Photo: ChatGPT is great at providing bullet point lists for ideas as well. Source: Tech.co testing\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29152719\/chatgpt-marketing-burgers.png 1160w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29152719\/chatgpt-marketing-burgers-640x602.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29152719\/chatgpt-marketing-burgers-1024x964.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29152719\/chatgpt-marketing-burgers-768x723.png 768w\" sizes=\"auto, (max-width: 1160px) 100vw, 1160px\"> <\/div>\n <\/div>\n\n[vc_column_text css=&rdquo;&rdquo;]\n<p style=\"text-align: center;\"><em>ChatGPT is great at providing bullet point lists for ideas as well. Source: Tech.co testing<\/em><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]<\/p>\n<h2>Best ChatGPT Prompts for Writing Creatively<\/h2>\n<p>If you want to use ChatGPT to write creatively, whether it be poetry, short stories, or a full-on novel, you&rsquo;re in luck. The platform provides a wide range of helpful tools that can get you started on your next creative endeavor.<\/p>\n<p>Here are some ChatGPT prompts for writing creatively that will act as a great jumping off point for your next story:<\/p>\n<ul>\n<li><strong>Provide an outline for a story about [character description] that uses [super powers] to save his family from [enemy]. Set the story in the year 4100, and give the character a unique name that is kind of funny. Have three clear acts in the outline, with a little side story about his love of [sport].<\/strong><\/li>\n<li><strong>Give me a list of story ideas that are set in modern Ireland, focusing on the local lives of residents. Provide a title and brief two sentence synopsis for each story idea, as well as character name suggestions for each one.<\/strong><\/li>\n<li><strong>Write a character description about a 75-year-old retired spy that wants to get back into the action. Give him a tragic backstory about why he had to quite being a spy and have him be married with a lot of kids now.<\/strong><\/li>\n<\/ul>\n<p>It&rsquo;s worth noting, however, that you shouldn&rsquo;t completely rely on ChatGPT to writing creatively for you. For one, the platform hasn&rsquo;t gotten than human touch, and many users have found that its creative output is <a href=\"https:\/\/tech.co\/news\/why-shouldnt-use-chatgpt-therapist\"><strong>definitely lacking a bit<\/strong><\/a>. Additionally, writing creatively is one of the most human things you can do, a relegating ChatGPT to doing it for you almost entirely defeats the purpose.<\/p>\n<p>Simply put, using ChatGPT as inspiring can be hugely helpful, but using it to write creatively for you is silly at best and existentially foolish at worst.[\/vc_column_text] <\/p><div class=\"single-image single-image-arrow none\">\n <div class=\"single-image-box\">\n <img loading=\"lazy\" decoding=\"async\" width=\"1261\" height=\"1167\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29154424\/chatgpt-creative-writing.png\" class=\"attachment-full size-full\" alt=\"ChatGPT can get pretty creative when it wants to, but we still recommend giving it your own spin. Source: Tech.co testing\" data-caption=\"Photo: ChatGPT can get pretty creative when it wants to, but we still recommend giving it your own spin. Source: Tech.co testing\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29154424\/chatgpt-creative-writing.png 1261w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29154424\/chatgpt-creative-writing-640x592.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29154424\/chatgpt-creative-writing-1024x948.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/01\/29154424\/chatgpt-creative-writing-768x711.png 768w\" sizes=\"auto, (max-width: 1261px) 100vw, 1261px\"> <\/div>\n <\/div>\n\n[vc_column_text css=&rdquo;&rdquo;]\n<p style=\"text-align: center;\"><em>ChatGPT can get pretty creative when it wants to, but we still recommend giving it your own spin. Source: Tech.co testing<\/em><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]<\/p>\n<h2>The Risks of Using ChatGPT for Writing<\/h2>\n<p>Generative AI platforms like ChatGPT have been a huge boon for those looking to get more done with less work. They can churn out impressively coherent content with incredible speed, substantially <a href=\"https:\/\/tech.co\/news\/best-ai-productivity-tools\"><strong>improving productivity<\/strong><\/a> for those that know how to craft a good prompt.<\/p>\n<p>However, it&rsquo;s worth noting that the use of ChatGPT for writing should always be approached with a bit of caution. For starters, the platforms aren&rsquo;t always factual when it comes to the information they churn out. <a href=\"https:\/\/tech.co\/news\/list-ai-failures-mistakes-errors\"><strong>AI errors<\/strong><\/a> have become all too common, so we&rsquo;d recommend double- and even triple-checking the information that comes out before you send it out to anyone.<\/p>\n<p>On top of that, while AI chatbots like ChatGPT are good at writing, they aren&rsquo;t great just yet. Fully relying on these platforms to write your entire email, your entire marketing campaign, or your entire short story will likely set off red flags in the reader that it was written by a robot, rather than an actual person.<\/p>\n<p>All that to say, relying on ChatGPT too much for your writing won&rsquo;t make you a good writer. It&rsquo;ll just make you a good prompter.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Whether it be for crafting the perfect email or developing the perfect story, these ChatGPT prompts can get you started.<\/p>\n","protected":false},"author":8358,"featured_media":354884,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"single-sidebar.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-359201","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","col-12"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Best ChatGPT Prompts for Writing - Helpful Tips<\/title>\n<meta name=\"description\" content=\"Learn more about what kind of ChatGPT prompts are ideal for improving your writing, whether it be for emails or content.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Best ChatGPT Prompts for Writing - Helpful Tips\" \/>\n<meta property=\"og:description\" content=\"Learn more about what kind of ChatGPT prompts are ideal for improving your writing, whether it be for emails or content.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing\" \/>\n<meta property=\"og:site_name\" content=\"Tech.co\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/conor.cawley.7\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-03T13:11:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-04T19:10:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Conor Cawley\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ConorCawley\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Conor Cawley\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#article\",\"isPartOf\":{\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing\"},\"author\":{\"name\":\"Conor Cawley\",\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233\"},\"headline\":\"Best ChatGPT Prompts for Writing\",\"datePublished\":\"2025-02-03T13:11:42+00:00\",\"dateModified\":\"2025-12-04T19:10:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing\"},\"wordCount\":1471,\"image\":{\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg\",\"keywords\":[\"AI Learning\",\"AI Tools\",\"Artificial Intelligence\"],\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2025\",\"copyrightHolder\":{\"@id\":\"https:\/\/tech.co\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing\",\"url\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing\",\"name\":\"Best ChatGPT Prompts for Writing - Helpful Tips\",\"isPartOf\":{\"@id\":\"https:\/\/tech.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg\",\"datePublished\":\"2025-02-03T13:11:42+00:00\",\"dateModified\":\"2025-12-04T19:10:54+00:00\",\"author\":{\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233\"},\"description\":\"Learn more about what kind of ChatGPT prompts are ideal for improving your writing, whether it be for emails or content.\",\"breadcrumb\":{\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#primaryimage\",\"url\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg\",\"contentUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg\",\"width\":1920,\"height\":960,\"caption\":\"ChatGPT logo on laptop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tech.co\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Best ChatGPT Prompts for Writing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tech.co\/#website\",\"url\":\"https:\/\/tech.co\/\",\"name\":\"Tech.co\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tech.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233\",\"name\":\"Conor Cawley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg\",\"caption\":\"Conor Cawley\"},\"description\":\"Conor is the Lead Writer for Tech.co. For the last eight years, he\u2019s covered everything from tech news and product reviews to digital marketing trends and business tech innovations. He's a feature, reviews, and news contributor for Android Police, and he has hosted tech-focused events for SXSW, Tech in Motion, and General Assembly, to name a few. He also cannot pronounce the word \\\"colloquially\\\" correctly. You can email Conor at conor@tech.co.\",\"sameAs\":[\"https:\/\/www.facebook.com\/conor.cawley.7\",\"https:\/\/www.linkedin.com\/in\/conor-cawley-6467a558\",\"https:\/\/x.com\/ConorCawley\"],\"url\":\"https:\/\/tech.co\/author\/conor-cawley\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Best ChatGPT Prompts for Writing - Helpful Tips","description":"Learn more about what kind of ChatGPT prompts are ideal for improving your writing, whether it be for emails or content.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing","og_locale":"en_US","og_type":"article","og_title":"Best ChatGPT Prompts for Writing - Helpful Tips","og_description":"Learn more about what kind of ChatGPT prompts are ideal for improving your writing, whether it be for emails or content.","og_url":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing","og_site_name":"Tech.co","article_author":"https:\/\/www.facebook.com\/conor.cawley.7","article_published_time":"2025-02-03T13:11:42+00:00","article_modified_time":"2025-12-04T19:10:54+00:00","og_image":[{"width":1920,"height":960,"url":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg","type":"image\/jpeg"}],"author":"Conor Cawley","twitter_card":"summary_large_image","twitter_creator":"@ConorCawley","twitter_misc":{"Written by":"Conor Cawley","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#article","isPartOf":{"@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing"},"author":{"name":"Conor Cawley","@id":"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233"},"headline":"Best ChatGPT Prompts for Writing","datePublished":"2025-02-03T13:11:42+00:00","dateModified":"2025-12-04T19:10:54+00:00","mainEntityOfPage":{"@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing"},"wordCount":1471,"image":{"@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#primaryimage"},"thumbnailUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg","keywords":["AI Learning","AI Tools","Artificial Intelligence"],"articleSection":["News"],"inLanguage":"en-US","copyrightYear":"2025","copyrightHolder":{"@id":"https:\/\/tech.co\/#organization"}},{"@type":"WebPage","@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing","url":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing","name":"Best ChatGPT Prompts for Writing - Helpful Tips","isPartOf":{"@id":"https:\/\/tech.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#primaryimage"},"image":{"@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#primaryimage"},"thumbnailUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg","datePublished":"2025-02-03T13:11:42+00:00","dateModified":"2025-12-04T19:10:54+00:00","author":{"@id":"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233"},"description":"Learn more about what kind of ChatGPT prompts are ideal for improving your writing, whether it be for emails or content.","breadcrumb":{"@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tech.co\/news\/best-chatgpt-prompts-writing"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#primaryimage","url":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg","contentUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/07\/05064136\/AdobeStock_652386062_Editorial_Use_Only-1-min-e1736781247116.jpeg","width":1920,"height":960,"caption":"ChatGPT logo on laptop"},{"@type":"BreadcrumbList","@id":"https:\/\/tech.co\/news\/best-chatgpt-prompts-writing#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tech.co\/"},{"@type":"ListItem","position":2,"name":"Best ChatGPT Prompts for Writing"}]},{"@type":"WebSite","@id":"https:\/\/tech.co\/#website","url":"https:\/\/tech.co\/","name":"Tech.co","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tech.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233","name":"Conor Cawley","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tech.co\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg","caption":"Conor Cawley"},"description":"Conor is the Lead Writer for Tech.co. For the last eight years, he\u2019s covered everything from tech news and product reviews to digital marketing trends and business tech innovations. He's a feature, reviews, and news contributor for Android Police, and he has hosted tech-focused events for SXSW, Tech in Motion, and General Assembly, to name a few. He also cannot pronounce the word \"colloquially\" correctly. You can email Conor at conor@tech.co.","sameAs":["https:\/\/www.facebook.com\/conor.cawley.7","https:\/\/www.linkedin.com\/in\/conor-cawley-6467a558","https:\/\/x.com\/ConorCawley"],"url":"https:\/\/tech.co\/author\/conor-cawley"}]}},"_links":{"self":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/posts\/359201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/users\/8358"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/comments?post=359201"}],"version-history":[{"count":0,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/posts\/359201\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media\/354884"}],"wp:attachment":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media?parent=359201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}