what types of answers can chat GPT give many people don't know this but chat GPT can actually respond in all different kinds of formats not just plain text but let's start with plain text since that's what we're most familiar with for example if I type who is Sabrina Romanov okay chat GPT just gives a text response you know it's just a text nothing fancy no bullet points no list or anything but now let's ask what are effective time management tips now chat GPT is responding with a detailed list 1 2 3 4 5 and so
on and then bullet points underneath each of these numbers and you might have noticed that I didn't even ask for a list explicitly but chat GPT decided that this would be the best way to organize its answer you can be more explicit and ask for a list if you're specifically looking for that let's say brainstorm 10 blog post ideas about the new Apple intelligence output a bullet point list okay here we're being really specific that we want a bullet point list and so that's the answer that chat gbt gives depending on your question chat gbt
may decide that a list is the best way to answer it in which case it'll do it automatically without your prompting but in cases where you already know you want a structured list simply ask chat GPT for it you can say output a list output a bullet point list output a numbered list output an outline in addition to plain text and lists chat GPT can also output tables so let's ask chat GPT to out outputs a table comparing social media platforms for marketing purposes without having to specify anything it decided on this table format with
these headers platform audience demographics content format best for key features and estimated ad cost and all we asked was to Output a table but chat GPT made this intelligent determination tables are really helpful to visualize comparing different options to visualize numerical data as well I'll put a table of the US states and the population for each this is an example with numbers it's using its 2023 data and this is table showing for each state what is the population and it even ranked it from highest population to lowest population okay now if you're working with data
common formats you probably work with Json and CSV and you can get both of them from chat GPT CSV you'd usually ask for to be able to import it into Excel or Google Sheets Json you would typically ask for if you are integrating it into some kind of application you might be using it for API calls or data storage so let's take the CSV so output your previous answer in a CSV here actually is the code that Chach bt4 used to create the CSV so I actually expanded it here you can actually see the code
you can copy paste this code as well and here is the final CSV just click on this to download it and it will download the CSV containing States and the population for each and then you can you can go ahead and import that CSV into Microsoft Excel or Google Sheets now let's say we want the Json so output your previous answer in Json the beautiful thing is all you have to do is ask so here now it's created the Json file all you have to do is click to download it and then go ahead and
open it in something like Visual Studio code for example to see the Json format another format that chat upt can provide is code Snippets let's ask chat APG to write a python script to calculate the factorial of a number and it actually outputed this python script which you can go ahead and copy into development environments and it even explains how the script works and last but not least chat GPT also supports markdown and HTML let's say create a 500-word blog post about video generation Ai and we're going to ask output it in markdown so here
is the markdown this is header one for those of you unfamiliar with it this is header 2 Etc because it's in markdown you can go ahead and copy this directly into something like WordPress or whatever you're using for your blog or documentation and it will render for example these headings properly this is H3 this is an H2 this is an H1 the title of the piece now let's say I want to convert it to HTML okay so you can see here here are the tags H1 paragraph H2 paragraph paragraph H2 H3 Etc and so this
is really handy to Output markdown in HTML so just to recap all the different types of answers chat GPT can give we started with plain text which is what you're probably used to and then we saw chat gbt output lists including numbered lists bullet point lists and then we had chat GPT output tables which is super useful for comparing across different items and then we asked chat GPT to Output a CSV as well as a Json we also asked chat GPT to Output code Snippets for example Python scripts and finally we ended with chat upt
outputting marked down in HTML for more complex text editing needs for example for blog post and documentation