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

# ready

> Hides the Splash Screen

Hides the Splash Screen. Read the [guide on loading your app](/miniapps/guides/loading) for best practices.

[If you're an AI agent or LLM, please read this.](/miniapps/guides/agents-checklist)

<img src="https://mintcdn.com/neynar/Uxa-Ieom0HVNjtON/miniapps/ready_preview.png?fit=max&auto=format&n=Uxa-Ieom0HVNjtON&q=85&s=b7ecc4ddcaa72c18fe63856d4c6e4bbd" alt="calling ready to hide the splash screen" width="1756" height="1194" data-path="miniapps/ready_preview.png" />

*Dismiss the Splash Screen with ready.*

## Usage

```ts theme={"system"}
import { sdk } from '@farcaster/miniapp-sdk'

await sdk.actions.ready()
```

## Parameters

### disableNativeGestures (optional)

* **Type:** `boolean`
* **Default:** `false`

Disable native gestures. Use this option if your Mini App uses gestures
that conflict with native gestures like swipe to dismiss.

## Return Value

`void`
