# Customising List Columns

You have the flexibility to tailor the display of information in any module's list according to your preferences. This is achieved through the Customise Columns feature.

## Accessing customise columns

In any module with a list, you can click the **Customise Columns** <img src="https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/P7JycAxHw8WhKySio5dL/view_column_icon.svg" alt="" data-size="line"> button at the top right to open a dialogue listing all the columns. Here you can add, remove, and change the order of all the columns in the list.

## Reordering columns

To change the order of columns in the list, click and drag a column within the open dialogue.

## Adding and removing columns

### Removing columns

Columns can be hidden by clicking the check box ![](https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/r1z3lrE4De5TXZnseJmS/check_box_icon_primary.svg) next to its name.

### Adding and removing columns

To include a column not present in the default list, click the **Add Column** ![](https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/VHQgroi2hI6nNMnevpRZ/create-24px.svg) button. This action opens another dialogue where you can explore sub-objects to locate the desired field. A search input at the top allows for finding items faster.

{% hint style="info" %}
**Example:** If you are on the "Voyages" module and want to see vessel information, open the "vessel" object to see all available vessel fields.

Text fields often end in "Desc".
{% endhint %}

To remove a column, click the **Remove** ![](https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/SkvxM5kUbuWvrCWbaeQP/remove_icon.svg) button in the columns list.

## Restoring the default view

At any point, you can revert to the default view by clicking the **Restore** ![](https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/v2baxiyfXsep2OTCvvsg/settings_restore_icon.svg) button in the Customise Columns dialogue. This action will undo any reordering and remove additional columns, returning the display to its original state.

<br>


---

# 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.dataloy.com/voyage-management-system/step-by-step-guides/customising-list-columns.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.
