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

# addCookies

Adds an array of cookies to the current browser context.
All cookies must specify a name, value, domain, and path.
Returns true if cookies were successfully added.

## Definition

```graphql theme={null}
addCookies(
  options: [CookieOptions]!
): Boolean!
```

## Arguments

### `options`

[\[CookieOptions\]!](/reference/graphql/inputs/cookie-options)

An array of cookie objects to add. See `CookieOptions` for details.

## Returns

[Boolean!](/reference/graphql/scalars/boolean)

The `Boolean` scalar type represents `true` or `false`.
