> For the complete documentation index, see [llms.txt](https://docs.capnco.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.capnco.gg/game-guide/how-to-play/1.-getting-the-game.md).

# 1. Getting the Game

## Play Free on Any Device

Visit our site at [capnco.gg](https://capnco.gg/) and choose your platform of choice to hop into the game immediately!

{% hint style="info" %}
Captain & Company is free to play and has no purchase requirements, and can be played in a browser at lower quality to test.
{% endhint %}

## System Requirements

| Platform | Minimum                                                                                                                                                                                                                                                                                                                                     | Recommended                                                                                                                                                                                                                                                                                                                             |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PC       | <p><strong>OS</strong>: Windows 10 version 19041.0 or higher<br><strong>Memory</strong>: 1 GB RAM<br><strong>Video memory</strong>: 2 GB</p><p><strong>Storage</strong>: 100 MB available space <br><strong>CPU</strong>: Intel Core i7-6700K<br><strong>GPU</strong>: NVIDIA GeForce GTX 1080<br><strong>DirectX</strong>: Version 11 </p> | <p><strong>OS</strong>: Windows 11 version 22631.4169 or higher<br><strong>Memory</strong>: 4 GB RAM<br><strong>Video memory</strong>: 4 GB</p><p><strong>Storage</strong>: 1 GB available space <br><strong>CPU:</strong> Intel i7-8700K<br><strong>GPU</strong>: NVIDIA GeForce GTX 1650<br><strong>DirectX</strong>: Version 12 </p> |
| Browser  | <p><strong>Google Chrome:</strong> Version 108 or higher<br><strong>Firefox:</strong> Version 102 or higher<br><strong>Safari</strong>: Version 16 or higher<br><strong>Brave</strong>: Version 1.39.120 or higher</p>                                                                                                                      | <p><strong>Google Chrome:</strong> Version 108 or higher<br><strong>Firefox:</strong> Version 102 or higher<br><strong>Safari</strong>: Version 16 or higher<br><strong>Brave</strong>: Version 1.39.120 or higher</p>                                                                                                                  |
| Android  | <p><strong>OS</strong>: Android 6.0 or higher<br><strong>Processor</strong>: Snapdragon 660 or higher<br><strong>Memory</strong>: 3 GB RAM</p>                                                                                                                                                                                              |                                                                                                                                                                                                                                                                                                                                         |
| iOS      | <p><strong>OS</strong>: iOS 14.3 or higher<br><strong>Processor</strong>: Snapdragon 660 or higher<br><strong>Memory</strong>: 3 GB RAM</p>                                                                                                                                                                                                 |                                                                                                                                                                                                                                                                                                                                         |

{% hint style="info" %}
Get the game under the Play Now button on [capnco.gg](https://capnco.gg/)!
{% endhint %}


---

# 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.capnco.gg/game-guide/how-to-play/1.-getting-the-game.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.
