{"id":18460,"date":"2024-03-31T07:56:44","date_gmt":"2024-03-31T14:56:44","guid":{"rendered":"https:\/\/www.tryinteract.com\/blog\/?p=18460"},"modified":"2024-03-31T07:56:45","modified_gmt":"2024-03-31T14:56:45","slug":"chatgpt-prompt-engineering-basics-writing-effective-prompts","status":"publish","type":"post","link":"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/","title":{"rendered":"ChatGPT Prompt Engineering Basics: Writing effective prompts"},"content":{"rendered":"\n<p>Here is a formula for writing effective ChatGPT prompts that works very well for giving you the desired results that you want. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"500\" src=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/ChatGPT-prompt-setup.png\" alt=\"ChatGPT prompt setup\" class=\"wp-image-18461\" srcset=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/ChatGPT-prompt-setup.png 800w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/ChatGPT-prompt-setup-300x188.png 300w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/ChatGPT-prompt-setup-768x480.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-part-1-information-you-provide-for-your-prompt\">Part 1: Information you provide for your prompt<\/h2>\n\n\n\n<p>In order to use ChatGPT most effectively, you have to treat it as a tool that turns one format of information into another format of information. To that end, you must give it information to work from and tell it to use your information whenever possible. <\/p>\n\n\n\n<p>Here&#8217;s an example. Let&#8217;s say I want ChatGPT to make me a workout plan. I will give it <a href=\"https:\/\/www.betterhealth.vic.gov.au\/health\/healthyliving\/resistance-training-health-benefits\" target=\"_blank\" rel=\"noreferrer noopener\">this article<\/a> from the Australian government, which is an open source given the agreement between the US and AUS <a href=\"https:\/\/www.infrastructure.gov.au\/sites\/default\/files\/documents\/BCR%20Open%20government%20data%20report%20-%20final%20-%205%20Feb2016.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">for data sharing<\/a>. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"798\" height=\"267\" src=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.17.29-AM.png\" alt=\"ChatGPT data prompt\" class=\"wp-image-18463\" srcset=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.17.29-AM.png 798w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.17.29-AM-300x100.png 300w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.17.29-AM-768x257.png 768w\" sizes=\"(max-width: 798px) 100vw, 798px\" \/><\/figure>\n\n\n\n<p>My instruction here is &#8220;I would like to make a workout plan using this data&#8221; and then I put in the data. I put the data in a wrapper &lt;data> &lt;\/data> so that ChatGPT knows where the data begins and ends. <\/p>\n\n\n\n<p><strong>Prompt Engineering Notes:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Label your data: keep this simple. In my example I just said &#8220;I would like to make a workout plan using this data&#8221;<\/li><li>Markup your data: I used &lt;data> and a closing bracket at the end &lt;\/data> this tells ChatGPT or any other LLM that I want to use what&#8217;s contained in that markup. <\/li><li>Keep instructions simple: The more you tell ChatGPT about this data the less accurate it will be in using the data effectively.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Part 2: Action you want ChatGPT to take<\/h2>\n\n\n\n<p>Tell ChatGPT what you want it to do with the information you provided. Here&#8217;s my example where I ask it to give me a workout plan. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"820\" height=\"80\" src=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.24.21-AM.png\" alt=\"ChatGPT prompt action\" class=\"wp-image-18464\" srcset=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.24.21-AM.png 820w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.24.21-AM-300x29.png 300w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.24.21-AM-768x75.png 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" \/><\/figure>\n\n\n\n<p><strong>Prompt engineering notes:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Include a number of repetitions if your prompt requires multiple iterations. ChatGPT can be lazy like a human and won&#8217;t complete the whole task unless your prompt includes the number of times you want it to do something.<\/li><li>Be detailed in how complex you want your output to be. Are you looking for an overview or a full detailed output? Tell ChatGPT how much it should be detailed and how much it should glaze over details. <\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Part 3: Output format for ChatGPT to use<\/h2>\n\n\n\n<p>This is the most detailed part of your whole prompt. You have to tell ChatGPT exactly how you want your output to look. <\/p>\n\n\n\n<p>Here&#8217;s my super simple workout example. I tell it what format I want my workout plan to be in.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"810\" height=\"261\" src=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.24.13-AM.png\" alt=\"ChatGPT output prompt example\" class=\"wp-image-18465\" srcset=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.24.13-AM.png 810w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.24.13-AM-300x97.png 300w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-31-at-8.24.13-AM-768x247.png 768w\" sizes=\"(max-width: 810px) 100vw, 810px\" \/><\/figure>\n\n\n\n<p>Prompt engineering notes:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Break down the format to every single step, don&#8217;t assume ChatGPT will know what you mean if you say &#8220;I want a 7 day plan&#8221; you have to break down how you want that to actually look.<\/li><li>Include length in your prompt. If you want the output to be 200 words, say that explicitly. Without a guardrail on the length of output it will decide on its own and not always match what you want.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Prompt Output<\/h2>\n\n\n\n<p>Here&#8217;s my output, a perfectly formatted 7-day workout plan that pulls from the Australian government site so I can be sure it&#8217;s valid and it gives me a full plan I can follow. <\/p>\n\n\n\n<p>This prompt engineering framework works for any use case. If you follow the three steps you&#8217;ll end up with a perfect output every time and need minimal editing on the backend. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"906\" height=\"921\" src=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/prompt-output-chatgpt.png\" alt=\"prompt output chatgpt\" class=\"wp-image-18466\" srcset=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/prompt-output-chatgpt.png 906w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/prompt-output-chatgpt-295x300.png 295w, https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/prompt-output-chatgpt-768x781.png 768w\" sizes=\"(max-width: 906px) 100vw, 906px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Here is a formula for writing effective ChatGPT prompts that works very well for giving you the desired results that you want. Part 1: Information you provide for your prompt&#8230;<\/p>\n","protected":false},"author":1,"featured_media":18467,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[369],"tags":[],"class_list":["post-18460","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-prompt-engineering"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.3.1 (Yoast SEO v25.3.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ChatGPT Prompt Engineering Basics: Writing effective prompts | Interact Blog<\/title>\n<meta name=\"description\" content=\"A simple formula for writing ChatGPT prompts that give you the results you are looking for. Use this prompt template for any use case.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ChatGPT Prompt Engineering Basics: Writing effective prompts\" \/>\n<meta property=\"og:description\" content=\"A simple formula for writing ChatGPT prompts that give you the results you are looking for. Use this prompt template for any use case.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/\" \/>\n<meta property=\"og:site_name\" content=\"Interact Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tryinteract\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-31T14:56:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-31T14:56:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/DALL%C2%B7E-2024-03-31-08.55.55-A-photorealistic-image-following-the-rule-of-thirds-showing-a-person-occupying-one-third-of-the-photo-typing-on-a-laptop-in-a-home-office.-The-offic.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Josh Haynam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tryinteract\" \/>\n<meta name=\"twitter:site\" content=\"@tryinteract\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Josh Haynam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/\",\"url\":\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/\",\"name\":\"ChatGPT Prompt Engineering Basics: Writing effective prompts | Interact Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.tryinteract.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/DALL%C2%B7E-2024-03-31-08.55.55-A-photorealistic-image-following-the-rule-of-thirds-showing-a-person-occupying-one-third-of-the-photo-typing-on-a-laptop-in-a-home-office.-The-offic.webp\",\"datePublished\":\"2024-03-31T14:56:44+00:00\",\"dateModified\":\"2024-03-31T14:56:45+00:00\",\"author\":{\"@id\":\"https:\/\/www.tryinteract.com\/blog\/#\/schema\/person\/2fd6864f71c916a05e715debdf15332f\"},\"description\":\"A simple formula for writing ChatGPT prompts that give you the results you are looking for. Use this prompt template for any use case.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#primaryimage\",\"url\":\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/DALL%C2%B7E-2024-03-31-08.55.55-A-photorealistic-image-following-the-rule-of-thirds-showing-a-person-occupying-one-third-of-the-photo-typing-on-a-laptop-in-a-home-office.-The-offic.webp\",\"contentUrl\":\"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/DALL%C2%B7E-2024-03-31-08.55.55-A-photorealistic-image-following-the-rule-of-thirds-showing-a-person-occupying-one-third-of-the-photo-typing-on-a-laptop-in-a-home-office.-The-offic.webp\",\"width\":1792,\"height\":1024,\"caption\":\"DALL\u00b7E 2024 03 31 08.55.55 A photorealistic image following the rule of thirds showing a person occupying one third of the photo typing on a laptop in a home office. The offic\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.tryinteract.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ChatGPT Prompt Engineering Basics: Writing effective prompts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.tryinteract.com\/blog\/#website\",\"url\":\"https:\/\/www.tryinteract.com\/blog\/\",\"name\":\"Interact Blog\",\"description\":\"Learn list building with quizzes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.tryinteract.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.tryinteract.com\/blog\/#\/schema\/person\/2fd6864f71c916a05e715debdf15332f\",\"name\":\"Josh Haynam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.tryinteract.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.tryinteract.com\/blog\/wp-content\/uploads\/2022\/02\/Headshot-2-scaled-96x96.jpg\",\"contentUrl\":\"https:\/\/www.tryinteract.com\/blog\/wp-content\/uploads\/2022\/02\/Headshot-2-scaled-96x96.jpg\",\"caption\":\"Josh Haynam\"},\"description\":\"Josh Haynam is the CEO of Interact and a behavioral economist. Josh studies insights from the 1 billion quiz takers who have experienced Interact quizzes and shares the findings.\",\"url\":\"https:\/\/www.tryinteract.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ChatGPT Prompt Engineering Basics: Writing effective prompts | Interact Blog","description":"A simple formula for writing ChatGPT prompts that give you the results you are looking for. Use this prompt template for any use case.","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:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/","og_locale":"en_US","og_type":"article","og_title":"ChatGPT Prompt Engineering Basics: Writing effective prompts","og_description":"A simple formula for writing ChatGPT prompts that give you the results you are looking for. Use this prompt template for any use case.","og_url":"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/","og_site_name":"Interact Blog","article_publisher":"https:\/\/www.facebook.com\/tryinteract","article_published_time":"2024-03-31T14:56:44+00:00","article_modified_time":"2024-03-31T14:56:45+00:00","og_image":[{"width":1792,"height":1024,"url":"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/DALL%C2%B7E-2024-03-31-08.55.55-A-photorealistic-image-following-the-rule-of-thirds-showing-a-person-occupying-one-third-of-the-photo-typing-on-a-laptop-in-a-home-office.-The-offic.webp","type":"image\/webp"}],"author":"Josh Haynam","twitter_card":"summary_large_image","twitter_creator":"@tryinteract","twitter_site":"@tryinteract","twitter_misc":{"Written by":"Josh Haynam","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/","url":"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/","name":"ChatGPT Prompt Engineering Basics: Writing effective prompts | Interact Blog","isPartOf":{"@id":"https:\/\/www.tryinteract.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#primaryimage"},"image":{"@id":"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#primaryimage"},"thumbnailUrl":"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/DALL%C2%B7E-2024-03-31-08.55.55-A-photorealistic-image-following-the-rule-of-thirds-showing-a-person-occupying-one-third-of-the-photo-typing-on-a-laptop-in-a-home-office.-The-offic.webp","datePublished":"2024-03-31T14:56:44+00:00","dateModified":"2024-03-31T14:56:45+00:00","author":{"@id":"https:\/\/www.tryinteract.com\/blog\/#\/schema\/person\/2fd6864f71c916a05e715debdf15332f"},"description":"A simple formula for writing ChatGPT prompts that give you the results you are looking for. Use this prompt template for any use case.","breadcrumb":{"@id":"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#primaryimage","url":"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/DALL%C2%B7E-2024-03-31-08.55.55-A-photorealistic-image-following-the-rule-of-thirds-showing-a-person-occupying-one-third-of-the-photo-typing-on-a-laptop-in-a-home-office.-The-offic.webp","contentUrl":"https:\/\/tryinteract-blog.s3-us-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2024\/03\/DALL%C2%B7E-2024-03-31-08.55.55-A-photorealistic-image-following-the-rule-of-thirds-showing-a-person-occupying-one-third-of-the-photo-typing-on-a-laptop-in-a-home-office.-The-offic.webp","width":1792,"height":1024,"caption":"DALL\u00b7E 2024 03 31 08.55.55 A photorealistic image following the rule of thirds showing a person occupying one third of the photo typing on a laptop in a home office. The offic"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tryinteract.com\/blog\/chatgpt-prompt-engineering-basics-writing-effective-prompts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tryinteract.com\/blog\/"},{"@type":"ListItem","position":2,"name":"ChatGPT Prompt Engineering Basics: Writing effective prompts"}]},{"@type":"WebSite","@id":"https:\/\/www.tryinteract.com\/blog\/#website","url":"https:\/\/www.tryinteract.com\/blog\/","name":"Interact Blog","description":"Learn list building with quizzes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tryinteract.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.tryinteract.com\/blog\/#\/schema\/person\/2fd6864f71c916a05e715debdf15332f","name":"Josh Haynam","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tryinteract.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.tryinteract.com\/blog\/wp-content\/uploads\/2022\/02\/Headshot-2-scaled-96x96.jpg","contentUrl":"https:\/\/www.tryinteract.com\/blog\/wp-content\/uploads\/2022\/02\/Headshot-2-scaled-96x96.jpg","caption":"Josh Haynam"},"description":"Josh Haynam is the CEO of Interact and a behavioral economist. Josh studies insights from the 1 billion quiz takers who have experienced Interact quizzes and shares the findings.","url":"https:\/\/www.tryinteract.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/posts\/18460"}],"collection":[{"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/comments?post=18460"}],"version-history":[{"count":1,"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/posts\/18460\/revisions"}],"predecessor-version":[{"id":18468,"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/posts\/18460\/revisions\/18468"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/media\/18467"}],"wp:attachment":[{"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/media?parent=18460"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/categories?post=18460"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tryinteract.com\/blog\/wp-json\/wp\/v2\/tags?post=18460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}