# Manage questions

You can enrich the application form for a specific job with custom questions. Questions are created once and then they may be attached to specific jobs.

The following **question types** are supported:

* Yes/no
* Multiple options with multiple options selection
* Multiple options with a single option selection
* Small text
* Longer text
* File upload&#x20;

After creating a question you may attach it to a job.

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

You can create a new question by clicking the **Create question** button.

You can manage questions by clicking the gear icon at the top navigation bar and clicking the **Manage questions** option, as shown below.

A list of all available questions appears.&#x20;

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

At the right of each question the following options are available:

* Edit question
* Delete question


---

# 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/settings/manage-questions.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.
