> For the complete documentation index, see [llms.txt](https://docs.stackerhq.com/stacker-classic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackerhq.com/stacker-classic/layout-types/list-display-types/list-options/list-field-options.md).

# List: Field options

With field options, you can choose which fields you want to display to your users, and how you want to present them on the [List layout](/stacker-classic/layout-types/list-display-types.md).

## Enable Fields in List Layout

1. Click **Edit Layout**
2. Scroll to **Fields**
3. Toggle the field you want your users to see

## Field customization

You can further customize the fields in the List layout by hovering over the field and clicking the pencil icon.

![Screenshot\_2022-03-01\_at\_11.55.42.png](https://support.stackerhq.com/hc/article_attachments/4530127962131/Screenshot_2022-03-01_at_11.55.42.png)

Different field types have different customizations, for example, you can choose to treat a field as a URL or display an attachment field as an image. Full list of customization options for each field type:

| **Field Type**          | **Customization Options**                                                                                                                   |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Attachment              | Display as image                                                                                                                            |
| Checkbox                | Default, Filled, or Big ![CleanShot\_2023-04-25\_at\_08.42.17\_2x.png](https://support.stackerhq.com/hc/article_attachments/16071557441811) |
| Currency                | -                                                                                                                                           |
| Record link             | -                                                                                                                                           |
| Date, Date time         | -                                                                                                                                           |
| Formula                 | <p>Treat as URL<br>Wrap text</p>                                                                                                            |
| Long text, Rich text    | Wrap text                                                                                                                                   |
| Lookup related value    | Wrap text                                                                                                                                   |
| Multi-record link       | Wrap text                                                                                                                                   |
| Multiple select         | -                                                                                                                                           |
| Number                  | -                                                                                                                                           |
| Percentage              | Number, Bar, or Ring ![CleanShot\_2023-04-25\_at\_08.44.51\_2x.png](https://support.stackerhq.com/hc/article_attachments/16071655458451)    |
| Roll-up related records | <p>Treat as URL<br>Wrap text</p>                                                                                                            |
| Single select           | -                                                                                                                                           |
| Text                    | <p>Treat as URL<br>Wrap text</p>                                                                                                            |
| URL                     | <p>Display as image<br>Display as button<br>Open in New tab<br>Add link text</p>                                                            |

#### Troubleshooting:

* If you are unable to see the field when previewing as a user, double check your user has permission to view the field.


---

# 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.stackerhq.com/stacker-classic/layout-types/list-display-types/list-options/list-field-options.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.
