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

# Lessons

- [Installing the Golden EDI Standard App](https://docs.goldenedi.com/beginner-courses/lessons/installing-the-golden-edi-standard-app.md): Installing the Golden EDI Standard App from Microsoft AppSource
- [Initialize the Golden EDI Standard App](https://docs.goldenedi.com/beginner-courses/lessons/initialize-the-golden-edi-standard-app.md): Initialize the app via a assisted setup
- [GEDI Profiles](https://docs.goldenedi.com/beginner-courses/lessons/gedi-profiles.md): Update the 'GEDI Profile' with connection settings
- [Import Prepacked Setup](https://docs.goldenedi.com/beginner-courses/lessons/import-prepacked-setup.md): Import a complete GEDI configuration package
- [Backup Current Setup](https://docs.goldenedi.com/beginner-courses/lessons/backup-current-setup.md): Backup the complete GEDI configuration
- [Customer/Vendor GEDI Profile](https://docs.goldenedi.com/beginner-courses/lessons/customer-vendor-gedi-profile.md)
- [Document GEDI Profile](https://docs.goldenedi.com/beginner-courses/lessons/document-gedi-profile.md)
- [GEDI Conversion Lists](https://docs.goldenedi.com/beginner-courses/lessons/gedi-conversion-lists.md): Convert Business Central internal code identifiers to values needed by Golden EDI
- [Job Queue Entries](https://docs.goldenedi.com/beginner-courses/lessons/job-queue-entries.md): Configure 'Job Queue Entries' to automatically process 'GEDI Messages'
- [GEDI Message Queue](https://docs.goldenedi.com/beginner-courses/lessons/gedi-message-queue.md): Manage EDI messages within the GEDI Message Queue
- [GEDI Status Codes](https://docs.goldenedi.com/beginner-courses/lessons/gedi-status-codes.md): The 'GEDI Status' gives information about a 'GEDI Message's' current status.
- [CIP Customer View](https://docs.goldenedi.com/beginner-courses/lessons/cip-customer-view.md)
- [Congratulations!](https://docs.goldenedi.com/beginner-courses/lessons/congratulations.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.goldenedi.com/beginner-courses/lessons.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.
