> ## Documentation Index
> Fetch the complete documentation index at: https://fuse-docs.swovo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Modals

> How to display your importer in a modal.

Fuse has built-in support for launching the importer within a modal. Simply pass the `modal: true` option when you instantiate your importer.

```javascript theme={null}
const importerOptions = {
  modal: true 
};

const importer = new FuseImporter({ options: importerOptions });

importer.getSessionToken = ... // see https://fuse-docs.flatirons.com/getting-started/sessions

importer.show();
```

<img src="https://mintcdn.com/flatirons/18QE1i72HLvymxXY/images/modal.png?fit=max&auto=format&n=18QE1i72HLvymxXY&q=85&s=e3b9ceb530940af602e81642916878e4" alt="White Labeling" width="3006" height="1716" data-path="images/modal.png" />
