> ## Documentation Index
> Fetch the complete documentation index at: https://dev.smile.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Close panel

> `SmileUI.closePanel()`

This method closes the loyalty panel immediately. If the loyalty panel is already closed, no change will occur.

<Panel>
  ```javascript JavaScript lines theme={null}
  SmileUI.closePanel();
  ```
</Panel>
