# reload

## Description

Refreshes the current page.

## Input / Parameter

N/A

## Output

| Description                        | Output Type |
| ---------------------------------- | ----------- |
| Returns the formatted information. | Object      |

### Object

| Key     | Description                                                             | Output Type |
| ------- | ----------------------------------------------------------------------- | ----------- |
| success | Boolean value to denote whether the function was executed successfully. | Text        |
| message | The message to print.                                                   | Text        |
| data    | Any additional message or data to print.                                | Text        |

## Example

In this example, we will use the `App.reload` function to reload the current page.

### Step

1. Call the function.

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-3b16818b758d49b7d3fcdf3d9d2fd18fe6d4836c%2Freload-step-1.png?alt=media)

### Result

The page will be reloaded.
