> 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-replies/train-module/uploading-bulk-questions.md).

# Uploading Bulk Questions

If your question and answers are in excel or csv sheet you can easily upload it so that you can avoid manually typing the questions&#x20;

### 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

![Uploading File](/files/-LlSmby8oAVBrXs4fIgr)

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

![](/files/-LlSn3sm8bcchhWtb1J3)

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

![](/files/-LlSnaYdwVYqMlSg0-qk)

Select the Column Name against Question, Answer & Category&#x20;

![](/files/-LlSo7WmnH7YJJ_BKG9v)

{% file src="/files/-LlSoFaXKaSDJ8PRmqoj" %}
Download Sample File&#x20;
{% endfile %}

{% hint style="info" %}
Currently we dont 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-replies/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.
