# Deploy a Rapid Model

When you create a Rapid model, a [Workflow](/workflows/what-is-workflows.md) will be automatically created to run your model. This Workflow will be powered by the [Roboflow Serverless API](/deploy/serverless-hosted-api-v2.md).

Rapid will show code snippets in various programming languages that you can use to integrate your model into your applications:

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

### Confidence Threshold

If your Workflow supports a confidence input, a confidence threshold slider will appear in the deploy sidebar. Use it to filter out low-confidence predictions before integrating the API into your application. The deploy preview will update in real time so you can see the effect of your chosen threshold.

### Customize Your Workflow

You can customize your API to add new features by clicking the "Open Roboflow Workflows" link in the bottom right corner. This will open the Roboflow Workflow that powers your cloud API. You can customize your Workflow in whatever way you want. For example, you could add a ByteTrack block to add stateful object tracking capabilities to your API.


---

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