> 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/add-ai-questions.md).

# Add AI questions

While working on a request for proposal or request for information event, you can generate a list of questions for your event section. We use your event data to generate relevant questions customized for your event.

This option is only available when your company has enabled AI suggestions for your events.

### 1. Select a section <a href="#id-1selectasection" id="id-1selectasection"></a>

For a request for proposal or request for information event, [add a section](/buyers/events/create-an-event/add-a-section.md) or select an existing section. You can generate questions for a blank section or append existing questions. Add a title and description to the section to improve your question suggestions.

<figure><img src="https://docs.fairmarkit.com/content/buyers/images/questions-ai-button_thumb_0_0.png" alt=""><figcaption></figcaption></figure>

### 2. Generate questions <a href="#id-2generatequestions" id="id-2generatequestions"></a>

Click the Add AI questions button. Relevant questions customized for your event are generated using information from the event, such as the title, description, categories, attachments, and section information.

<figure><img src="https://docs.fairmarkit.com/content/buyers/images/questions-ai-generate_thumb_0_0.png" alt=""><figcaption></figcaption></figure>

### 3. Review questions <a href="#id-3reviewquestions" id="id-3reviewquestions"></a>

Generated questions are automatically added to your section and are marked with an AI question ![](https://docs.fairmarkit.com/content/buyers/images/ai-question-btn_20x20.png) icon. You can edit or delete questions or generate more questions as needed. Up to 100 questions can be added to a section.

<figure><img src="https://docs.fairmarkit.com/content/buyers/images/questions-ai-review_thumb_0_0.png" alt=""><figcaption></figcaption></figure>


---

# 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/add-ai-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.
