> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/rapid/review-a-rapid-model.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/rapid/review-a-rapid-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
