> For the complete documentation index, see [llms.txt](https://njord.gitbook.io/team-handbook-njord-2025/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://njord.gitbook.io/team-handbook-njord-2025/5-support-by-njord/5.1-batteries.md).

# 5.1 Batteries

Njord can provide batteries for teams that cannot bring their own batteries to the competition. Njord has a number of batteries in its possesion which can be used by the teams. For using these batteries, teams can contact Jostein, Head of competition planning, after the selection process. Batteries will be provided by the first come, first served principle. The specifications of the already owned batteries are shown below.&#x20;

<table><thead><tr><th width="136">Brand</th><th width="97">Type</th><th width="365">Data</th><th>Amount</th></tr></thead><tbody><tr><td>Tattu</td><td>Lithium</td><td>22.2 V, 6 cells, 488.4 Wh, 22000 mAh, 30C</td><td>2</td></tr><tr><td>GensACC</td><td>Lithium</td><td>22.2 V 6S1P, 111Wh, 5000 mAh, 45C</td><td>3</td></tr><tr><td>GensACC</td><td>Lithium</td><td>14,8 V, 4S2P, 118,4Wh, 8000 mAh, 100C</td><td>9</td></tr></tbody></table>


---

# 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://njord.gitbook.io/team-handbook-njord-2025/5-support-by-njord/5.1-batteries.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.
