Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the Sidenet AI SDK via npm or CDN.
npm install sidenetai-sdk
import { initSidenet } from 'sidenetai-sdk'; initSidenet({ orgId: 'your-org-id', copilotId: 'your-copilot-id', });
<script src="https://unpkg.com/sidenetai-sdk@latest/dist/sidenetai-sdk.standalone.umd.js"></script> <script> Sidenet.initSidenet({ orgId: 'your-org-id', copilotId: 'your-copilot-id', }); </script>