# Options for fields on a detail page

On the detail page you have various options as to how to show your fields in the field widget. You can hide the label, decide where it shows up next to or above the field or show the field icon.&#x20;

**Options for fields:**&#x20;

* Change the icon of the field.&#x20;
* Hide the label or show it above or next to the field.
* Add a description to your field that shows using a tool tip or below the input box.&#x20;
* Choose if the field is required when editing the layout. &#x20;
* Choose to turn off truncation for text fields to allow for overflow text to always be visible.&#x20;
* Show a field as an image in your field widget.&#x20;


---

# 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.stackerhq.com/stacker-astra/manage-data-using-ai/fields-you-can-create/options-for-fields-on-a-detail-page.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.
