# Data

- [Alias Value](https://docs.does.qa/test-steps/data/alias-value.md): save a value or property as another value in the value store.
- [Set Value](https://docs.does.qa/test-steps/data/set-value.md): Save a value into the value store.
- [Store Element Text](https://docs.does.qa/test-steps/data/store-element-text.md): Save the inner text from a specific element into the value store.
- [Store Element HTML](https://docs.does.qa/test-steps/data/store-element-html.md): Save the inner HTML from a specific element into the value store.
- [Store Element Value](https://docs.does.qa/test-steps/data/store-element-value.md): Save the value from a specific element into the value store.
- [Store Element Count](https://docs.does.qa/test-steps/data/store-element-count.md): Save the count of elements returned from a specific element selector into the value store.
- [Store Element Attribute](https://docs.does.qa/test-steps/data/store-element-attribute.md): Save an attribute value from a specific element into the value store.
- [Set Cookie](https://docs.does.qa/test-steps/data/set-cookie.md): Set a browser cookie.
- [Store Cookie](https://docs.does.qa/test-steps/data/store-cookie.md): Store the value of a specific cookie in the Value Store.
- [Delete Cookie](https://docs.does.qa/test-steps/data/delete-cookie.md): Delete a specific browser cookie.
- [Delete Cookies](https://docs.does.qa/test-steps/data/delete-cookies.md): Delete all browser cookies.
- [Set LocalStorage](https://docs.does.qa/test-steps/data/set-localstorage.md): Set a browser local storage item.
- [Store LocalStorage](https://docs.does.qa/test-steps/data/store-localstorage.md): Store the value of a specific local storage item in the Value Store.
- [Delete LocalStorage](https://docs.does.qa/test-steps/data/delete-localstorage.md): Delete a specific browser local storage item.
- [Delete All LocalStorage](https://docs.does.qa/test-steps/data/delete-all-localstorage.md): Delete all browser local storage items.
- [Set SessionStorage](https://docs.does.qa/test-steps/data/set-sessionstorage.md): Set a browser session storage item.
- [Store SessionStorage](https://docs.does.qa/test-steps/data/store-sessionstorage.md): Store the value of a specific session storage item in the Value Store.
- [Delete SessionStorage](https://docs.does.qa/test-steps/data/delete-sessionstorage.md): Delete a specific browser session storage item.
- [Delete All SessionStorage](https://docs.does.qa/test-steps/data/delete-all-sessionstorage.md): Delete all browser session storage items.
- [Calculate Value](https://docs.does.qa/test-steps/data/calculate-value.md): Calculate a new value.
- [Replace Value](https://docs.does.qa/test-steps/data/replace-value.md): Find and replace inside a value store item.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.does.qa/test-steps/data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
