> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/data.md).

# Data

Data Test Steps manage the data a Flow uses while it runs. Use them to save Values, read Element content into the Value Store, or set cookies and browser storage.

## Value Store

| Test Step                                              | Use it to                                   |
| ------------------------------------------------------ | ------------------------------------------- |
| [Set Value](/test-steps/data/set-value.md)             | Save a Value into the Value Store           |
| [Alias Value](/test-steps/data/alias-value.md)         | Save a Value or property under another name |
| [Calculate Value](/test-steps/data/calculate-value.md) | Create a new Value from a calculation       |
| [Replace Value](/test-steps/data/replace-value.md)     | Find and replace inside a Value             |

## Store from the page

| Test Step                                                              | Use it to                    |
| ---------------------------------------------------------------------- | ---------------------------- |
| [Store Element Text](/test-steps/data/store-element-text.md)           | Save Element text            |
| [Store Element HTML](/test-steps/data/store-element-html.md)           | Save Element HTML            |
| [Store Element Value](/test-steps/data/store-element-value.md)         | Save an input value          |
| [Store Element Attribute](/test-steps/data/store-element-attribute.md) | Save an attribute            |
| [Store Element Count](/test-steps/data/store-element-count.md)         | Save how many Elements match |

## Cookies and storage

| Test Step                                                                                                                                                                                                                                                                         | Use it to                 |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| [Set Cookie](/test-steps/data/set-cookie.md) / [Store Cookie](/test-steps/data/store-cookie.md) / [Delete Cookie](/test-steps/data/delete-cookie.md) / [Delete Cookies](/test-steps/data/delete-cookies.md)                                                                       | Work with cookies         |
| [Set LocalStorage](/test-steps/data/set-localstorage.md) / [Store LocalStorage](/test-steps/data/store-localstorage.md) / [Delete LocalStorage](/test-steps/data/delete-localstorage.md) / [Delete All LocalStorage](/test-steps/data/delete-all-localstorage.md)                 | Work with local storage   |
| [Set SessionStorage](/test-steps/data/set-sessionstorage.md) / [Store SessionStorage](/test-steps/data/store-sessionstorage.md) / [Delete SessionStorage](/test-steps/data/delete-sessionstorage.md) / [Delete All SessionStorage](/test-steps/data/delete-all-sessionstorage.md) | Work with session storage |

For account-level Values and built-ins, see [Value Store](/values/value-store.md) and [Built-in Values](/values/built-in-values.md).
