# Sections

Sections cannot be created directly in the importer, you will need to create all your sections in the section builder before you can import questions into them.  If you include a section label on your import sheet that does not exist in the quiz, the import will fail.

{% content-ref url="/pages/-MkkeuHrIbEK\_gTIKfY7" %}
[Instructions](/doc/quizzes/creating-a-quiz/sections.md)
{% endcontent-ref %}

Once you've created your sections, make a note of the **Section external ID** on platform. This is the ID that contains no capitals or spaces.

![Click to copy ID](/files/Qmv9f1tIgmi3ZjarNkWu)

Use the Section External ID to assign questions to that sections on a sheet&#x20;

{% hint style="danger" %}
🚨 Questions that are being imported into the same section must be grouped together. CSVs with sections that aren't grouped together will fail import with a contiguous error.
{% endhint %}

![](/files/rTeFn91I6M50s1DoJ6MX)

Once all of your questions have been put into sections, you're ready to import the sheet.&#x20;


---

# 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://academy.synap.ac/doc/quizzes/importing-and-exporting/importing/sections.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.
