documentation/features/cookies.mdx
<Info>Cookies support is only available in the Hoppscotch Desktop App.</Info>
Hoppscotch Cookie Manager enables you to add, edit, and remove cookies for a domain. You can also send a cookie with a request.
To open the Cookie Manager, click on the "Cookies" button in the bottom bar.
The Cookie Manager allows you to specify a domain and add the cookies associated with that domain. You can remove all the domains using the "Clear All" button.
Once you've specified a domain, you can add a cookie by clicking the + icon and entering a cookie string.
You can remove a domain by clicking on the "Delete" icon from the Cookie Manager.
You can add a cookie by clicking on the "+" icon from the Cookie Manager.
You can edit a cookie by clicking on the "Edit" icon from the Cookie Manager.
You can remove a cookie by clicking on the "Delete" icon from the Cookie Manager.
When you send a request to a domain for which you've specified a cookie, Hoppscotch will automatically include it as part of the request.