> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/case-type-settings/custom-field-order.md).

# Custom Field Order

This lesson will show you how to change the order of your custom fields in AgileCase.

{% stepper %}
{% step %}

### Access custom field order

<figure><img src="/files/YHARlrsihCyJYuASQZo9" alt="" width="152"><figcaption></figcaption></figure>

In order to give you maximum control over your system, AgileCase allows you to customize the order in which custom fields are displayed.

To do this, click the "Custom Field Order" button in the settings menu under "Case Type Settings".
{% endstep %}

{% step %}

### Select group type

<figure><img src="/files/CDrpZFA9w4KseN4g9AiK" alt="" width="279"><figcaption></figcaption></figure>

On the custom field order page you must first select the group type to continue. The group type corresponds to the different group type you are prompted to select when you create a custom field.
{% endstep %}

{% step %}

### Select case type

<figure><img src="/files/aMr3glNOTnUF0X2O4Mqy" alt="" width="282"><figcaption></figcaption></figure>

After selecting the group type, you must select the case type to proceed. Select the case type that the custom field group belongs to.
{% endstep %}

{% step %}

### Use the arrows to change the order of custom fields

<figure><img src="/files/pCXboFFfPDSV7QJ9Qd8l" alt="" width="325"><figcaption></figcaption></figure>

The custom field groups created for that case type will now be listed. Simply use the arrows to change their order on the case page.
{% endstep %}

{% step %}

### View the new order of your custom field groups

<figure><img src="/files/Bdwrm5lrWR5vUMOBCGpg" alt="" width="377"><figcaption></figcaption></figure>

On the case page, your custom fields will now be listed after "Milestones" in the order you have chosen. The top of the custom field order list corresponds to the leftmost available option on the case details tab.
{% endstep %}
{% endstepper %}


---

# 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://docs.agilecase.com/administrator-documentation/case-type-settings/custom-field-order.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.
