# 6.4 Final hand-in of the guidance system

To be able to remotely run each team's guidance system, we require all teams to build their systems in a Docker container which can be sent to us before the deadline in August. The container should be configured such that it interfaces correctly with the Njord platform without further configuration.

**Note:** If your team cannot export your system as a Docker container, please contact us as early as possible. We have the capacity to agree on solutions other than Docker, but expect some additional work should you choose to request this.


---

# 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://njord.gitbook.io/digital-competition-2023/6-time-schedule/6.4-final-hand-in-of-the-guidance-system.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.
