> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/designer/building-forms/creating-task-specific-fields.md).

# Creating Task-Specific Fields

Keep your forms focused with task-specific fields. Show only the fields that matter at each step, whether that means adding extra details, making inputs mandatory, or hiding what isn’t relevant. This makes every task simpler, faster, and more tailored to your workflow.

***

### How to Create Task-Specific Fields

{% stepper %}
{% step %}

#### Open Task Selection

Click on the **Select Task(s)** button at the top of the form.
{% endstep %}

{% step %}

#### Choose Tasks

Select the tasks you want from the dropdown list. Pick one or multiple tasks.

{% hint style="info" %}
For complex processes, type the task name in the search box to find tasks quickly.
{% endhint %}
{% endstep %}

{% step %}

#### Edit Fields

The tasks you selected appear at the top of the form, showing which tasks you are customizing.

* Add, edit, delete or customize fields.
* Adjust field conditions for specific tasks or the entire process.
* Remove a task from the selection by clicking its **X** button at the top.

> Visit [Building Forms](/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/designer/building-forms.md) for detailed instructions on modifying forms.
> {% endstep %}

{% step %}

#### Switch Tasks (Optional)

* Click **Remove All** to clear your current selection.
* Select new tasks from the dropdown to modify fields for those tasks.
  {% endstep %}
  {% endstepper %}

***

### See Also

Explore how to build and customize your forms.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Building Forms</strong><br><br>Learn the basics of creating and editing forms.</td><td><a href="https://content.gitbook.com/content/AgpNu7XmgN3Z9B8kIShD/blobs/OPrnY57cCTrAV9MZfSrV/IMS-V16-NAV-Home-Icons-1.png">IMS-V16-NAV-Home-Icons-1.png</a></td><td><a href="/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/designer/building-forms.md">Building Forms</a></td></tr><tr><td><p><strong>Controls per Field Types</strong><br></p><p>Customize fields to make forms clear, efficient, and user-friendly.</p></td><td><a href="https://content.gitbook.com/content/AgpNu7XmgN3Z9B8kIShD/blobs/G6zPS1BQMzi4Ngu69mQ5/IMS%20Icons%20(2).png">IMS Icons (2).png</a></td><td><a href="/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/designer/building-forms/controls-per-field-types.md">Controls per Field Types</a></td></tr></tbody></table>


---

# 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://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/designer/building-forms/creating-task-specific-fields.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.
