# Build a Rapid Model

Once you have uploaded data to Rapid, you will be taken to the interface where you build a Rapid model. This interface lets you label images and videos. The labeled data will then be used to train a Rapid model.

There are three parts to the Rapid model builder:

1. Your Files list, which lists all the videos and images you uploaded for use in building your model;
2. The preview interface, which lets you see the labels calculated by Rapid, and;
3. The labeling tool (the "What object are you looking for?" panel) which lets you type text prompts and send them to Roboflow Rapid to label data.

Rapid has a text prompt-driven interface. This means you can type in the name of what you want to find and ask Rapid to find it for you.

Here is an example showing the Rapid interface:

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

### Find an Object

To find an object, type in a label that corresponds to the type of object you want to identify in the "What object are you looking for?" input field. For example, if you are looking for a truck, you can type in the prompt "truck".

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

Click "Find Objects" to ask Rapid to find all instances of the object you want to find.

Rapid will then show labels corresponding with your text prompt in the preview interface.

You can prompt Rapid as many times as you would like to find different kinds of objects.

If you are labeling a video, Rapid will by default label the frame you are viewing (which is the first frame in the video by default). Once you go to the "Review Model" stage of the Rapid model builder, Rapid will be run on your full video for you.

### Adjust Rapid's Sensitivity

Rapid may identify too many or too few instances of the object you want to identify. If this happens, you can adjust the "Objects" slider on the right side of the Rapid interface. Keep moving the slider until the preview interface shows all the objects you want to label and shows few or no false positives.

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

### Navigate Between Files

To see how your Rapid prompts do on different images or videos you uploaded, click on the file you want to preview in your Files list:

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

### Review Your Model

Once you have set your text prompts, click the "Review Model" button:

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

When clicked, the "Review Model" button will take you to a web page where you can preview Rapid on all of your input images and videos.


---

# 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/build-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.
