> For the complete documentation index, see [llms.txt](https://docs.fairmarkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmarkit.com/buyers/events/create-an-event/add-questions/conditional-questions.md).

# Conditional questions

For request for information and request for proposal events and templates, you can create conditional questions, allowing you to gather additional details for review. With conditional questions, you can ask suppliers to answer additional questions based on their answers to a question. For example, if you define a yes/no question, you can require suppliers to include a reason why when responding No. You can add one condition to each parent question.

### What types of questions can be conditional? <a href="#what" id="what"></a>

To create a conditional question, you will need to create a line item where the supplier will respond (UOM) with one of the following types of values:

<table><thead><tr><th width="166.66015625">Types</th><th>Value</th></tr></thead><tbody><tr><td>Yes or No</td><td>You can base the condition on either a Yes or No response.</td></tr><tr><td>Compliance</td><td>You can base the condition on either a Yes, No, or Partially response.</td></tr><tr><td>Number</td><td>You can base the condition on if the response value is greater than, greater than or equal to, less than, less than or equal to a set value.</td></tr><tr><td>Percentage</td><td>You can base the condition on if the response value is greater than, greater than or equal to, less than, less than or equal to a set value.</td></tr><tr><td>Date</td><td>You can base the condition on if the response is before or after a set date.</td></tr><tr><td>Date Range</td><td>You can base the condition on if the date range is between or not between a set date range.</td></tr></tbody></table>

### Add a conditional question <a href="#addaconditionalquestion" id="addaconditionalquestion"></a>

{% stepper %}
{% step %}
Create a [request for proposal](/buyers/request-for-proposal-rfp/create-a-request-for-proposal.md) or a [request for information](/buyers/request-for-information-rfi/create-a-request-for-information.md) event.
{% endstep %}

{% step %}
Add a Service Question line item with a component.
{% endstep %}

{% step %}
In **UOM**, select a [type](/buyers/events/create-an-event/add-questions/conditional-questions.md) that works with conditional questions.
{% endstep %}

{% step %}
Click the line item actions menu![](https://docs.fairmarkit.com/content/resources/images/buttons/actions-btn_20x20.png), and select Add Conditional Question.
{% endstep %}

{% step %}
On the first line, complete the statement to define when the question is asked.\
For example, if the UOM is yes/no, your statement could be [![Closed](https://docs.fairmarkit.com/Skins/Default/Stylesheets/Images/transparent.gif)If the answer to 1.a is Equal to Yes ask the following question.](/buyers/events/create-an-event/add-questions/conditional-questions.md)
{% endstep %}

{% step %}
Define your follow up question to ask when the condition is met.
{% endstep %}
{% endstepper %}

### Remove a condition from a question <a href="#removeaconditionfromaquestion" id="removeaconditionfromaquestion"></a>

* To remove a conditional question, click the item actions menu ![](https://docs.fairmarkit.com/content/resources/images/buttons/actions-btn_20x20.png) for the parent line item and select Remove conditional question.


---

# 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://docs.fairmarkit.com/buyers/events/create-an-event/add-questions/conditional-questions.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.
