# Progress Indication
Signaling background request activity
## Properties: Types
- Ephemeral indicator: Temporary element overwritten by the response
- Consistent indicator: Persistent tag toggled via `hx-indicator`
## Workflow: How to add Ephemeral Indicator
1. Place placeholder inside the `hx-target` container:
```html
```
2. Trigger request to swap placeholder with HTML:
```html
```
## Workflow: How to add Consistent Indicator
1. Create an element with `htmx-indicator` class and a unique ID:
``` html