modal: true option when you instantiate your importer.

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to display your importer in a modal.
modal: true option when you instantiate your importer.
const importerOptions = {
modal: true
};
const importer = new FuseImporter({ options: importerOptions });
importer.getSessionToken = ... // see https://fuse-docs.swovo.com/getting-started/sessions
importer.show();
