# Reorder your imports

{% stepper %}
{% step %}

### Navigate to your imports

Go to **Setup > Import** in your project to view your imports.
{% endstep %}

{% step %}

### Locate the import

Find the import you want to move.
{% endstep %}

{% step %}

### Drag the import

Click the **hamburger icon** to select the import, then drag it to the desired position in the list. As you drag, a popup will appear — read the cautionary information carefully, as the order of imports can significantly impact how data is processed and combined.
{% endstep %}

{% step %}

### Drop the import

Release your mouse to drop the import in its new location.
{% endstep %}

{% step %}

### Confirm the change

Click **Confirm** on the popup to save the new order of your imports.
{% endstep %}
{% endstepper %}

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

{% hint style="warning" %}
Adjusting the order can alter how data is processed and presented in your project. The arrangement of the imports forms a hierarchy that directly affects the functionality and outcomes of [combined imports](/import-data/import-how-to/combine-multiple-imports.md).
{% endhint %}


---

# 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://helpcenter.channable.com/import-data/import-how-to/reorder-your-imports.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.
