# What you'll need

{% hint style="info" %}
As of today, CoreVisionX's SDK has limited public access.  Please contact us on our [discord server](https://discord.gg/TwjH8VnnnB) to gain access. &#x20;
{% endhint %}

What you need to get started&#x20;

* A computer with a python environment installed (we strongly recommend using <https://pixi.sh/latest/> and will have the strongest compatibility with our dependencies).  &#x20;
  * CoreVisionX has been extensively tested on Arm MacOS and Nvidia Jetson hardware.  Windows should theoretically work just fine. &#x20;
* A Github account with access to the CoreVisionX SDK and Calibration suite (see info box above)
* A CoreVisionX or other compatible stereo webcam. &#x20;
* A printed checkerboard for calibration.  We recommend this [one](https://github.com/CoreVisionX/calibration_checkerboards/blob/main/checkerboard_9x6_24mm.pdf)


---

# 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://docs.corevisionx.com/getting-started/what-youll-need.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.
