> For the complete documentation index, see [llms.txt](https://help.evoshop.cam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.evoshop.cam/orders-and-products/shipping/manage-delivery-orders/customize-columns.md).

# Customize Columns

Evoshop also allows you to customize the displayed columns according to your needs.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FoXHHJ0vYGfVAGePe7g4a%2Fimage.png?alt=media&amp;token=a7dac3bc-58b6-42a4-80d4-4de7ad91b2be" alt=""><figcaption></figcaption></figure>

You can select the columns you want to display by checking the corresponding boxes, as shown in the image. The **Order Code** column is required and cannot be hidden.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FlMRMALFI1LtkCqwbnAom%2Fimage.png?alt=media&amp;token=4b3e8201-dd46-4cda-8ad4-cda3f8418f2f" alt=""><figcaption></figcaption></figure>

You can also rearrange the order of the columns by clicking the ![](https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FByyxeIAscC1zPOYC2qIo%2Fimage.png?alt=media\&token=5f9c7e07-a690-45bd-ac20-8a1015c7e392) icon and dragging and dropping the columns up or down as desired.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FJAehy5rCUwXGWfIcYPGO%2Fimage.png?alt=media&amp;token=6730d0ab-19f1-409d-86fc-11eb5f5846f6" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.evoshop.cam/orders-and-products/shipping/manage-delivery-orders/customize-columns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
