> For the complete documentation index, see [llms.txt](https://docs.greytrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greytrix.com/creatio-add-ons/field-service-manager-for-creatio/user-guide/configuration/create-job-type-s/required-parts.md).

# Required Parts

This defines the product that is mandatory for job type and in which quantity. Users can add required parts against job using add (+) button present beside the list name. Once users click on add button they are presented with the screen below.

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

**Field List and Descriptions**

<table data-header-hidden><thead><tr><th width="84" valign="bottom"></th><th width="148" valign="bottom"></th><th valign="bottom"></th></tr></thead><tbody><tr><td valign="bottom"><strong>Sr. No.</strong></td><td valign="bottom"><strong>Field Name</strong></td><td valign="bottom"><strong>Short Description</strong></td></tr><tr><td valign="bottom">1</td><td valign="bottom">Part name</td><td valign="bottom">Display detail name of part that is required for job type.</td></tr><tr><td valign="bottom">2</td><td valign="bottom">Product</td><td valign="bottom">Lookup field to products in system.</td></tr><tr><td valign="bottom">3</td><td valign="bottom">Job type</td><td valign="bottom">The job type against which required part is configured.</td></tr><tr><td valign="bottom">4</td><td valign="bottom">Default quantity</td><td valign="bottom">The required quantity of that part for job type.</td></tr></tbody></table>

&#x20;


---

# 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.greytrix.com/creatio-add-ons/field-service-manager-for-creatio/user-guide/configuration/create-job-type-s/required-parts.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.
