> For the complete documentation index, see [llms.txt](https://privacy.moment.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://privacy.moment.team/terms/training-courses.md).

# Training Courses

**Last updated: 29.05.2020**

Moment offers a range of courses for administrators, quality and project managers and other super users of our business tool. These are provided for your convenience in the form of private and open courses delivered online:

* Private courses: additional training for client’s staff in the form of a tailor made private course. We recommend that this training be performed after the client has been familiarized with Moment, eg. 1-6 months after start-up. Course package details will be presented separately and at client’s request.
* Public courses: We provide a range of public courses. Course package details will be presented separately through our newsletter, website, order form or at client’s request.

By ordering training from Moment you confirm order bookings and that your company will be sent an invoice for the course fee within 14 days. It is not possible to cancel courses, but if one or more attendees of your company are not be able to attend we can reserve a place for a course later.


---

# 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://privacy.moment.team/terms/training-courses.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.
