> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hoppscotch.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Cookies

> Use the Hoppscotch Cookie Manager to add, edit, and remove cookies for specific domains. Send cookies with API requests in the Desktop App.

<Info>Cookies support is only available in the [Hoppscotch Desktop App](/documentation/clients/desktop/overview).</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.

### Adding a domain

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.

1. Add domain URL in the input field.
2. Click on the "**Add**" button.
3. Click on the "**Save**" button.

Once you've specified a domain, you can add a cookie by clicking the **+** icon and entering a cookie string.

### Removing a domain

You can remove a domain by clicking on the "**Delete**" icon from the Cookie Manager.

### Adding a cookie

You can add a cookie by clicking on the "**+**" icon from the Cookie Manager.

1. Click on the "**+**" icon.
2. Enter the cookie string in the input field.
3. Click on the "**Save**" button.

### Editing a cookie

You can edit a cookie by clicking on the "**Edit**" icon from the Cookie Manager.

1. Click on the "**Edit**" icon.
2. Edit the cookie string in the input field.
3. Click on the "**Save**" button.

### Removing a cookie

You can remove a cookie by clicking on the "**Delete**" icon from the Cookie Manager.

### Sending a cookie with requests

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.
