> 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/settings/manage-questions/create-a-question.md).

# Create a question

You may create a new question by clicking the **Create question** button at the [Manage questions](/settings/manage-questions.md) screen.

<figure><img src="/files/0dXajGdhQP5AdqguRKnR" alt=""><figcaption></figcaption></figure>

You need to fill the following information about the question:

* **Type**, select the type of the question among the following types:
  * Yes/no
  * Multiple options with multiple options selection
  * Multiple options with a single option selection
  * Small text
  * Longer text
  * File Upload
* Question text, enter the question's text.
* Answers, in case of multiple options question type enter the possible answers separated by a comma.
* **Question label**, in case of yes/no or multiple question types, enter the label that will be used in filtering candidates

Once you have created a question, you can [add it to a job's application form](/settings/manage-questions/add-questions-to-job.md).


---

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