# Use Cases

SolidRed works on use cases to determine which features and information to display. There are 4 use cases available when creating assets:

* General
* [Vibration](/docs/solidred-3.3/vibration-features.md)
* [Steam line](/docs/solidred-3.3/steam-line-features.md)
* [Temperature](/docs/solidred-3.3/temperature-features.md)

Each of the use cases mentioned above has common features and use-case-specific features. The latter are outlined in their respective sections linked above.&#x20;


---

# 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.twtg.io/docs/solidred-3.3/data-analytics-features/use-cases.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.
