# Routing Configuration

| Name                              | Description                                                                                                                                                                                  |
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Max Rework Attempts               | Max rework attempts is used to limit the number of attempts for an area / part combination before scrapping of components is required.                                                       |
| Cycle Cool Down Time              | Cycle cool down time is used to enforce a cool down between cycles for a part at an area.                                                                                                    |
| Previous Operation Cure Time      | Previous operation cure time is used to enforce a maximum time between areas for a part.                                                                                                     |
| Enforce Previously Completed      | Enforce previously completed enables routing enforcement validation for a part at an area.                                                                                                   |
| Enforce Already Completed         | Enforce already completed will return NOK to Build for a part which has a 'Accept' cycle status at an area.                                                                                  |
| Enforce Rejected by Operation     | Enforce rejected by operation will return NOK to Build for a part which has a 'Reject' cycle status at an area.                                                                              |
| Enforce Previously Rejected       | Enforce previously rejected will return NOK to Build for a part which has a 'Reject' cycle status at a previous station.                                                                     |
| Enforce Max Rework Attempts       | Enforce max rework attempts will return NOK to Build for a part which has exceeded the Max Rework Attempts at an area.                                                                       |
| Enforce Cycle Cool Down Time      | Enforce cycle cool down time will return NOK to Build for a part which has not exceeded the Cycle Cool Down Time at an area.                                                                 |
| Enforce Prev. Operation Cure Time | Enforce previous operation cure time will return NOK to Build for a part which has exceeded the Previous Operation Cure Time at an area.                                                     |
| Enforce Operation Round Robin     | Enforce operation round robin will return NOK to Build for a part which has previously run at a area without running subsequently running at all other areas inside of a parallel operation. |


---

# 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://support.getdatastream.com/support/definitions/routing-configuration.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.
