{"id":2587,"date":"2024-10-31T18:28:51","date_gmt":"2024-10-31T18:28:51","guid":{"rendered":"https:\/\/kittlb-26937.roald-dfw.servebolt.cloud\/ai-prompt-writing-guide\/"},"modified":"2026-02-08T15:55:36","modified_gmt":"2026-02-08T15:55:36","slug":"ai-prompt-writing-guide","status":"publish","type":"post","link":"https:\/\/www.kittl.com\/blogs\/ai-prompt-writing-guide\/","title":{"rendered":"Writing AI prompts: Tips &amp; tricks for creatives"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">AI tools are becoming common companions in creative industries. Artists, print-on-demand creators, graphic designers, and marketers are using them to unlock new levels of efficiency and creativity. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But, many generative AI users experience a frustrating (but common) challenge: discrepancies between what they want to generate and what&#8217;s generated. To create more accurate generative AI content, you need to learn the skill that&#8217;s growing in demand &#8211; writ<strong>ing AI pro<\/strong>mpts, also known as prompt engineering.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This guide will break down the <strong>four building blocks of AI prompt writing<\/strong> you need to know for effective prompt engineering. On top of that, will share the <strong>five common mistakes to avoid when writing an AI prompt<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By the end, you&#8217;ll kno<strong>w how to write better promp<\/strong>ts to create more precise generations and leverage the full capabilities of your AI tools.<\/p>\n\n\n<style>.kb-table-of-content-nav.kb-table-of-content-id2587_9fe5a7-78 .kb-table-of-content-wrap{padding-top:var(--global-kb-spacing-sm, 1.5rem);padding-right:var(--global-kb-spacing-sm, 1.5rem);padding-bottom:var(--global-kb-spacing-sm, 1.5rem);padding-left:var(--global-kb-spacing-sm, 1.5rem);}.kb-table-of-content-nav.kb-table-of-content-id2587_9fe5a7-78 .kb-table-of-contents-title-wrap{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.kb-table-of-content-nav.kb-table-of-content-id2587_9fe5a7-78 .kb-table-of-contents-title{font-weight:regular;font-style:normal;}.kb-table-of-content-nav.kb-table-of-content-id2587_9fe5a7-78 .kb-table-of-content-wrap .kb-table-of-content-list{font-weight:regular;font-style:normal;margin-top:var(--global-kb-spacing-sm, 1.5rem);margin-right:0px;margin-bottom:0px;margin-left:0px;}<\/style>\n\n\n<h3 class=\"wp-block-heading\">Sign up for Kittl&#8217;s newsletter to receive 25% off a Kittl Pro subscription!*<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">*See terms below<\/p>\n\n\n\n<!-- Kittl Blog Subscription \u2013 Black on White -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<div class=\"kittl-subscribe-wrap\">\n  <form\n    class=\"kittl-subscribe-form\"\n    method=\"POST\"\n    action=\"https:\/\/eu.customerioforms.com\/forms\/submit_action?site_id=a95c93fa72759f9d3d52&#038;form_id=4f719f5d93664c0&#038;success_url=https:\/\/www.kittl.com\/x\/blog-sign-up-success\"\n    accept-charset=\"UTF-8\"\n    aria-labelledby=\"kittl-sub-title\"\n  >\n    <h2 id=\"kittl-sub-title\" class=\"kittl-sub-title\">Get the latest posts<\/h2>\n    <p class=\"kittl-sub-subtitle\">Design tips and resources. No spam.<\/p>\n\n    <label class=\"kittl-sub-label\" for=\"kittl-name\">Full name<\/label>\n    <input id=\"kittl-name\" name=\"name\" type=\"text\" class=\"kittl-sub-input\" autocomplete=\"name\" required>\n\n    <label class=\"kittl-sub-label\" for=\"kittl-email\">Email address<\/label>\n    <input id=\"kittl-email\" name=\"email\" type=\"email\" class=\"kittl-sub-input\" autocomplete=\"email\" required>\n\n    <input type=\"hidden\" name=\"signup_source\" value=\"prompt_writing_tips\">\n\n    <div class=\"kittl-sub-hp\" aria-hidden=\"true\">\n      <label for=\"kittl-website\">Leave this field empty<\/label>\n      <input id=\"kittl-website\" name=\"website\" type=\"text\" tabindex=\"-1\" autocomplete=\"off\">\n    <\/div>\n\n    <button type=\"submit\" class=\"kittl-sub-btn\" aria-label=\"Sign up to the blog\">\n      Sign up\n      <span class=\"kittl-sub-spinner\" aria-hidden=\"true\"><\/span>\n    <\/button>\n\n    <p class=\"kittl-sub-legal\">By subscribing, you agree to receive emails from Kittl. Unsubscribe anytime.<\/p>\n  <\/form>\n<\/div>\n\n<style>\n  .kittl-subscribe-wrap {\n    display: grid;\n    place-items: center;\n    padding: 24px;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  }\n\n  .kittl-subscribe-form {\n    --bg: #FFFFFF;   \/* White background *\/\n    --ink: #000000;  \/* Black text *\/\n    --ink-weak: #555555;\n    --border: #DDDDDD;\n    --btn: #000000;  \/* Black button *\/\n    --btn-hover: #333333;\n    --radius: 12px;\n\n    width: 100%;\n    max-width: 560px;\n    background: var(--bg);\n    color: var(--ink);\n    border-radius: var(--radius);\n    padding: 28px;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.06);\n  }\n\n  .kittl-sub-title {\n    margin: 0 0 6px;\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    color: var(--ink);\n  }\n  .kittl-sub-subtitle {\n    margin: 0 0 16px;\n    font-size: 14px;\n    color: var(--ink-weak);\n  }\n\n  .kittl-sub-label {\n    display: block;\n    margin: 14px 0 6px;\n    font-weight: 600;\n    color: var(--ink);\n    font-size: 14px;\n  }\n\n  .kittl-sub-input {\n    width: 100%;\n    padding: 12px;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    background: #FFFFFF;\n    font-size: 16px;\n    line-height: 1.4;\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n    color: var(--ink);\n  }\n  .kittl-sub-input:focus {\n    border-color: #AAAAAA;\n    box-shadow: 0 0 0 4px rgba(0,0,0,0.05);\n    outline: none;\n  }\n\n  .kittl-sub-btn {\n    margin-top: 18px;\n    width: 100%;\n    padding: 12px 14px;\n    background: var(--btn);\n    color: #FFFFFF;\n    border: none;\n    border-radius: 8px;\n    cursor: pointer;\n    font-weight: 600;\n    font-size: 16px;\n    transition: background-color 0.2s ease, transform 0.1s ease;\n  }\n  .kittl-sub-btn:hover { background: var(--btn-hover); }\n  .kittl-sub-btn:active { transform: translateY(1px); }\n\n  .kittl-sub-spinner {\n    width: 16px;\n    height: 16px;\n    border: 2px solid rgba(255,255,255,0.55);\n    border-top-color: #FFFFFF;\n    border-radius: 50%;\n    display: none;\n    animation: spin 0.8s linear infinite;\n  }\n  .kittl-sub-btn.loading .kittl-sub-spinner { display: inline-block; }\n  @keyframes spin { to { transform: rotate(360deg); } }\n\n  .kittl-sub-legal {\n    margin: 12px 0 0;\n    font-size: 12px;\n    color: var(--ink-weak);\n  }\n\n  .kittl-sub-hp {\n    position: absolute !important;\n    left: -10000px !important;\n    top: auto !important;\n    width: 1px !important;\n    height: 1px !important;\n    overflow: hidden !important;\n  }\n<\/style>\n\n<script>\n  (function() {\n    if (document.getElementById('cio-forms-handler')) return;\n    var t = document.createElement('script'),\n        s = document.getElementsByTagName('script')[0];\n    t.async = true;\n    t.id = 'cio-forms-handler';\n    t.setAttribute('data-site-id', 'a95c93fa72759f9d3d52');\n    t.setAttribute('data-base-url', 'https:\/\/eu.customerioforms.com');\n    t.src = 'https:\/\/eu.customerioforms.com\/assets\/forms.js';\n    s.parentNode.insertBefore(t, s);\n  })();\n\n  \/\/ Button feedback\n  (function () {\n    var form = document.querySelector('.kittl-subscribe-form');\n    if (!form) return;\n    form.addEventListener('submit', function () {\n      var btn = form.querySelector('.kittl-sub-btn');\n      if (btn) {\n        btn.classList.add('loading');\n        btn.setAttribute('disabled', 'disabled');\n      }\n    });\n  })();\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">What is a prompt in generative AI?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>A prompt is a written or verbal request or query given to an AI tool to receive a specific respo<\/strong>nse. Prompts serve as a way to communicate what you want from an AI model, whether it&#8217;s a direct answer to a question, an image generation, a piece of text, or another type of content.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The information included in a prompt and its structure can vary depending on the type of content the AI is generating. With an <a href=\"https:\/\/www.kittl.com\/feature\/ai-text-to-image\" target=\"_blank\" rel=\"noreferrer noopener\">AI image generator<\/a>, for example, prompts should include descriptive language detailing the desired image elements, such as the subject, setting, colors, style, mood, and more.<\/p>\n\n\n<style>.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kt-info-box2587_09b685-ce .kt-blocks-info-box-link-wrap{max-width:unset;}.kt-info-box2587_09b685-ce .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;background:#e0f2ff;padding-top:var(--global-kb-spacing-xs, 1rem);padding-right:var(--global-kb-spacing-xs, 1rem);padding-bottom:var(--global-kb-spacing-xs, 1rem);padding-left:var(--global-kb-spacing-xs, 1rem);}.kt-info-box2587_09b685-ce .kadence-info-box-icon-container .kt-info-svg-icon, .kt-info-box2587_09b685-ce .kt-info-svg-icon-flip, .kt-info-box2587_09b685-ce .kt-blocks-info-box-number{font-size:20px;}.kt-info-box2587_09b685-ce .kt-blocks-info-box-media{border-radius:200px;overflow:hidden;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;margin-top:0px;margin-right:20px;margin-bottom:0px;margin-left:0px;}.kt-info-box2587_09b685-ce .kt-blocks-info-box-media .kadence-info-box-image-intrisic img{border-radius:200px;}.kt-info-box2587_09b685-ce .kt-infobox-textcontent span.kt-blocks-info-box-title{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:5px;margin-right:0px;margin-bottom:10px;margin-left:0px;}.kt-info-box2587_09b685-ce .kt-blocks-info-box-learnmore{background:transparent;border-width:0px 0px 0px 0px;padding-top:4px;padding-right:8px;padding-bottom:4px;padding-left:8px;margin-top:10px;margin-right:0px;margin-bottom:10px;margin-left:0px;}@media all and (max-width: 1024px){.kt-info-box2587_09b685-ce .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}@media all and (max-width: 767px){.kt-info-box2587_09b685-ce .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}<\/style>\n<div class=\"wp-block-kadence-infobox kt-info-box2587_09b685-ce\"><span class=\"kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-kb-custom-9633 kt-info-svg-icon\"><svg viewBox=\"0 0 20 21\"  fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><g clip-path=\"url(#clip0_1680_2910)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.82963 2.61528C6.9361 1.50881 8.43679 0.887207 10.0016 0.887207C11.5663 0.887207 13.067 1.50881 14.1735 2.61528C15.28 3.72174 15.9016 5.22243 15.9016 6.78721C15.9016 8.08514 15.4056 9.4153 14.3725 10.3557C13.776 10.9548 13.5002 11.383 13.3841 11.9637C13.2866 12.4511 12.8125 12.7672 12.3251 12.6697C11.8377 12.5722 11.5216 12.0981 11.619 11.6107C11.8352 10.5297 12.389 9.79364 13.1152 9.06748C13.1263 9.05632 13.1378 9.04546 13.1495 9.03491C13.7702 8.47627 14.1016 7.64805 14.1016 6.78721C14.1016 5.69982 13.6696 4.65697 12.9007 3.88807C12.1318 3.11917 11.089 2.68721 10.0016 2.68721C8.91418 2.68721 7.87132 3.11917 7.10242 3.88807C6.33353 4.65697 5.90156 5.69982 5.90156 6.78721C5.90156 7.44437 6.013 8.19252 6.88796 9.06748C7.5219 9.70142 8.16637 10.5221 8.38409 11.6107C8.48157 12.0981 8.16547 12.5722 7.67807 12.6697C7.19066 12.7672 6.71652 12.4511 6.61904 11.9637C6.50342 11.3856 6.14789 10.873 5.61517 10.3403C4.32346 9.04856 4.10156 7.79671 4.10156 6.78721C4.10156 5.22243 4.72317 3.72174 5.82963 2.61528ZM6.60156 15.1205C6.60156 14.6235 7.00451 14.2205 7.50156 14.2205H12.5016C12.9986 14.2205 13.4016 14.6235 13.4016 15.1205C13.4016 15.6176 12.9986 16.0205 12.5016 16.0205H7.50156C7.00451 16.0205 6.60156 15.6176 6.60156 15.1205ZM7.4349 18.4539C7.4349 17.9568 7.83784 17.5539 8.3349 17.5539H11.6682C12.1653 17.5539 12.5682 17.9568 12.5682 18.4539C12.5682 18.9509 12.1653 19.3539 11.6682 19.3539H8.3349C7.83784 19.3539 7.4349 18.9509 7.4349 18.4539Z\"\/><\/g><defs ><clipPath id=\"clip0_1680_2910\"><rect width=\"20\" height=\"20\" transform=\"translate(0 0.120605)\"\/><\/clipPath><\/defs><\/svg><\/span><\/div><\/div><\/div><\/div><div class=\"kt-infobox-textcontent\"><span class=\"kt-blocks-info-box-title\">Learn the lingo<\/span><p class=\"kt-blocks-info-box-text\">The practice of writing prompts is called prompt engineering.<\/p><\/div><\/span><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What are art prompts in AI?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An AI art prompt is a specific set of instructions provided to a generative AI model to create <strong>artwork<\/strong>. This prompt typically includes detailed descriptions of the subject, setting, style, and other relevant features that guide the AI.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What makes an AI prompt great?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We spoke with our Senior AI Product Manager, Simon Turner, and asked him what makes a great AI prompt. Here\u2019s what he had to say:<\/p>\n\n\n<style>.kb-row-layout-id2587_5c7101-12 > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id2587_5c7101-12 > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id2587_5c7101-12 > .kt-row-column-wrap{column-gap:var(--global-kb-gap-sm, 1rem);row-gap:var(--global-kb-gap-md, 2rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id2587_5c7101-12 > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){.kb-row-layout-id2587_5c7101-12 > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 767px){.kb-row-layout-id2587_5c7101-12 > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id2587_5c7101-12 alignnone kittl-quote-block wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n<style>.kadence-column2587_95f405-37 > .kt-inside-inner-col{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.kadence-column2587_95f405-37 > .kt-inside-inner-col,.kadence-column2587_95f405-37 > .kt-inside-inner-col:before{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;}.kadence-column2587_95f405-37 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column2587_95f405-37 > .kt-inside-inner-col{flex-direction:column;}.kadence-column2587_95f405-37 > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column2587_95f405-37 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column2587_95f405-37{position:relative;}@media all and (max-width: 1024px){.kadence-column2587_95f405-37 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column2587_95f405-37 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column2587_95f405-37\"><div class=\"kt-inside-inner-col\"><style>.wp-block-kadence-advancedheading.kt-adv-heading2587_86dc26-6f, .wp-block-kadence-advancedheading.kt-adv-heading2587_86dc26-6f[data-kb-block=\"kb-adv-heading2587_86dc26-6f\"]{display:block;font-style:normal;}.wp-block-kadence-advancedheading.kt-adv-heading2587_86dc26-6f mark.kt-highlight, .wp-block-kadence-advancedheading.kt-adv-heading2587_86dc26-6f[data-kb-block=\"kb-adv-heading2587_86dc26-6f\"] mark.kt-highlight{font-style:normal;color:#f76a0c;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.wp-block-kadence-advancedheading.kt-adv-heading2587_86dc26-6f img.kb-inline-image, .wp-block-kadence-advancedheading.kt-adv-heading2587_86dc26-6f[data-kb-block=\"kb-adv-heading2587_86dc26-6f\"] img.kb-inline-image{width:150px;vertical-align:baseline;}<\/style>\n<span class=\"kt-adv-heading2587_86dc26-6f kittl-quote-content wp-block-kadence-advancedheading\" data-kb-block=\"kb-adv-heading2587_86dc26-6f\"><em>When we think about the task of translating a vision into an image through text prompting, we consider \u2018prompt adherence\u2019 &#8211; how well the model follows the specifics of the prompt. More advanced models, such as Kittl AI Advanced Image Gen, are typically stronger in prompt adherence; this means it can handle detailed, descriptive prompts well. <\/em><strong>What makes an AI prompt great?<\/strong><em> We recommend thinking about a coherent but descriptive prompt that guides the model on all aspects of the vision you have in mind.<\/em><\/span>\n\n\n\n<p class=\"kittl-quote-author wp-block-paragraph\"><strong>Simon Turner<\/strong>, Senior AI Product Manager<\/p>\n<\/div><\/div>\n\n<\/div><\/div>\n\n\n<p class=\"wp-block-paragraph\">If you ask someone for help with a task, the more precise your ask is, the more likely they\u2019ll be able to understand what you want and accurately deliver. If you\u2019re unclear, and don\u2019t relay the details of what you need, then they won\u2019t have the information they need to complete the task the way you want. The same goes for prompt writing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.typeface.ai\/blog\/7-generative-ai-use-cases-in-enterprise-marketing\" target=\"_blank\" rel=\"noreferrer noopener\">Generative AI use cases<\/a> include crafting images, designing logos, and drafting copy, but the quality of its output relies heavily on the quality of the input. For businesses looking to streamline operations or <a href=\"https:\/\/www.mightycall.com\/blog\/virtual-call-center\/\" target=\"_blank\" rel=\"noreferrer noopener\">set up a call center<\/a>, leveraging AI-powered tools ensures precision and efficiency. Similarly, writers can rely on an <a href=\"https:\/\/writerbuddy.ai\/essay-humanizer\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/writerbuddy.ai\/essay-humanizer\" rel=\"noreferrer noopener\">AI Essay Humanizer<\/a> to refine drafts and make text sound more natural. In other words, AI only creates as well as it\u2019s asked to, responding directly to the structure, tone, and specificity of prompts.<\/p>\n\n\n<style>.kb-row-layout-id2587_cf202d-0d > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id2587_cf202d-0d > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id2587_cf202d-0d > .kt-row-column-wrap{column-gap:var(--global-kb-gap-sm, 1rem);row-gap:var(--global-kb-gap-md, 2rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id2587_cf202d-0d > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){.kb-row-layout-id2587_cf202d-0d > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 767px){.kb-row-layout-id2587_cf202d-0d > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id2587_cf202d-0d alignnone kittl-quote-block wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n<style>.kadence-column2587_fd617c-62 > .kt-inside-inner-col{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.kadence-column2587_fd617c-62 > .kt-inside-inner-col,.kadence-column2587_fd617c-62 > .kt-inside-inner-col:before{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;}.kadence-column2587_fd617c-62 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column2587_fd617c-62 > .kt-inside-inner-col{flex-direction:column;}.kadence-column2587_fd617c-62 > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column2587_fd617c-62 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column2587_fd617c-62{position:relative;}@media all and (max-width: 1024px){.kadence-column2587_fd617c-62 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column2587_fd617c-62 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column2587_fd617c-62\"><div class=\"kt-inside-inner-col\"><style>.wp-block-kadence-advancedheading.kt-adv-heading2587_6c9b0e-d0, .wp-block-kadence-advancedheading.kt-adv-heading2587_6c9b0e-d0[data-kb-block=\"kb-adv-heading2587_6c9b0e-d0\"]{display:block;font-style:normal;}.wp-block-kadence-advancedheading.kt-adv-heading2587_6c9b0e-d0 mark.kt-highlight, .wp-block-kadence-advancedheading.kt-adv-heading2587_6c9b0e-d0[data-kb-block=\"kb-adv-heading2587_6c9b0e-d0\"] mark.kt-highlight{font-style:normal;color:#f76a0c;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.wp-block-kadence-advancedheading.kt-adv-heading2587_6c9b0e-d0 img.kb-inline-image, .wp-block-kadence-advancedheading.kt-adv-heading2587_6c9b0e-d0[data-kb-block=\"kb-adv-heading2587_6c9b0e-d0\"] img.kb-inline-image{width:150px;vertical-align:baseline;}<\/style>\n<span class=\"kt-adv-heading2587_6c9b0e-d0 kittl-quote-content wp-block-kadence-advancedheading\" data-kb-block=\"kb-adv-heading2587_6c9b0e-d0\">The model needs to make a series of predictions on how to \u2018build\u2019 the image, meaning the way the prompt is written can influence the way the image is generated.<\/span>\n\n\n\n<p class=\"kittl-quote-author wp-block-paragraph\"><strong>Simon Turner<\/strong>, Senior AI Product Manager<\/p>\n<\/div><\/div>\n\n<\/div><\/div>\n\n\n<p class=\"wp-block-paragraph\">The key takeaway is that a great AI prompt relies on the structure, level of detail, and specificity of the request.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, let\u2019s dive into how to build a good AI prompt!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The 4 building blocks of a good prompt<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Effective AI prompts involve specific building blocks that guide the AI to create exactly what you envision. You need to intentionally incorporate these elements into your prompt. This will help you better communicate your creative ideas and produce accurate outputs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use the <strong>four core elements of AI prompts<\/strong> below as the building blocks to write great AI prompts.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Core elements of prompts<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Set the scene<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019ll want to start with the basics, which is establishing the scene and your subject (if you have one). For example, let\u2019s set a scene in a park and use a dog as our subject. Setting up a clear subject right from the start tells the AI what main object or scene to focus on.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If we were to immediately apply this and use \u201ca dog in a park\u201d as our prompt, we\u2019ll produce generic results like the image below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/images.prismic.io\/kittlblog\/ZytQ968jQArT0SPn_doginapark1.png?auto=format,compress\" alt=\"Simple AI prompt example\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">To avoid this and get an image that aligns with your vision, consider the five Ws to set the scene: who, what, where, when, and why. This will help establish a foundation that the AI can build upon. For this step, keep it simple and clear.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Who: <\/strong>define who (or what) the subject is. What does the dog look like?<\/li>\n\n\n\n<li><strong>What: <\/strong>what&#8217;s happening in the scene? What is the dog doing?<\/li>\n\n\n\n<li><strong>Where:<\/strong> where is the location?<\/li>\n\n\n\n<li><strong>When:<\/strong> what season is it or time of day?<\/li>\n\n\n\n<li><strong>Why:<\/strong> this question is a bit more nuanced but consider why youre creating the image. What is the image trying to convey?<\/li>\n<\/ol>\n\n\n<style>.kb-row-layout-id2587_387174-7a > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id2587_387174-7a > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id2587_387174-7a > .kt-row-column-wrap{column-gap:var(--global-kb-gap-sm, 1rem);row-gap:var(--global-kb-gap-md, 2rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id2587_387174-7a > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){.kb-row-layout-id2587_387174-7a > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 767px){.kb-row-layout-id2587_387174-7a > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id2587_387174-7a alignnone kittl-quote-block wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n<style>.kadence-column2587_862cab-dd > .kt-inside-inner-col{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.kadence-column2587_862cab-dd > .kt-inside-inner-col,.kadence-column2587_862cab-dd > .kt-inside-inner-col:before{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;}.kadence-column2587_862cab-dd > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column2587_862cab-dd > .kt-inside-inner-col{flex-direction:column;}.kadence-column2587_862cab-dd > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column2587_862cab-dd > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column2587_862cab-dd{position:relative;}@media all and (max-width: 1024px){.kadence-column2587_862cab-dd > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column2587_862cab-dd > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column2587_862cab-dd\"><div class=\"kt-inside-inner-col\"><style>.wp-block-kadence-advancedheading.kt-adv-heading2587_3d773d-bd, .wp-block-kadence-advancedheading.kt-adv-heading2587_3d773d-bd[data-kb-block=\"kb-adv-heading2587_3d773d-bd\"]{display:block;font-style:normal;}.wp-block-kadence-advancedheading.kt-adv-heading2587_3d773d-bd mark.kt-highlight, .wp-block-kadence-advancedheading.kt-adv-heading2587_3d773d-bd[data-kb-block=\"kb-adv-heading2587_3d773d-bd\"] mark.kt-highlight{font-style:normal;color:#f76a0c;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.wp-block-kadence-advancedheading.kt-adv-heading2587_3d773d-bd img.kb-inline-image, .wp-block-kadence-advancedheading.kt-adv-heading2587_3d773d-bd[data-kb-block=\"kb-adv-heading2587_3d773d-bd\"] img.kb-inline-image{width:150px;vertical-align:baseline;}<\/style>\n<span class=\"kt-adv-heading2587_3d773d-bd kittl-quote-content wp-block-kadence-advancedheading\" data-kb-block=\"kb-adv-heading2587_3d773d-bd\">Structure the prompt as a series of instructions, defining each element you want to see.<\/span>\n\n\n\n<p class=\"kittl-quote-author wp-block-paragraph\"><strong>Simon Turner<\/strong>, Senior AI Product Manager<\/p>\n<\/div><\/div>\n\n<\/div><\/div>\n\n\n<p class=\"wp-block-paragraph\">If we apply this rule, our prompt can become: \u201cA brown and white spotted dog running in the park on a cheerful autumn day.\u201d<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Who:<\/strong> a brown and white spotted dog<\/li>\n\n\n\n<li><strong>What:<\/strong> running<\/li>\n\n\n\n<li><strong>Where:<\/strong> in the park<\/li>\n\n\n\n<li><strong>When:<\/strong> on a cheerful autumn day<\/li>\n\n\n\n<li><strong>Why:<\/strong> cheerful indicates the images mood<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">With this new prompt, here\u2019s the image we can generate:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/images.prismic.io\/kittlblog\/ZytR5K8jQArT0SQY_doginapark2.png?auto=format,compress\" alt=\"Descriptive AI prompt example\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In just a few seconds, the image generator brought our AI prompt to life with every detail we asked for included in the image!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But let\u2019s say our goal is to generate a realistic and picturesque image of a specific dog breed. To accomplish this, we\u2019ll want to incorporate the additional details that Simon suggests: \u201cthe style, any aesthetics like lighting, quality, pose, and so on,\u201d leading us to our second building block.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Add details with adjectives and descriptive language<\/strong><\/p>\n\n\n<style>.kb-row-layout-id2587_e37999-2f > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id2587_e37999-2f > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id2587_e37999-2f > .kt-row-column-wrap{column-gap:var(--global-kb-gap-sm, 1rem);row-gap:var(--global-kb-gap-md, 2rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id2587_e37999-2f > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){.kb-row-layout-id2587_e37999-2f > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 767px){.kb-row-layout-id2587_e37999-2f > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id2587_e37999-2f alignnone kittl-quote-block wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n<style>.kadence-column2587_eabf38-a6 > .kt-inside-inner-col{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.kadence-column2587_eabf38-a6 > .kt-inside-inner-col,.kadence-column2587_eabf38-a6 > .kt-inside-inner-col:before{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;}.kadence-column2587_eabf38-a6 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column2587_eabf38-a6 > .kt-inside-inner-col{flex-direction:column;}.kadence-column2587_eabf38-a6 > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column2587_eabf38-a6 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column2587_eabf38-a6{position:relative;}@media all and (max-width: 1024px){.kadence-column2587_eabf38-a6 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column2587_eabf38-a6 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column2587_eabf38-a6\"><div class=\"kt-inside-inner-col\"><style>.wp-block-kadence-advancedheading.kt-adv-heading2587_e03c1c-64, .wp-block-kadence-advancedheading.kt-adv-heading2587_e03c1c-64[data-kb-block=\"kb-adv-heading2587_e03c1c-64\"]{display:block;font-style:normal;}.wp-block-kadence-advancedheading.kt-adv-heading2587_e03c1c-64 mark.kt-highlight, .wp-block-kadence-advancedheading.kt-adv-heading2587_e03c1c-64[data-kb-block=\"kb-adv-heading2587_e03c1c-64\"] mark.kt-highlight{font-style:normal;color:#f76a0c;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.wp-block-kadence-advancedheading.kt-adv-heading2587_e03c1c-64 img.kb-inline-image, .wp-block-kadence-advancedheading.kt-adv-heading2587_e03c1c-64[data-kb-block=\"kb-adv-heading2587_e03c1c-64\"] img.kb-inline-image{width:150px;vertical-align:baseline;}<\/style>\n<span class=\"kt-adv-heading2587_e03c1c-64 kittl-quote-content wp-block-kadence-advancedheading\" data-kb-block=\"kb-adv-heading2587_e03c1c-64\">You should consider the subject, the scene, the style, any aesthetics like lighting, quality, pose, and so on.<\/span>\n\n\n\n<p class=\"kittl-quote-author wp-block-paragraph\"><strong>Simon Turner<\/strong>, Senior AI Product Manager<\/p>\n<\/div><\/div>\n\n<\/div><\/div>\n\n\n<p class=\"wp-block-paragraph\">For a unique image that aligns with your ideas, specificity is essential in AI prompt writing. Define each element you want to see, including colors, mood, and background elements as well as lighting, quality, and poses as Simon suggests in the quote above. Additionally, if you&#8217;re seeking <a href=\"https:\/\/essaypro.com\/custom-dissertation-writing-service\" target=\"_blank\" rel=\"noreferrer noopener\">dissertation assistance<\/a>, providing clear guidelines and expectations will ensure a more focused and effective outcome.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, adding \u201cbright sunny day\u201d or \u201cdramatic evening light\u201d to your prompt will produce drastically different results. So establishing them in your prompt will tell the AI exactly what you want.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Incorporate these descriptive elements into the basic structure you built in the step above with the five Ws. Doing this will help keep your prompt specific, clear, and concise while giving your <a href=\"https:\/\/aitechfy.com\/blog\/top-ai-tools-for-every-small-business\/\" target=\"_blank\" rel=\"noreferrer noopener\">AI tool<\/a> the info it needs to understand. This will ultimately generate more accurate outputs.<\/p>\n\n\n<style>.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kt-info-box2587_c6325c-b0 .kt-blocks-info-box-link-wrap{max-width:unset;}.kt-info-box2587_c6325c-b0 .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;background:#e0f2ff;padding-top:var(--global-kb-spacing-xs, 1rem);padding-right:var(--global-kb-spacing-xs, 1rem);padding-bottom:var(--global-kb-spacing-xs, 1rem);padding-left:var(--global-kb-spacing-xs, 1rem);}.kt-info-box2587_c6325c-b0 .kadence-info-box-icon-container .kt-info-svg-icon, .kt-info-box2587_c6325c-b0 .kt-info-svg-icon-flip, .kt-info-box2587_c6325c-b0 .kt-blocks-info-box-number{font-size:20px;}.kt-info-box2587_c6325c-b0 .kt-blocks-info-box-media{border-radius:200px;overflow:hidden;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;margin-top:0px;margin-right:20px;margin-bottom:0px;margin-left:0px;}.kt-info-box2587_c6325c-b0 .kt-blocks-info-box-media .kadence-info-box-image-intrisic img{border-radius:200px;}.kt-info-box2587_c6325c-b0 .kt-infobox-textcontent span.kt-blocks-info-box-title{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:5px;margin-right:0px;margin-bottom:10px;margin-left:0px;}.kt-info-box2587_c6325c-b0 .kt-blocks-info-box-learnmore{background:transparent;border-width:0px 0px 0px 0px;padding-top:4px;padding-right:8px;padding-bottom:4px;padding-left:8px;margin-top:10px;margin-right:0px;margin-bottom:10px;margin-left:0px;}@media all and (max-width: 1024px){.kt-info-box2587_c6325c-b0 .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}@media all and (max-width: 767px){.kt-info-box2587_c6325c-b0 .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}<\/style>\n<div class=\"wp-block-kadence-infobox kt-info-box2587_c6325c-b0\"><span class=\"kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-kb-custom-9633 kt-info-svg-icon\"><svg viewBox=\"0 0 20 21\"  fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><g clip-path=\"url(#clip0_1680_2910)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.82963 2.61528C6.9361 1.50881 8.43679 0.887207 10.0016 0.887207C11.5663 0.887207 13.067 1.50881 14.1735 2.61528C15.28 3.72174 15.9016 5.22243 15.9016 6.78721C15.9016 8.08514 15.4056 9.4153 14.3725 10.3557C13.776 10.9548 13.5002 11.383 13.3841 11.9637C13.2866 12.4511 12.8125 12.7672 12.3251 12.6697C11.8377 12.5722 11.5216 12.0981 11.619 11.6107C11.8352 10.5297 12.389 9.79364 13.1152 9.06748C13.1263 9.05632 13.1378 9.04546 13.1495 9.03491C13.7702 8.47627 14.1016 7.64805 14.1016 6.78721C14.1016 5.69982 13.6696 4.65697 12.9007 3.88807C12.1318 3.11917 11.089 2.68721 10.0016 2.68721C8.91418 2.68721 7.87132 3.11917 7.10242 3.88807C6.33353 4.65697 5.90156 5.69982 5.90156 6.78721C5.90156 7.44437 6.013 8.19252 6.88796 9.06748C7.5219 9.70142 8.16637 10.5221 8.38409 11.6107C8.48157 12.0981 8.16547 12.5722 7.67807 12.6697C7.19066 12.7672 6.71652 12.4511 6.61904 11.9637C6.50342 11.3856 6.14789 10.873 5.61517 10.3403C4.32346 9.04856 4.10156 7.79671 4.10156 6.78721C4.10156 5.22243 4.72317 3.72174 5.82963 2.61528ZM6.60156 15.1205C6.60156 14.6235 7.00451 14.2205 7.50156 14.2205H12.5016C12.9986 14.2205 13.4016 14.6235 13.4016 15.1205C13.4016 15.6176 12.9986 16.0205 12.5016 16.0205H7.50156C7.00451 16.0205 6.60156 15.6176 6.60156 15.1205ZM7.4349 18.4539C7.4349 17.9568 7.83784 17.5539 8.3349 17.5539H11.6682C12.1653 17.5539 12.5682 17.9568 12.5682 18.4539C12.5682 18.9509 12.1653 19.3539 11.6682 19.3539H8.3349C7.83784 19.3539 7.4349 18.9509 7.4349 18.4539Z\"\/><\/g><defs ><clipPath id=\"clip0_1680_2910\"><rect width=\"20\" height=\"20\" transform=\"translate(0 0.120605)\"\/><\/clipPath><\/defs><\/svg><\/span><\/div><\/div><\/div><\/div><div class=\"kt-infobox-textcontent\"><span class=\"kt-blocks-info-box-title\">Pro tip<\/span><p class=\"kt-blocks-info-box-text\">The more relevant details you add, the more likely the AI will produce a unique output that aligns closely with your vision. However, balance is key &#8211; overloading with excessive details can sometimes make the prompt overly complex.<\/p><\/div><\/span><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s an example of an effective AI prompt that answers the five Ws with the additional descriptive elements:<\/p>\n\n\n<style>.kb-row-layout-id2587_9bba90-c9 > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id2587_9bba90-c9 > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id2587_9bba90-c9 > .kt-row-column-wrap{column-gap:var(--global-kb-gap-sm, 1rem);row-gap:var(--global-kb-gap-md, 2rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id2587_9bba90-c9 > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){.kb-row-layout-id2587_9bba90-c9 > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 767px){.kb-row-layout-id2587_9bba90-c9 > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id2587_9bba90-c9 alignnone kittl-quote-block wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n<style>.kadence-column2587_88c2c0-07 > .kt-inside-inner-col{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.kadence-column2587_88c2c0-07 > .kt-inside-inner-col,.kadence-column2587_88c2c0-07 > .kt-inside-inner-col:before{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;}.kadence-column2587_88c2c0-07 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column2587_88c2c0-07 > .kt-inside-inner-col{flex-direction:column;}.kadence-column2587_88c2c0-07 > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column2587_88c2c0-07 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column2587_88c2c0-07{position:relative;}@media all and (max-width: 1024px){.kadence-column2587_88c2c0-07 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column2587_88c2c0-07 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column2587_88c2c0-07\"><div class=\"kt-inside-inner-col\"><style>.wp-block-kadence-advancedheading.kt-adv-heading2587_2d5eb7-38, .wp-block-kadence-advancedheading.kt-adv-heading2587_2d5eb7-38[data-kb-block=\"kb-adv-heading2587_2d5eb7-38\"]{display:block;font-style:normal;}.wp-block-kadence-advancedheading.kt-adv-heading2587_2d5eb7-38 mark.kt-highlight, .wp-block-kadence-advancedheading.kt-adv-heading2587_2d5eb7-38[data-kb-block=\"kb-adv-heading2587_2d5eb7-38\"] mark.kt-highlight{font-style:normal;color:#f76a0c;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.wp-block-kadence-advancedheading.kt-adv-heading2587_2d5eb7-38 img.kb-inline-image, .wp-block-kadence-advancedheading.kt-adv-heading2587_2d5eb7-38[data-kb-block=\"kb-adv-heading2587_2d5eb7-38\"] img.kb-inline-image{width:150px;vertical-align:baseline;}<\/style>\n<span class=\"kt-adv-heading2587_2d5eb7-38 kittl-quote-content wp-block-kadence-advancedheading\" data-kb-block=\"kb-adv-heading2587_2d5eb7-38\">A brown and white spotted pitbull dog in the park, running across green grass towards the viewer on a crisp, autumn day. Cheerful, blue skies, with some birds flying in the distance, orange, autumnal trees are scattered around the park, old town city buildings are behind the trees at the horizon line.<\/span>\n\n\n\n<p class=\"kittl-quote-author wp-block-paragraph\"><\/p>\n<\/div><\/div>\n\n<\/div><\/div>\n\n\n<p class=\"wp-block-paragraph\">The five W&#8217;s of this AI prompt &#8211; who, what, where, when, and why &#8211; break down as follows:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Who<\/strong>: The main subject is the &#8220;brown and white spotted pitbull dog.&#8221;<\/li>\n\n\n\n<li><strong>What<\/strong>: The action is the dog &#8220;running across green grass toward the viewer.&#8221;<\/li>\n\n\n\n<li><strong>Where<\/strong>: The setting is &#8220;in the park&#8221; with additional details like &#8220;orange, autumnal trees&#8221; and &#8220;old town city buildings&#8221; visible along the horizon.<\/li>\n\n\n\n<li><strong>When<\/strong>: The season is &#8220;a crisp, autumn day,&#8221; suggesting a specific time of year.<\/li>\n\n\n\n<li><strong>Why<\/strong>: The prompt suggests a cheerful scene to create a warm, engaging, and visually appealing image that could resonate emotionally with viewers.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">With this updated prompt, we\u2019ve clearly described multiple aspects of the image, addressing each of the five Ws.<\/p>\n\n\n<style>.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kt-info-box2587_664988-0d .kt-blocks-info-box-link-wrap{max-width:unset;}.kt-info-box2587_664988-0d .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;background:#e0f2ff;padding-top:var(--global-kb-spacing-xs, 1rem);padding-right:var(--global-kb-spacing-xs, 1rem);padding-bottom:var(--global-kb-spacing-xs, 1rem);padding-left:var(--global-kb-spacing-xs, 1rem);}.kt-info-box2587_664988-0d .kadence-info-box-icon-container .kt-info-svg-icon, .kt-info-box2587_664988-0d .kt-info-svg-icon-flip, .kt-info-box2587_664988-0d .kt-blocks-info-box-number{font-size:20px;}.kt-info-box2587_664988-0d .kt-blocks-info-box-media{border-radius:200px;overflow:hidden;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;margin-top:0px;margin-right:20px;margin-bottom:0px;margin-left:0px;}.kt-info-box2587_664988-0d .kt-blocks-info-box-media .kadence-info-box-image-intrisic img{border-radius:200px;}.kt-info-box2587_664988-0d .kt-infobox-textcontent span.kt-blocks-info-box-title{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:5px;margin-right:0px;margin-bottom:10px;margin-left:0px;}.kt-info-box2587_664988-0d .kt-blocks-info-box-learnmore{background:transparent;border-width:0px 0px 0px 0px;padding-top:4px;padding-right:8px;padding-bottom:4px;padding-left:8px;margin-top:10px;margin-right:0px;margin-bottom:10px;margin-left:0px;}@media all and (max-width: 1024px){.kt-info-box2587_664988-0d .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}@media all and (max-width: 767px){.kt-info-box2587_664988-0d .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}<\/style>\n<div class=\"wp-block-kadence-infobox kt-info-box2587_664988-0d\"><span class=\"kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-kb-custom-9633 kt-info-svg-icon\"><svg viewBox=\"0 0 20 21\"  fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><g clip-path=\"url(#clip0_1680_2910)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.82963 2.61528C6.9361 1.50881 8.43679 0.887207 10.0016 0.887207C11.5663 0.887207 13.067 1.50881 14.1735 2.61528C15.28 3.72174 15.9016 5.22243 15.9016 6.78721C15.9016 8.08514 15.4056 9.4153 14.3725 10.3557C13.776 10.9548 13.5002 11.383 13.3841 11.9637C13.2866 12.4511 12.8125 12.7672 12.3251 12.6697C11.8377 12.5722 11.5216 12.0981 11.619 11.6107C11.8352 10.5297 12.389 9.79364 13.1152 9.06748C13.1263 9.05632 13.1378 9.04546 13.1495 9.03491C13.7702 8.47627 14.1016 7.64805 14.1016 6.78721C14.1016 5.69982 13.6696 4.65697 12.9007 3.88807C12.1318 3.11917 11.089 2.68721 10.0016 2.68721C8.91418 2.68721 7.87132 3.11917 7.10242 3.88807C6.33353 4.65697 5.90156 5.69982 5.90156 6.78721C5.90156 7.44437 6.013 8.19252 6.88796 9.06748C7.5219 9.70142 8.16637 10.5221 8.38409 11.6107C8.48157 12.0981 8.16547 12.5722 7.67807 12.6697C7.19066 12.7672 6.71652 12.4511 6.61904 11.9637C6.50342 11.3856 6.14789 10.873 5.61517 10.3403C4.32346 9.04856 4.10156 7.79671 4.10156 6.78721C4.10156 5.22243 4.72317 3.72174 5.82963 2.61528ZM6.60156 15.1205C6.60156 14.6235 7.00451 14.2205 7.50156 14.2205H12.5016C12.9986 14.2205 13.4016 14.6235 13.4016 15.1205C13.4016 15.6176 12.9986 16.0205 12.5016 16.0205H7.50156C7.00451 16.0205 6.60156 15.6176 6.60156 15.1205ZM7.4349 18.4539C7.4349 17.9568 7.83784 17.5539 8.3349 17.5539H11.6682C12.1653 17.5539 12.5682 17.9568 12.5682 18.4539C12.5682 18.9509 12.1653 19.3539 11.6682 19.3539H8.3349C7.83784 19.3539 7.4349 18.9509 7.4349 18.4539Z\"\/><\/g><defs ><clipPath id=\"clip0_1680_2910\"><rect width=\"20\" height=\"20\" transform=\"translate(0 0.120605)\"\/><\/clipPath><\/defs><\/svg><\/span><\/div><\/div><\/div><\/div><div class=\"kt-infobox-textcontent\"><span class=\"kt-blocks-info-box-title\"><strong>Kittl tip<\/strong><\/span><p class=\"kt-blocks-info-box-text\">When building your prompt, include descriptive imagery and adjectives in each of the five Ws. For example, dont set your where to be something as simple as in the park. Expand on your ideal setting, using descriptive words such as orange, autumnal trees and &#8220;old town city buildings at the horizon line.<\/p><\/div><\/span><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">See the outcome below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/images.prismic.io\/kittlblog\/ZytR5K8jQArT0SQZ_doginapark3.png?auto=format,compress\" alt=\"Descriptive AI prompt example\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Define the output style and formats<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019re looking for a specific type of media, specifying this in the prompt can help guide the AI. For instance, ask for a \u201cvector image,\u201d \u201cdigital artwork,\u201d or \u201chand-drawn illustration\u201d to ensure the format aligns with your project needs. Specifying output formats is particularly helpful when using AI for design purposes, as it narrows the AI\u2019s options for styling and presentation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In Kittl, you can pre-select the image style you want to achieve. But we still encourage you to add additional type and quality details in your prompt. For example, if you select the photography style, you can add high definition\u201d or \u201c4k\u201d to your prompt to achieve that look.<\/p>\n\n\n<style>.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kt-info-box2587_d2fbbb-f7 .kt-blocks-info-box-link-wrap{max-width:unset;}.kt-info-box2587_d2fbbb-f7 .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;background:#e0f2ff;padding-top:var(--global-kb-spacing-xs, 1rem);padding-right:var(--global-kb-spacing-xs, 1rem);padding-bottom:var(--global-kb-spacing-xs, 1rem);padding-left:var(--global-kb-spacing-xs, 1rem);}.kt-info-box2587_d2fbbb-f7 .kadence-info-box-icon-container .kt-info-svg-icon, .kt-info-box2587_d2fbbb-f7 .kt-info-svg-icon-flip, .kt-info-box2587_d2fbbb-f7 .kt-blocks-info-box-number{font-size:20px;}.kt-info-box2587_d2fbbb-f7 .kt-blocks-info-box-media{border-radius:200px;overflow:hidden;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;margin-top:0px;margin-right:20px;margin-bottom:0px;margin-left:0px;}.kt-info-box2587_d2fbbb-f7 .kt-blocks-info-box-media .kadence-info-box-image-intrisic img{border-radius:200px;}.kt-info-box2587_d2fbbb-f7 .kt-infobox-textcontent span.kt-blocks-info-box-title{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:5px;margin-right:0px;margin-bottom:10px;margin-left:0px;}.kt-info-box2587_d2fbbb-f7 .kt-blocks-info-box-learnmore{background:transparent;border-width:0px 0px 0px 0px;padding-top:4px;padding-right:8px;padding-bottom:4px;padding-left:8px;margin-top:10px;margin-right:0px;margin-bottom:10px;margin-left:0px;}@media all and (max-width: 1024px){.kt-info-box2587_d2fbbb-f7 .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}@media all and (max-width: 767px){.kt-info-box2587_d2fbbb-f7 .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}<\/style>\n<div class=\"wp-block-kadence-infobox kt-info-box2587_d2fbbb-f7\"><span class=\"kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-kb-custom-9633 kt-info-svg-icon\"><svg viewBox=\"0 0 20 21\"  fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><g clip-path=\"url(#clip0_1680_2910)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.82963 2.61528C6.9361 1.50881 8.43679 0.887207 10.0016 0.887207C11.5663 0.887207 13.067 1.50881 14.1735 2.61528C15.28 3.72174 15.9016 5.22243 15.9016 6.78721C15.9016 8.08514 15.4056 9.4153 14.3725 10.3557C13.776 10.9548 13.5002 11.383 13.3841 11.9637C13.2866 12.4511 12.8125 12.7672 12.3251 12.6697C11.8377 12.5722 11.5216 12.0981 11.619 11.6107C11.8352 10.5297 12.389 9.79364 13.1152 9.06748C13.1263 9.05632 13.1378 9.04546 13.1495 9.03491C13.7702 8.47627 14.1016 7.64805 14.1016 6.78721C14.1016 5.69982 13.6696 4.65697 12.9007 3.88807C12.1318 3.11917 11.089 2.68721 10.0016 2.68721C8.91418 2.68721 7.87132 3.11917 7.10242 3.88807C6.33353 4.65697 5.90156 5.69982 5.90156 6.78721C5.90156 7.44437 6.013 8.19252 6.88796 9.06748C7.5219 9.70142 8.16637 10.5221 8.38409 11.6107C8.48157 12.0981 8.16547 12.5722 7.67807 12.6697C7.19066 12.7672 6.71652 12.4511 6.61904 11.9637C6.50342 11.3856 6.14789 10.873 5.61517 10.3403C4.32346 9.04856 4.10156 7.79671 4.10156 6.78721C4.10156 5.22243 4.72317 3.72174 5.82963 2.61528ZM6.60156 15.1205C6.60156 14.6235 7.00451 14.2205 7.50156 14.2205H12.5016C12.9986 14.2205 13.4016 14.6235 13.4016 15.1205C13.4016 15.6176 12.9986 16.0205 12.5016 16.0205H7.50156C7.00451 16.0205 6.60156 15.6176 6.60156 15.1205ZM7.4349 18.4539C7.4349 17.9568 7.83784 17.5539 8.3349 17.5539H11.6682C12.1653 17.5539 12.5682 17.9568 12.5682 18.4539C12.5682 18.9509 12.1653 19.3539 11.6682 19.3539H8.3349C7.83784 19.3539 7.4349 18.9509 7.4349 18.4539Z\"\/><\/g><defs ><clipPath id=\"clip0_1680_2910\"><rect width=\"20\" height=\"20\" transform=\"translate(0 0.120605)\"\/><\/clipPath><\/defs><\/svg><\/span><\/div><\/div><\/div><\/div><div class=\"kt-infobox-textcontent\"><span class=\"kt-blocks-info-box-title\"><strong><strong>Pro tip<\/strong><\/strong><\/span><p class=\"kt-blocks-info-box-text\">Avoid selecting a preset style in the Kittl editor that\u2019s misaligned with a descriptive style used in your written prompt. This will confuse the AI and produce unpredictable results. For example, don\u2019t select \u201canime style\u201d and request \u201cphoto-realistic\u201d in your written prompt. If you select \u201canime style,\u201d you can request a specific type of anime in your written prompt.<\/p><\/div><\/span><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">With this in mind, let\u2019s add \u201chigh resolution, 4k, photo-realistic\u201d to the end of our prompt.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Our final AI prompt is:<\/p>\n\n\n<style>.kb-row-layout-id2587_1a26b2-cb > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id2587_1a26b2-cb > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id2587_1a26b2-cb > .kt-row-column-wrap{column-gap:var(--global-kb-gap-sm, 1rem);row-gap:var(--global-kb-gap-md, 2rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id2587_1a26b2-cb > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){.kb-row-layout-id2587_1a26b2-cb > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 767px){.kb-row-layout-id2587_1a26b2-cb > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id2587_1a26b2-cb alignnone kittl-quote-block wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n<style>.kadence-column2587_b6eba7-1f > .kt-inside-inner-col{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.kadence-column2587_b6eba7-1f > .kt-inside-inner-col,.kadence-column2587_b6eba7-1f > .kt-inside-inner-col:before{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;}.kadence-column2587_b6eba7-1f > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column2587_b6eba7-1f > .kt-inside-inner-col{flex-direction:column;}.kadence-column2587_b6eba7-1f > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column2587_b6eba7-1f > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column2587_b6eba7-1f{position:relative;}@media all and (max-width: 1024px){.kadence-column2587_b6eba7-1f > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column2587_b6eba7-1f > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column2587_b6eba7-1f\"><div class=\"kt-inside-inner-col\"><style>.wp-block-kadence-advancedheading.kt-adv-heading2587_4a418c-4a, .wp-block-kadence-advancedheading.kt-adv-heading2587_4a418c-4a[data-kb-block=\"kb-adv-heading2587_4a418c-4a\"]{display:block;font-style:normal;}.wp-block-kadence-advancedheading.kt-adv-heading2587_4a418c-4a mark.kt-highlight, .wp-block-kadence-advancedheading.kt-adv-heading2587_4a418c-4a[data-kb-block=\"kb-adv-heading2587_4a418c-4a\"] mark.kt-highlight{font-style:normal;color:#f76a0c;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.wp-block-kadence-advancedheading.kt-adv-heading2587_4a418c-4a img.kb-inline-image, .wp-block-kadence-advancedheading.kt-adv-heading2587_4a418c-4a[data-kb-block=\"kb-adv-heading2587_4a418c-4a\"] img.kb-inline-image{width:150px;vertical-align:baseline;}<\/style>\n<span class=\"kt-adv-heading2587_4a418c-4a kittl-quote-content wp-block-kadence-advancedheading\" data-kb-block=\"kb-adv-heading2587_4a418c-4a\">A brown and white spotted pitbull dog in the park, running across green grass towards the viewer on a crisp, autumn day. Cheerful, blue skies, with some birds flying in the distance, orange, autumnal trees are scattered around the park, old town city buildings are behind the trees at the horizon line. High resolution, 4k, photo-realistic.<\/span>\n\n\n\n<p class=\"kittl-quote-author wp-block-paragraph\"><\/p>\n<\/div><\/div>\n\n<\/div><\/div>\n\n\n<p class=\"wp-block-paragraph\">See the outcome below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/images.prismic.io\/kittlblog\/ZytR5a8jQArT0SQb_doginapark4.png?auto=format,compress\" alt=\"photo realistic AI prompt example\"\/><\/figure>\n\n\n\n<div style=\"width: 100%; max-width: 100%; padding: 32px; background: var(--Color-bg-fill-fill-secondary, #F0F2F5); border-radius: 16px; outline: 1px var(--Color-border-border, #E0E4EB) solid; outline-offset: -1px; display: flex; flex-direction: column; box-sizing: border-box; gap: 32px;\">\n  \n  <div style=\"width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;\">\n\n    <!-- Text block -->\n    <div style=\"flex: 1 1 auto; display: flex; flex-direction: column; gap: 12px; min-width: 200px;\">\n      <div style=\"color: var(--Color-text-text, #080B11); font-size: 32px; font-family: Inter, sans-serif; font-weight: 625; line-height: 36px;\">\n        Ready to practice AI prompt writing?\n      <\/div>\n      <div style=\"color: var(--Color-text-text-secondary, #676F7E); font-size: 16px; font-family: Inter, sans-serif; font-weight: 450; line-height: 24px;\">\n        Sign up today for <strong>25% off<\/strong> your first month or year subscription!\n      <\/div>\n    <\/div>\n\n    <!-- CTA Button -->\n    <a href=\"https:\/\/www.kittl.com\/article\/prompt-writing-tips#sign-up\" target=\"_blank\" rel=\"noopener\" style=\"margin-top: 12px; text-decoration: none; height: 48px; min-width: 48px; padding: 12px 20px; background: var(--Color-bg-fill-fill-brand, #080B11); border-radius: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer;\">\n      <div style=\"color: var(--Color-text-text-brand-on-bg, #FFFFFF); font-size: 16px; font-family: Inter, sans-serif; font-weight: 625; line-height: 24px; text-align: center;\">\n        Sign up now\n      <\/div>\n    <\/a>\n\n  <\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">What if we wanted a different style?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Like we mentioned above, Kittl provides style presets that make this step easier, but you can also use the text prompt. In Kittl you can also provide your own style reference image, which will act in the same way &#8211; it will guide the model in generating an image referencing the custom style.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To see a different image style in action, let\u2019s take our prompt but change the style to the \u201canime\u201d preset in Kittl. Let\u2019s add the specific anime style, \u201ckodomomuke,\u201d to our written prompt to be more specific.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Our AI prompt becomes:<\/p>\n\n\n<style>.kb-row-layout-id2587_c493c4-8d > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id2587_c493c4-8d > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id2587_c493c4-8d > .kt-row-column-wrap{column-gap:var(--global-kb-gap-sm, 1rem);row-gap:var(--global-kb-gap-md, 2rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id2587_c493c4-8d > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){.kb-row-layout-id2587_c493c4-8d > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 767px){.kb-row-layout-id2587_c493c4-8d > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id2587_c493c4-8d alignnone kittl-quote-block wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n<style>.kadence-column2587_7c5398-41 > .kt-inside-inner-col{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.kadence-column2587_7c5398-41 > .kt-inside-inner-col,.kadence-column2587_7c5398-41 > .kt-inside-inner-col:before{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;}.kadence-column2587_7c5398-41 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column2587_7c5398-41 > .kt-inside-inner-col{flex-direction:column;}.kadence-column2587_7c5398-41 > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column2587_7c5398-41 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column2587_7c5398-41{position:relative;}@media all and (max-width: 1024px){.kadence-column2587_7c5398-41 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column2587_7c5398-41 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column2587_7c5398-41\"><div class=\"kt-inside-inner-col\"><style>.wp-block-kadence-advancedheading.kt-adv-heading2587_5a5bef-87, .wp-block-kadence-advancedheading.kt-adv-heading2587_5a5bef-87[data-kb-block=\"kb-adv-heading2587_5a5bef-87\"]{display:block;font-style:normal;}.wp-block-kadence-advancedheading.kt-adv-heading2587_5a5bef-87 mark.kt-highlight, .wp-block-kadence-advancedheading.kt-adv-heading2587_5a5bef-87[data-kb-block=\"kb-adv-heading2587_5a5bef-87\"] mark.kt-highlight{font-style:normal;color:#f76a0c;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.wp-block-kadence-advancedheading.kt-adv-heading2587_5a5bef-87 img.kb-inline-image, .wp-block-kadence-advancedheading.kt-adv-heading2587_5a5bef-87[data-kb-block=\"kb-adv-heading2587_5a5bef-87\"] img.kb-inline-image{width:150px;vertical-align:baseline;}<\/style>\n<span class=\"kt-adv-heading2587_5a5bef-87 kittl-quote-content wp-block-kadence-advancedheading\" data-kb-block=\"kb-adv-heading2587_5a5bef-87\">A brown and white spotted pitbull dog in the park, running across green grass towards the viewer on a crisp, autumn day. Cheerful, blue skies, with some birds flying in the distance, orange, autumnal trees are scattered around the park, old town city buildings are behind the trees at the horizon line, in kodomomuke style.<\/span>\n\n\n\n<p class=\"kittl-quote-author wp-block-paragraph\"><\/p>\n<\/div><\/div>\n\n<\/div><\/div>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s the outcome:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/images.prismic.io\/kittlblog\/ZytR5q8jQArT0SQc_doginapark5.png?auto=format,compress\" alt=\"Anime AI prompt example\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. Incorporate &#8220;don&#8217;t&#8221; and negatives<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A strategic way to prevent unwanted elements from appearing in the AI output is by adding &#8220;don&#8217;t&#8221; statements and negative keywords to your prompt. This helps assert more control over the final result and can save time by minimizing adjustments or re-prompts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, you could add specific negative details, such as &#8220;no birds&#8221; to avoid having birds in the sky, or &#8220;no people&#8221; to keep the park empty of other figures.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Including these keywords guides the AI by explicitly outlining what not to include, which is especially helpful in scenarios where the model may otherwise assume certain details based on the prompt\u2019s context or style.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An example of a prompt with negatives could be:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>A brown and white spotted pitbull dog running in the park on a clear, autumn day, surrounded by orange trees and green grass. High resolution, 4K, photorealistic. No people, no birds<\/strong><\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With this revised prompt, the generated image would focus solely on the dog and park setting without extra elements, creating a more refined and intentional outcome.<\/p>\n\n\n<style>.wp-block-kadence-column.kb-section-dir-horizontal > .kt-inside-inner-col > .kt-info-box2587_1e4082-e9 .kt-blocks-info-box-link-wrap{max-width:unset;}.kt-info-box2587_1e4082-e9 .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;background:#e0f2ff;padding-top:var(--global-kb-spacing-xs, 1rem);padding-right:var(--global-kb-spacing-xs, 1rem);padding-bottom:var(--global-kb-spacing-xs, 1rem);padding-left:var(--global-kb-spacing-xs, 1rem);}.kt-info-box2587_1e4082-e9 .kadence-info-box-icon-container .kt-info-svg-icon, .kt-info-box2587_1e4082-e9 .kt-info-svg-icon-flip, .kt-info-box2587_1e4082-e9 .kt-blocks-info-box-number{font-size:20px;}.kt-info-box2587_1e4082-e9 .kt-blocks-info-box-media{border-radius:200px;overflow:hidden;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;margin-top:0px;margin-right:20px;margin-bottom:0px;margin-left:0px;}.kt-info-box2587_1e4082-e9 .kt-blocks-info-box-media .kadence-info-box-image-intrisic img{border-radius:200px;}.kt-info-box2587_1e4082-e9 .kt-infobox-textcontent span.kt-blocks-info-box-title{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:5px;margin-right:0px;margin-bottom:10px;margin-left:0px;}.kt-info-box2587_1e4082-e9 .kt-blocks-info-box-learnmore{background:transparent;border-width:0px 0px 0px 0px;padding-top:4px;padding-right:8px;padding-bottom:4px;padding-left:8px;margin-top:10px;margin-right:0px;margin-bottom:10px;margin-left:0px;}@media all and (max-width: 1024px){.kt-info-box2587_1e4082-e9 .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}@media all and (max-width: 767px){.kt-info-box2587_1e4082-e9 .kt-blocks-info-box-link-wrap{border-top:5px solid var(--global-palette7, #eeeeee);border-right:5px solid var(--global-palette7, #eeeeee);border-bottom:5px solid var(--global-palette7, #eeeeee);border-left:5px solid var(--global-palette7, #eeeeee);}}<\/style>\n<div class=\"wp-block-kadence-infobox kt-info-box2587_1e4082-e9\"><span class=\"kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-kb-custom-9633 kt-info-svg-icon\"><svg viewBox=\"0 0 20 21\"  fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><g clip-path=\"url(#clip0_1680_2910)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.82963 2.61528C6.9361 1.50881 8.43679 0.887207 10.0016 0.887207C11.5663 0.887207 13.067 1.50881 14.1735 2.61528C15.28 3.72174 15.9016 5.22243 15.9016 6.78721C15.9016 8.08514 15.4056 9.4153 14.3725 10.3557C13.776 10.9548 13.5002 11.383 13.3841 11.9637C13.2866 12.4511 12.8125 12.7672 12.3251 12.6697C11.8377 12.5722 11.5216 12.0981 11.619 11.6107C11.8352 10.5297 12.389 9.79364 13.1152 9.06748C13.1263 9.05632 13.1378 9.04546 13.1495 9.03491C13.7702 8.47627 14.1016 7.64805 14.1016 6.78721C14.1016 5.69982 13.6696 4.65697 12.9007 3.88807C12.1318 3.11917 11.089 2.68721 10.0016 2.68721C8.91418 2.68721 7.87132 3.11917 7.10242 3.88807C6.33353 4.65697 5.90156 5.69982 5.90156 6.78721C5.90156 7.44437 6.013 8.19252 6.88796 9.06748C7.5219 9.70142 8.16637 10.5221 8.38409 11.6107C8.48157 12.0981 8.16547 12.5722 7.67807 12.6697C7.19066 12.7672 6.71652 12.4511 6.61904 11.9637C6.50342 11.3856 6.14789 10.873 5.61517 10.3403C4.32346 9.04856 4.10156 7.79671 4.10156 6.78721C4.10156 5.22243 4.72317 3.72174 5.82963 2.61528ZM6.60156 15.1205C6.60156 14.6235 7.00451 14.2205 7.50156 14.2205H12.5016C12.9986 14.2205 13.4016 14.6235 13.4016 15.1205C13.4016 15.6176 12.9986 16.0205 12.5016 16.0205H7.50156C7.00451 16.0205 6.60156 15.6176 6.60156 15.1205ZM7.4349 18.4539C7.4349 17.9568 7.83784 17.5539 8.3349 17.5539H11.6682C12.1653 17.5539 12.5682 17.9568 12.5682 18.4539C12.5682 18.9509 12.1653 19.3539 11.6682 19.3539H8.3349C7.83784 19.3539 7.4349 18.9509 7.4349 18.4539Z\"\/><\/g><defs ><clipPath id=\"clip0_1680_2910\"><rect width=\"20\" height=\"20\" transform=\"translate(0 0.120605)\"\/><\/clipPath><\/defs><\/svg><\/span><\/div><\/div><\/div><\/div><div class=\"kt-infobox-textcontent\"><span class=\"kt-blocks-info-box-title\"><strong>Pro tip<\/strong><\/span><p class=\"kt-blocks-info-box-text\">Using negatives is an easy yet powerful technique to refine AI outputs, especially when working with complex scenes where small, unintended details could distract from the main focus.<\/p><\/div><\/span><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">5 mistakes to avoid in AI image generation prompts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With the guide above, we know the four core elements of a written AI prompt. What about what not to do when writing an AI prompt? The list below breaks down the five common mistakes to avoid when AI prompt writing.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Vague or Undescriptive Language<\/strong>: Phrases like &#8220;a nice landscape&#8221; lack the detail needed to guide the AI in creating a specific image.<\/li>\n\n\n\n<li><strong>Overly Complex or Jargon-Heavy Phrasing<\/strong>: Using excessive technical terms or industry jargon can confuse the AI, leading to off-base results.<\/li>\n\n\n\n<li><strong>Contradictory Terms, Themes, or Styles<\/strong>: Mixing elements like &#8220;sunny night&#8221; or &#8220;minimalist realism&#8221; can produce unclear, unintended outcomes.<\/li>\n\n\n\n<li><strong>Too Many Details<\/strong>: Overloading the prompt with unnecessary specifics can overwhelm the AI, often leading to cluttered or confusing images.<\/li>\n\n\n\n<li><strong>Unclear Subject or Scene<\/strong>: Omitting essential details about the main subject or setting can result in images that don&#8217;t match your vision.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Writing a great AI prompt: Key takeaway<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Master these four prompt-building essentials to create AI-driven content that brings your creative visions to life! These AI prompt writing techniques will empower you to fully unlock your AI\u2019s potential, avoiding endless edits and re-generations for more exciting, precise results every time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s a quick overview of the four <strong>essential techniques to help you craft clear and effective AI prompts<\/strong>:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Set the scene<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start by defining the &#8220;who, what, where, when, and why&#8221; of your image or text output. This foundational structure helps AI understand the context and main subject of your prompt, leading to more focused results.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Add details with descriptive language<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use adjectives and specific terms to describe visual elements like colors, mood, background details, lighting, and quality. The more precise you are, the closer the AI output will match your intended style and feel.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Specify output style and format<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Guide your <a href=\"https:\/\/www.kittl.com\/tools\/image-generator\" target=\"_blank\" rel=\"noreferrer noopener\">AI image generator<\/a> by specifying the desired output style, such as 4k resolution photo, hand-drawn illustration, or vector graphic. Including these style details helps align the final output with your creative needs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. Use negatives and &#8220;don&#8217;t&#8221; statements<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Control unwanted elements by including \u201cno\u201d or \u201cdon\u2019t\u201d statements in your prompt. For instance, add \u201cno people\u201d or \u201cno buildings,\u201d ensuring the AI avoids adding extra elements that may distract from your focus.<\/p>\n\n\n\n<div style=\"width: 100%; max-width: 100%; padding: 32px; background: var(--Color-bg-fill-fill-secondary, #F0F2F5); border-radius: 16px; outline: 1px var(--Color-border-border, #E0E4EB) solid; outline-offset: -1px; display: flex; flex-direction: column; box-sizing: border-box; gap: 32px;\">\n  \n  <div style=\"width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;\">\n\n    <!-- Text block -->\n    <div style=\"flex: 1 1 auto; display: flex; flex-direction: column; gap: 12px; min-width: 200px;\">\n      <div style=\"color: var(--Color-text-text, #080B11); font-size: 32px; font-family: Inter, sans-serif; font-weight: 625; line-height: 36px;\">\n        Ready to practice AI prompt writing?\n      <\/div>\n      <div style=\"color: var(--Color-text-text-secondary, #676F7E); font-size: 16px; font-family: Inter, sans-serif; font-weight: 450; line-height: 24px;\">\n        Sign up today for <strong>25% off<\/strong> your first month or year subscription!\n      <\/div>\n    <\/div>\n\n    <!-- CTA Button -->\n    <a href=\"https:\/\/www.kittl.com\/article\/prompt-writing-tips#sign-up\" target=\"_blank\" rel=\"noopener\" style=\"margin-top: 12px; text-decoration: none; height: 48px; min-width: 48px; padding: 12px 20px; background: var(--Color-bg-fill-fill-brand, #080B11); border-radius: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer;\">\n      <div style=\"color: var(--Color-text-text-brand-on-bg, #FFFFFF); font-size: 16px; font-family: Inter, sans-serif; font-weight: 625; line-height: 24px; text-align: center;\">\n        Sign up now\n      <\/div>\n    <\/a>\n\n  <\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">*Promo code applies to first-time subscribers only. 25% Coupon code will apply to either monthly or yearly plans for the first time payment only. (Either your first month, or first full year).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By signing up, you&#8217;ll receive occasional emails from Kittl with design tips, industry news, and exclusive content. Unsubscribe anytime. Enjoy 25% off Kittl Pro as a one-time welcome gift!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AI tools are becoming common companions in creative industries. Artists, print-on-demand creators, graphic designers, and marketers are using them to unlock new levels of efficiency and creativity. But, many generative AI users experience a frustrating (but common) challenge: discrepancies between what they want to generate and what&#8217;s generated. To create more accurate generative AI content,&#8230;<\/p>\n","protected":false},"author":11,"featured_media":8558,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[1],"tags":[457,621,620],"class_list":["post-2587","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tips-tricks","tag-ai-tools","tag-editors-picks","tag-recommended"],"taxonomy_info":{"category":[{"value":1,"label":"Tips &amp; Tricks"}],"post_tag":[{"value":457,"label":"AI Tools"},{"value":621,"label":"Editor's Picks"},{"value":620,"label":"Recommended"}]},"featured_image_src_large":["https:\/\/www.kittl.com\/blogs\/wp-content\/uploads\/2024\/10\/tipstrickprompt-1024x470.jpeg",1024,470,true],"author_info":{"display_name":"Marie Sylvester","author_link":"https:\/\/www.kittl.com\/blogs\/author\/mariesylvester\/"},"comment_info":1,"category_info":[{"term_id":1,"name":"Tips &amp; Tricks","slug":"tips-tricks","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"Unlock quick wins and clever design solutions with Kittl, packed with bite-sized tips, practical shortcuts, and creative hacks to level up your design workflow. You'll find smart ways to get more from Kittl's features, tools, and templates.","parent":0,"count":131,"filter":"raw","cat_ID":1,"category_count":131,"category_description":"Unlock quick wins and clever design solutions with Kittl, packed with bite-sized tips, practical shortcuts, and creative hacks to level up your design workflow. You'll find smart ways to get more from Kittl's features, tools, and templates.","cat_name":"Tips &amp; Tricks","category_nicename":"tips-tricks","category_parent":0}],"tag_info":[{"term_id":457,"name":"AI Tools","slug":"ai-tools","term_group":0,"term_taxonomy_id":457,"taxonomy":"post_tag","description":"Learn how Kittl\u2019s AI-powered features can enhance your design process, automate tasks, and unlock creative potential.","parent":0,"count":50,"filter":"raw"},{"term_id":621,"name":"Editor's Picks","slug":"editors-picks","term_group":0,"term_taxonomy_id":621,"taxonomy":"post_tag","description":"The best place to start. Our curated lists.","parent":0,"count":181,"filter":"raw"},{"term_id":620,"name":"Recommended","slug":"recommended","term_group":0,"term_taxonomy_id":620,"taxonomy":"post_tag","description":"","parent":0,"count":178,"filter":"raw"}],"_links":{"self":[{"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/posts\/2587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/comments?post=2587"}],"version-history":[{"count":38,"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/posts\/2587\/revisions"}],"predecessor-version":[{"id":14818,"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/posts\/2587\/revisions\/14818"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/media\/8558"}],"wp:attachment":[{"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/media?parent=2587"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/categories?post=2587"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kittl.com\/blogs\/wp-json\/wp\/v2\/tags?post=2587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}