> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# useEmbeddedReveal

### Summary

Used to manually open the export flow and let a user export their wallet credentials. Read more in the [embedded wallet export section](/wallets/embedded-wallets/mpc/import-export).

### Usage

```jsx
import { useEmbeddedReveal } from "@dynamic-labs/sdk-react-core";

const { initExportProcess } = useEmbeddedReveal();

<button onClick={() => initExportProcess()}></button>;
```
