--- title: BoxPipelineContext component (Deprecated) slug: '1249' canonical_url: https://docs.coveo.com/en/1249/ collection: coveo-for-salesforce source_format: adoc --- # BoxPipelineContext component (Deprecated) > **Deprecated** > > This feature is still available, but no longer supported as of the December 2015 release of Coveo for Salesforce version [2.8](https://docs.coveo.com/en/1124#december-2015-release-v28). > Use the [`PipelineContext` component](https://docs.coveo.com/en/1173/) instead. The `BoxPipelineContext` component is used to send custom context to the query pipeline from an Insight Panel. ## Options This component has the same options as the Coveo [`PipelineContext`](++https://coveo.github.io/search-ui/components/pipelinecontext.html++) component. ## Methods This component has the same methods as the Coveo [`PipelineContext`](https://coveo.github.io/search-ui/components/pipelinecontext.html) component. ## Usage This component is meant to be configured with a script tag containing JSON content. > **Important** > > When saving custom Salesforce context, you might get a Salesforce error saying your property doesn't exist. > To prevent this, you're encouraged to encode your curly braces with `+{+` for `{` and `+}+` for `}`. ```xml ```