--- title: CreateArticle component slug: '3250' canonical_url: https://docs.coveo.com/en/3250/ collection: coveo-for-salesforce source_format: adoc --- # CreateArticle component [.version.c4sf.c4sf-edition.c4sf-pro-enterprise] [Pro and Enterprise editions](https://docs.coveo.com/en/l2590456#salesforce) The _CreateArticle_ component is a button that can be integrated in your [Coveo Insight Panel Lightning Component](https://docs.coveo.com/en/1028/). This component allows your agents to create a knowledge article directly from a case. > **Note** > > This button can be used to create any record type. For more information on the integration of the CreateArticle button, see [Add the Create Article button](https://docs.coveo.com/en/3127/). ## Usage ```html
``` ## Options ### `title` Specifies the title of the CreateArticle button. The default value is `Create Article`. ```html
``` ### `openInSubtab` Whether to open the new page in a subtab. The default value is `true`. ```html
``` ### `useDefault` Whether to use the default article type. The default value is `false`. ```html
``` ### `objectTypes` Specifies the list of objects that the component can create. The default value is: `[{ "name": "Knowledge", "apiName": "Knowledge__kav" }]` ```html
``` ## Method This component doesn't offer any methods.