# Add questions to a video interview

Once you have created a video interview, you can add questions to it. Go to [Manage video interviews](/video-interviews/manage-video-interviews.md) screen and click the name of the video interview you want to add questions to.

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

Click the **Create video question** button, as shown below:

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

You will need to fill the following information about the question:

* **Question text:** Enter the text of the question
* **Additional instructions:** Optionally provide the candidate with additional instructions on how to answer the question.
* **Maximum duration of answer:** Select the maximum duration allowed of the answer.
* **Maximum number of takes:** Select the maximum number of video takes the candidate can record, allowing them to choose the best one.
* **Time to think:** If this option is selected, the candidate will see the question text only when they click the **Show question** button. A timed countdown begins when this button clicked and the recording starts automatically when the countdown ends.
* **Rank:** Select the rank of the question to order it appropriately within the interview.
* **Question in video format:** Optionally record a video version of the question that the candidate will view in addition to the question text. You may also upload a pre-recorded video if you have one.


---

# 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://help.smartcv.co/video-interviews/manage-video-interviews/add-questions-to-a-video-interview.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.
