# Required and Conditional Fields

## Required Fields

Required fields must be filled in to save any change to an issue, from closing tickets to setting fields or assigning an issue. This is useful for making sure every issue is labeled for accurate analytics downstream as you grow your team. The set required fields will be applied on the[ issues page. ](https://app.usepylon.com/issues/views/all-issues)

<figure><img src="/files/T3DOmI9rdmqS03mvENLX" alt=""><figcaption></figcaption></figure>

## Visibility Conditions

Conditionally show (and require!) fields based on the values in another field. For [issues](https://app.usepylon.com/settings/issue-sidebar?tab=configuration), this is useful for showing extra fields to gather information in different conditions (i.e. different details are needed for bugs vs. feature requests). Visibility conditions can also be used to conditionally show nested fields, such as a Sub-Product Area that shows only when a Product Area is provided.&#x20;

For [accounts](https://app.usepylon.com/settings/account-sidebar?tab=configuration), use visibility conditions to selectively show fields based on the tier of customer or which products they have bought.&#x20;

<figure><img src="/files/ZmYP4KkUEETAHrcQJt0q" alt=""><figcaption></figcaption></figure>


---

# 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.usepylon.com/pylon-docs/platform/custom-fields/required-and-conditional-fields.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.
