Skills
Skills are the extra capabilities you attach to an Assistant so it can do more than answer from Knowledge: call an API, draw a chart, render a Template, or run a function. This chapter covers each Skill.
In this section
| Article | In one line |
|---|---|
| API Request | Make an API call (with an API key or an OAuth Integration) and return the response. |
| Highcharts | Generate charts and graphs on the fly with the Highcharts library. |
| Print Template | Render an Informer Template to PDF from the chat. |
| Simple Function | Run a small JavaScript function to answer questions or perform tasks. |