...
When deploying as a Web App Embed Icon, paste the provided code into your application, and a “chat” icon to trigger the agent will be rendered in the bottom right corner of the application.
Deploy as Server Side Code
Use this option to interact with the agent from backend processes. This capability allows the agent to be deployed more autonomously. You can embed the capabilities of AI directly into your applications and workflow without an interactive chat interface.
For more details, see the pjs.askAgent() API.
Deploy As Slack Bot
To deploy the agent as a Slack Bot, you must have administrator rights to your Slack workspace. Copy the provided Slack App Manifest and click the Create New Slack App link. On the Slack API site, click Create New App and then select from “From an App ManifestManifest”. After the App is created, you must copy the App Credentials into your config.js file and restart the server.
...
Select this box if your application is running on a separate domain or port than the Profound AI server. In addition, make sure to Enable CORS. CORS can be enabled for a specific application application’s domain or for all routes.
...
Select this option if your application is based on Profound UI or Genie interfaces (this includes Profound.js Rich Display applications). The latest versions of these interfaces include the necessary Profound AI code and do not require an additional <script> tag to be pasted into your HTML code.
(The minimum Profound UI release to support Profound AI is Version 6 Fix Pack 24.0)
Alternate Prompt Placeholder
...