> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/public-finance/introducing-public-finance-management-pfm/release-notes/service-build-updates.md).

# Service Build Updates

With the iFIX v2.4-alpha update, some of the DIGIT core services also need to be deployed. The builds of the same are also listed below. These have been picked from DIGIT-v2.8.&#x20;

<table><thead><tr><th width="161">Category</th><th width="148">Services</th><th>Docker Artefact ID</th><th>Remarks</th></tr></thead><tbody><tr><td><strong>IFIX Domain Services</strong> </td><td>Digit Exchange</td><td><pre data-overflow="wrap"><code>digit-exchange:develop-1b9d9a2-23
</code></pre></td><td>This is new service for exchange data </td></tr><tr><td></td><td>Program Service</td><td><pre data-overflow="wrap"><code>program-service:develop-92a135f-55
</code></pre></td><td>This is new service for implemented with iFix specs.</td></tr><tr><td><strong>Adapters</strong></td><td>ifms-adapter</td><td><pre data-overflow="wrap"><code>ifms-adapter:develop-bd05fc83-113
</code></pre></td><td>Connects iFix to IFMS system. </td></tr><tr><td></td><td>iFix-mukta-adapter</td><td><pre data-overflow="wrap"><code>
mukta-ifix-adapter:develop-4799181a-46
</code></pre></td><td>Transform works plateform bills to disbursement</td></tr><tr><td><strong>Core Services</strong></td><td>egov-mdms-service</td><td><code>egov-mdms-service:v1.3.2-44558a0-3</code></td><td></td></tr><tr><td></td><td>egov-indexer</td><td><code>egov-indexer:v1.1.7-f52184e6ba-25</code></td><td></td></tr><tr><td></td><td>egov-idgen</td><td><code>egov-idgen:v1.2.3-72f8a8f87b-7</code></td><td></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.digit.org/public-finance/introducing-public-finance-management-pfm/release-notes/service-build-updates.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.
