> For the complete documentation index, see [llms.txt](https://docs.justransform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.justransform.com/development.md).

# Development

- [Connections](https://docs.justransform.com/development/connections.md)
- [Creating a Connector](https://docs.justransform.com/development/connections/creating-a-connector.md)
- [Updating a Connector](https://docs.justransform.com/development/connections/updating-a-connector.md)
- [Business Processes](https://docs.justransform.com/development/business-processes.md)
- [Creating a Business Process](https://docs.justransform.com/development/business-processes/creating-a-business-process.md)
- [Components of Business Process](https://docs.justransform.com/development/business-processes/components-of-business-process.md)
- [Map/MapChain/JTScript (Custom Function)](https://docs.justransform.com/development/business-processes/components-of-business-process/map-mapchain-jtscript-custom-function.md)
- [Conditional Fork](https://docs.justransform.com/development/business-processes/components-of-business-process/conditional-fork.md)
- [IF Condition](https://docs.justransform.com/development/business-processes/components-of-business-process/conditional-fork/if-condition.md)
- [(CBR) Content Based Routing](https://docs.justransform.com/development/business-processes/components-of-business-process/cbr-content-based-routing.md)
- [EDI to XML Transformation](https://docs.justransform.com/development/business-processes/components-of-business-process/edi-to-xml-transformation.md)
- [XML to EDI Transformation](https://docs.justransform.com/development/business-processes/components-of-business-process/xml-to-edi-transformation.md)
- [Insert Business Process](https://docs.justransform.com/development/business-processes/components-of-business-process/insert-business-process.md)
- [Import Business Process](https://docs.justransform.com/development/business-processes/components-of-business-process/import-business-process.md)
- [Set File Name](https://docs.justransform.com/development/business-processes/components-of-business-process/set-file-name.md)
- [Set Business IDs](https://docs.justransform.com/development/business-processes/components-of-business-process/set-business-ids.md)
- [Set Source Target Data Type](https://docs.justransform.com/development/business-processes/components-of-business-process/set-source-target-data-type.md)
- [(STC) Set Target Connection](https://docs.justransform.com/development/business-processes/components-of-business-process/stc-set-target-connection.md)
- [HL7EDI to XML Transformation](https://docs.justransform.com/development/business-processes/components-of-business-process/hl7edi-to-xml-transformation.md)
- [997 Response Generation](https://docs.justransform.com/development/business-processes/components-of-business-process/997-response-generation.md)
- [CSV to XML Transformation](https://docs.justransform.com/development/business-processes/components-of-business-process/csv-to-xml-transformation.md)
- [XML to CSV Transformation](https://docs.justransform.com/development/business-processes/components-of-business-process/xml-to-csv-transformation.md)
- [IDOC to XML Transformation](https://docs.justransform.com/development/business-processes/components-of-business-process/idoc-to-xml-transformation.md)
- [PDF to XML Transformation](https://docs.justransform.com/development/business-processes/components-of-business-process/pdf-to-xml-transformation.md)
- [Flat File to XML transformation](https://docs.justransform.com/development/business-processes/components-of-business-process/flat-file-to-xml-transformation.md)
- [JT UTILS](https://docs.justransform.com/development/business-processes/jt-utils.md)
- [Updating a Business Process](https://docs.justransform.com/development/business-processes/updating-a-business-process.md)
- [Activating a Business Process](https://docs.justransform.com/development/business-processes/activating-a-business-process.md)
- [Opening/View a Previous Version of Business Process](https://docs.justransform.com/development/business-processes/opening-view-a-previous-version-of-business-process.md)
- [View and Compare  version history of Business Process](https://docs.justransform.com/development/business-processes/opening-view-a-previous-version-of-business-process/view-and-compare-version-history-of-business-process.md)
- [Open Previous Version of Business Process](https://docs.justransform.com/development/business-processes/opening-view-a-previous-version-of-business-process/open-previous-version-of-business-process.md)
- [Mapper & Map Chains](https://docs.justransform.com/development/mapper-and-map-chains.md)
- [Mapper](https://docs.justransform.com/development/mapper-and-map-chains/mapper.md)
- [Creating a Map](https://docs.justransform.com/development/mapper-and-map-chains/mapper/creating-a-map.md)
- [Updating a Map](https://docs.justransform.com/development/mapper-and-map-chains/mapper/updating-a-map.md)
- [Map Chains](https://docs.justransform.com/development/mapper-and-map-chains/map-chains.md)
- [Creating a Map Chain](https://docs.justransform.com/development/mapper-and-map-chains/map-chains/creating-a-map-chain.md)
- [Updating a Map Chain](https://docs.justransform.com/development/mapper-and-map-chains/map-chains/updating-a-map-chain.md)
- [Running a Map Chain](https://docs.justransform.com/development/mapper-and-map-chains/map-chains/running-a-map-chain.md)
- [Scripts](https://docs.justransform.com/development/scripts.md)
- [Creating a Script](https://docs.justransform.com/development/scripts/creating-a-script.md)
- [Updating a Script](https://docs.justransform.com/development/scripts/updating-a-script.md)
- [FF Operations](https://docs.justransform.com/development/ff-operations.md)
- [Hex Editor](https://docs.justransform.com/development/hex-editor.md)


---

# 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.justransform.com/development.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.
