# Implementation

- [Operations in OData machine steps](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/operations-in-odata-machine-steps.md): List of different operations selectable in machine step; what do they mean and how they are identified. Refer to terminology section to what they mean.
- [Missing operations](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/missing-operations.md)
- [Translations](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/translations.md)
- [Iteration](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/iteration.md)
- [Join data sets](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/join-data-sets.md)
- [Misc Tips and trix](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/misc-tips-and-trix.md)
- [Document / Media Library Management](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/document-media-library-management.md): OData Connector services have specific services to simplify IFS Document Management file and media library file operations.
- [Response status handling](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/response-status-handling.md)
- [Errors from IFS](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/response-status-handling/errors-from-ifs.md): Page will include specific errors returned by IFS that has been identified so far, what they mean and how to handle them.
- [Operation specific notes](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/operation-specific-notes.md)
- [Set input parameters using flow script](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/operation-specific-notes/set-input-parameters-using-flow-script.md)
- [Update](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/operation-specific-notes/update.md)
- [WIP - Create](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/operation-specific-notes/wip-create.md): Under construction
- [Read](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation/operation-specific-notes/read.md)


---

# 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://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/implementation.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.
