# Concepts

- [Cloud Integration Platform](https://docs.goldenedi.com/standard-app-core-concepts/concepts/cloud-integration-platform.md): "Cloud Integration Platform manages communications with other parties"
- [GEDI Messages Queue](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-messages-queue.md): "A 'GEDI Message', is something that willl be or has been processed"
- [GEDI Setup Catalog](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-setup-catalog.md): "A 'GEDI Setup' is an XML file containing a complete GEDI configuration package"
- [GEDI Profiles](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-profiles.md): "A 'GEDI Profile' is the key to which processes you want to activate"
- [GEDI Message Codes](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-message-codes.md): "A 'GEDI Message Code', is a definition of a specific function that a 'GEDI Message' will execute"
- [GEDI Message Setup](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-message-setup.md): "A 'GEDI Message Setup', is a definition of the process that is connected to each 'GEDI Profile'"
- [GEDI Message Selection](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-message-selection.md): "A 'GEDI Message Selections', is a definition of which events that should trigger 'GEDI Messages'"
- [GEDI Mapping](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-mapping.md): "A 'GEDI Mapping Document', is a definition of rules to be applied when processing"
- [GEDI Conversion Lists](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-conversion-lists.md): "A 'GEDI Conversion Document', is a table used for converting specific values"
- [GEDI Message Log](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-message-log.md): "A 'GEDI Message Log', contains information about when a 'GEDI Message' has been processed"
- [GEDI Status Ledger](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-status-ledger.md): "A 'GEDI Status Ledger Entry' contains status information to be displayed for the end user"
- [GEDI Status Codes](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-status-codes.md): "A 'GEDI Status Code', is a definition of which status texts that can be configured"
- [GEDI Message Lines](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-message-lines.md): "'GEDI Message Lines', holds the information that is contained within a 'GEDI Message'"
- [GEDI Class Setup](https://docs.goldenedi.com/standard-app-core-concepts/concepts/gedi-class-setup.md): "A 'GEDI Class Setup', is a definition of which 'GEDI Message Code' should be used by the CIP."
- [Jobb Queue Entries](https://docs.goldenedi.com/standard-app-core-concepts/concepts/jobb-queue-entries.md): "'GEDI Messages' is usually configured to be automatically processed by 'Job Queue Entries'"


---

# 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.goldenedi.com/standard-app-core-concepts/concepts.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.
