# Rating

The rating component is a simple component to capture a value in a certain range by selecting a star or other icon from a number of icons shown.

Star example:

![Rating stars](/files/jndzrm08MCPyyqaASGvV)

Hearts example:

![Rating hearts](/files/I2jt9mmKbfDdLlsMFiIz)

{% hint style="info" %}
*<mark style="color:blue;">**Content under construction**</mark>*
{% endhint %}

## Table of contents

* [Rating properties](#rating-properties)
* [Rating events](#rating-events)

## Rating properties

Rating properties can be found [here](/reference/servoyextensions/ui-components/input-control/rating.md#properties).

## Rating events

Rating events can be found [here](/reference/servoyextensions/ui-components/input-control/rating.md#events).

### Related Articles

The following articles are recommended for additional reading

* [Rating Reference Documentation](/reference/servoyextensions/ui-components/input-control/rating.md)
* [Styling and Themes](/guides/develop/application-design/styling-and-themes.md)
* [Scripting the UI](/guides/develop/programming-guide/scripting-the-ui.md)


---

# 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.servoy.com/guides/develop/application-design/ui-components/input-controls/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.
