> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/setting-up-guide/smart-reply-v2/train-module/uploading-bulk-questions.md).

# Uploading Bulk Questions

To get started with bulk upload first ensure that your question and answers are in an excel sheet in 2 different columns , you can even specify the category name in the other column but make sure the category name in the excel sheet is same as in your smart replies&#x20;

Click on "Upload" button as shown in below.

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

A popup will appear as shown below , you can drag and drop the excel or csv sheets or click to select from your computer.

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

After uploading the excel sheet you have to map the questions, answer and category in the excel sheet by selecting the correct column name.

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

Select the Column Name against Question, Answer & Category

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

link ?

{% hint style="info" %}
Currently we don't have the option to enter intents and question variations through bulk upload feature so after uploading you have to manually do this, we are in the process to add the same at the earliest&#x20;
{% endhint %}


---

# 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.pickyassist.com/setting-up-guide/smart-reply-v2/train-module/uploading-bulk-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.
