It depends on what you want the button to do.
You can create a button from a standard form "field", and put that within reason anywhere you want. Its an inline HTML field.
What the button does may need a script or a little bit of HTML for a link to a search.
I created this for a customer (colour was their requirement).
Default Value was this:
<button type="button" onclick=" nlExtOpenWindow('ENTER SEARCH URL HERE','search', 1400, 600, null, 'yes', 'Search Details'); " " style="border-radius: 4px; font-size:14px; font-weight:600; background-color: #FE835F !important; padding:5px">Show Quote Lines for this Item</button>