# Loading direct questions from Excel files.

1. Go to the "Knowledge Base" section and click on the "Upload from Excel" button:

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

2. Create a table in Excel with two columns. In the first, write the topics of customer questions, and in the second, place the bot's answers to them:

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

{% hint style="warning" %}
Important!\
The file must be no more than 1 MB and no more than 100 lines.\
In general, the first 100 lines are loaded when loading.
{% endhint %}

3. After we click on the "Download from Excel" button, we will be asked to select this file on our computer:

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

4. Further, after selecting this file, we see that all questions and answers have been accurately loaded into the "Direct Questions" section:

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


---

# Agent Instructions: 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:

```
GET https://docs.suvvy.ai/en/knowledge-base/baza-znanii/loading-direct-questions-from-excel-files..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
