> For the complete documentation index, see [llms.txt](https://docs.usegravity.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usegravity.app/gravity-web/components/helper.md).

# Helper

{% hint style="danger" %}
Depreciated. Use [Alert](/gravity-web/components/alert.md).
{% endhint %}

The `<Helper/>` component is a simple way to highlight additional information to the user with text and/or a link.

## Preview

<div align="left"><figure><img src="https://3357577683-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LlnrBGdA8s50Vnplq1j%2Fuploads%2F9gfq9ITj1hqaTV3YKsRU%2Fhelper.png?alt=media&amp;token=7a286fb6-cedb-485f-bf97-14ff42d0af18" alt="" width="336"><figcaption></figcaption></figure></div>

## Code

```javascript
<Helper 
 text='Need help? Refer to the database docs' 
 url='https://docs.usegravity.app/gravity-server/installation/database-setup'
/>
```

## Props

| Prop | Description              | Required | Value  |
| ---- | ------------------------ | -------- | ------ |
| text | text label               | required | string |
| url  | link to more information | optional | string |
