# Add Images for Training

You can move images captured by Vision Events directly into a Roboflow project so they can be used to train or improve a model. Any predictions attached to the event are carried over as annotations when they are compatible with the target project type.

## Add Images from the Vision Events Page

1. Open **Vision Events** in your workspace and select a Use Case.
2. Click **Add Images for Training** to enter selection mode.
3. Pick the target project from the dropdown.
4. Browse events and check the images you want to include. You can:
   * Select individual images from the thumbnail strip
   * Select all images on an event with the per-event checkbox
   * Select all images on the page
5. Click **Add to Project** to submit. A progress bar shows upload status.
6. When the upload finishes, click the link in the success modal to open the target project in a new tab.

## Notes

* Only annotations that match the target project type are imported. Other predictions are ignored.
* Images are tagged as annotated and added to a new batch in the target project.
* The right sidebar shows which projects each image already belongs to, so you can avoid duplicates.


---

# 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/deploy/vision-events/add-images-for-training.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.
