# Information
# Forms
Forms are useful for making your command look nicer and easier to use, you can send a form to a player using the
sendForm()
function, to be able to successfully send a form to a player, you'll need to pass an array which contains the data of the form to the second parameter ofsendForm()
. There are currently 3 types of forms, theform
,custom_form
, andmodal
, each one of them has different array structures from the other ones