# Review a Rapid Model

Once you have built a Rapid model, you can review its results.

To review your Rapid model, click "Review Model" in the Rapid model builder.

You will be taken to a page that lets you see the results from your Rapid model.

If you uploaded a video, Rapid will be run on all frames of the video that you are viewing in the Rapid interface. You can then play the video to see how your model does.

If you uploaded images, you can click between them to see how Rapid performs.

<figure><img src="/files/tO7UaYF8bAGmhrhPASxZ" alt=""><figcaption></figcaption></figure>

If your model identifies objects in the way you expected, click "Publish and Use Model" to retrieve your model API endpoint.

### Adjust Confidence Threshold

If your model shows too many or too few predictions, use the confidence threshold slider to filter results. Increasing the threshold hides lower-confidence predictions; decreasing it shows more.

### Edit Your Model

If your model does not work as expected, you can click "Edit Model" to adjust your prompts and annotations directly from the review step. This lets you add, remove, or modify labels and bounding boxes without going back to the build step. Once you are happy with your edits, click "Update" to re-run inference with the new inputs, or "Cancel" to discard your changes.

You can also click "Relabel Objects" to go back to the build step and start fresh.


---

# 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.roboflow.com/rapid/review-a-rapid-model.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.
