# Helper

{% hint style="danger" %}
Depreciated. Use [Alert](https://docs.usegravity.app/gravity-web/components/alert).
{% 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&#x26;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 |
