--- id: 'Hint' section: components cssPrefix: pf-v5-c-hint ---## Examples ### Hint with title ```html
Do more with Find it Fix it capabilities
Upgrade to Red Hat Smart Management to remediate all your systems across regions and geographies.

Do more with Find it Fix it capabilities
Upgrade to Red Hat Smart Management to remediate all your systems across regions and geographies.
``` ### Default with no title ```html
Welcome to the new documentation experience. Learn more about the improved features.

Upgrade to Red Hat Smart Management to remediate all your systems across regions and geographies.
``` ## Documentation ### Usage | Class | Applied to | Outcome | | -- | -- | -- | | `.pf-v5-c-hint` | `
` | Initiates the hint component. **Required** | | `.pf-v5-c-hint__title` | `
` | Initiates the hint title element. | | `.pf-v5-c-hint__body` | `
` | Initiates the hint body element. | | `.pf-v5-c-hint__footer` | `
` | Initiates the hint footer element. | | `.pf-v5-c-hint__actions` | `
` | Initiates the hint actions element. |