# Import

**Help URL:** `/forms/import`

## Purpose

Import longer test descriptions or existing test material so TestVibe can break them into smaller, usable test workflows.

## Common Tasks

* Upload a file that contains test cases or scenarios.
* Paste test ideas from the clipboard.
* Convert long workflows into smaller TestVibe test candidates.
* Cancel if you opened the import flow by mistake.

## Key UI Elements

* Import from File: Opens a file picker for uploaded test content.
* Import from Clipboard: Uses text from your clipboard as the import source.
* Cancel: Closes the import dialog.

## Notes

* Imported content should describe user behavior and expected outcomes, not just implementation details.
* After import, review the generated groups or tests before running them.


---

# 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.testvibe.com/reference/forms/import.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.
