--- title: BoxCreateArticle component (Deprecated) slug: '1316' canonical_url: https://docs.coveo.com/en/1316/ collection: coveo-for-salesforce source_format: adoc --- # BoxCreateArticle component (Deprecated) > **Deprecated** > > This feature is still available, but no longer supported as of the August 2023 release of Coveo for Salesforce version [5.2](https://docs.coveo.com/en/n5bj0150#august-2023-release-v5-2-initial-release). This component allows the use of the Create Article button in the Coveo Insight Panel (see [Adding a Create Article button to the Coveo Insight Panel Classic Component](https://docs.coveo.com/en/1305/)). ## Options ### articleTypeFilter Specifies the Knowledge Article types to offer as options when creating an article. By default, all the available Knowledge Article types are displayed. ```xml ``` ### hidden Whether the component should be hidden from the display. The default value is `true`. ```xml ``` ### openInPrimaryTab Whether to open the created article in a primary tab or, when set to false, to open it in a subtab. The default value is `true`. ```xml ``` ## Methods ### setCreateArticlePage Changes the page to redirect to when selecting the create article button. By default, the component redirects to `/knowledge/publishing/articleEdit.apexp`. ```javascript $('.CoveoBoxCreateArticle').coveo('setCreateArticlePage', '/knowledge/publishing/articleEdit.apexp') ``` ## Usage This component must be included in the `coveo-box-settings` div. ```xml
...
```