# Star Rating (interactive)

![Star rating screen shot](/files/-LXQcGDlywlCcHG7g2N1)

### Introduction

Interactive star rating pattern. Typically allows user to allocate a rating of 1 to 5, and may also allow half-values.

For a non-interactive star rating, use a static image with [text alternatives](/mindpatterns/techniques/alttext.md).

### Working Examples

You can take a look at the star rating pattern in action on our [examples site](http://ebay.github.io/mindpatterns/input/star-rating/).

The rest of this content is not yet available.


---

# 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://ebay.gitbook.io/mindpatterns/input/star-rating.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.
