> For the complete documentation index, see [llms.txt](https://help.smartcv.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartcv.co/video-interviews/manage-video-interviews/create-a-new-video-interview.md).

# Create a new video interview

You can create a new video interview by clicking the **Create video interview** button at the [Manage video interviews](/video-interviews/manage-video-interviews.md) screen, as shown below.

![](/files/-ME3dsa0eVWgD3y1Q5UL)

![](/files/-ME3dx629EFT3s85T6-g)

You need to fill the following information about the video interview:

* **Name**, the internal name that is used in the app to reference the interview.
* **Title**, the title of the interview as it will be shown to the candidate.
* **Record audio only**, check this option to disable the camera and record only the audio.
* **Available only for desktop/laptop computers**, check this option if you want to disable the ability to respond to the video interview with a smartphone. You may want this option enabled for better audio/video quality.
* **Introductory text**, you may optionally enter an introductory text that the candidate will view at the the interview's welcome screen.
* **Show questions upfront**, check this option if you want to display all the questions upfront at the interview's welcome screen. **Questions with a time-to-think limit will not be displayed**.
* **Introductory video**, you may optionally record an introductory video that the candidate will view at the the interview's welcome screen. You may also upload a pre-recorded video that you already have.
* **Outro video**, you may optionally record an introductory video that the candidate will view when they complete the video interview. You may also upload a pre-recorded video that you already have.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.smartcv.co/video-interviews/manage-video-interviews/create-a-new-video-interview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
