Download an HTML page with your Agent
Last updated
AIsuru offers a simple way to deploy your Agent on any website by downloading a complete HTML file. This option is especially useful when you want a ready-to-use solution without manually setting up the embed code.
Go to your Agent's management panel;
Navigate to the "Share me" section;
Select or create a layout that suits your needs;
Once the layout is configured, find and click the "Download HTML" button;
The HTML file will be automatically downloaded to your device.
The downloaded file is a complete HTML document that includes:
All the scripts needed to run the Agent;
CSS stylesheets for the visual appearance;
The full configuration of your Agent with the chosen layout;
Style customizations based on your settings.
You have several options for using this file:
Direct upload: upload the file to your web server to create a dedicated page for your Agent;
Iframe integration: embed the page inside an iframe on your existing site;
Further customization: edit the HTML code to better fit your site, adding extra elements or styles.
This solution offers a plug-and-play approach for quickly integrating your Agent into any web environment, with no need for complex configurations or advanced technical knowledge.
Last updated