---
lang: en
title: 'API docs: context.context.add'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.context.add.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [Context](./context.context.md) &gt; [add](./context.context.add.md)

## Context.add() method

Add a binding to the context. If a locked binding already exists with the same key, an error will be thrown.

**Signature:**

```typescript
add(binding: Binding<unknown>): this;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  binding | [Binding](./context.binding.md)<!-- -->&lt;unknown&gt; | The configured binding to be added |

**Returns:**

this


