# Roboflow Instant

Roboflow Instant is a quick-to-train, few-shot model you can use while developing a Proof of Concept.

Instant automatically trains a model using your dataset as soon as you approve a new batch of images in your dataset.

This model is then available for use in Roboflow Workflows, like any other model trained on Roboflow.

Instant only supports Object Detection projects.

Roboflow Instant models are free to train.

### Train a Roboflow Instant Model

Roboflow Instant models are automatically trained when you add <1000 images to your dataset and no Instant model exists for that project yet.

You can also trigger an Instant training job manually.

To trigger an Instant training job, navigate to a Project, click Models in the sidebar, then click "Train Model":

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

Choose "Roboflow Instant Model":

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

You will then be asked to confirm your training job:

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

{% hint style="info" %}
You cannot apply preprocessing or augmentation steps to Instant models.
{% endhint %}

Click "Create New Instant Model" to start your Roboflow Instant training job.

Your training job will then begin.

It may take several minutes for your model to be ready to use.

Your Instant model will then appear in your model list:

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

### Deploy an Instant Model

To use your model, click the Deploy Model button on the right side of the row of the model you want to deploy:

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

A window will appear from which you can choose Workflow template to use in your deployment. You can also opt to build your own Workflow.

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

When you select an option, a Workflow will be created. This Workflow will be accessible from the Workflows page in your Roboflow Workspace.

Here is an example of a Workflow created from the Detect, Count, and Visualize template:

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

This Workflow uses the Roboflow Instant model.

You can test your Workflow to see the Instant model in action:

<figure><img src="/files/7NOkA5KySDwVxEux3dSq" alt=""><figcaption></figcaption></figure>

### Run an Instant Model with an API

Refer to our [Run a Roboflow Instant Model ](https://docs.roboflow.com/deploy/serverless-hosted-api-v2/use-with-python-sdk)documentation to see how to call an Instant model directly using the Python SDK and Serverless Hosted API V2.


---

# 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/train/roboflow-instant.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.
