> For the complete documentation index, see [llms.txt](https://help.aphex.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aphex.co/docs/frequently-asked/faqs/can-i-change-the-sort-order-of-tasks-and-packages.md).

# Can I change the sort order of Tasks and Packages?

You may want to reorder your work when building your plan, to make the planning process simpler.

## Packages <a href="#h_8c5dd732e1" id="h_8c5dd732e1"></a>

You can reorder packages on the Gantt by dragging and dropping them.

Each user can arrange Packages into their own custom order without having any impact on how others in their team view the plan.

<figure><img src="https://aphex-8d977de5bcd7.intercom-attachments-1.com/i/o/672263405/e1e6d86a752c3f9ebb9a34af/ezgif.com-video-to-gif_-282-29_-282-29.gif" alt=""><figcaption></figcaption></figure>

## Tasks <a href="#h_9232f0ee7d" id="h_9232f0ee7d"></a>

Tasks have a default sorting order and can not be reordered. The default sort order that tasks appear on the Gantt is:

1. First by Start Date
2. Then by Duration
3. Finally Alpha-numerically

Aphex locks tasks in place whilst you are making changes, if task aren’t ordered in this order, click **Tidy Up** to reapply the default sort order.


---

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

```
GET https://help.aphex.co/docs/frequently-asked/faqs/can-i-change-the-sort-order-of-tasks-and-packages.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.
