# ChatGPT Models - Question and Answer Spreadsheet Format

## Spreadsheet format

The spreadsheet must contain two columns: one for the questions and another for the respective answers. The question-and-answer pairs must be entered starting from the second row, since the first row will be ignored.

<figure><img src="/files/a27dd9d295a0c24677d39566ae410d7e710b24a4" alt=""><figcaption><p><em>Spreadsheet example.</em></p></figcaption></figure>

### Performing import

After adjusting the format of your spreadsheet, click the "Import CSV" button if the file is CSV, or "Import XLSX" if it is XLSX.

<figure><img src="/files/d99123f045cd38f017a097ab0299a966693434ee" alt=""><figcaption><p><em>Tab 'Questions and Answers'.</em></p></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.sprinthub.com/en/topics/artificial-intelligence/ai-agents/legacy-ai-agents-notice/chatgpt-models/chatgpt-models-question-and-answer-spreadsheet-format.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.
