# Getting Started

As we prepare for the launch of our closed alpha testing, here are some essential notes to help you get started:

**System Requirements:**

* **Operating Systems:**
  * **Linux**: Currently supported. We plan to expand support to Windows and macOS after the closed alpha testing phase.
* **Software Dependencies:**
  * **Python and Docker**: Required for running Cortensor, managing dependencies, and ensuring consistent performance.
* **Hardware Requirements:**
  * **CPUs**: Must support AVX, AVX2, or AVX512 (for x86 architectures).
  * **Models**: Initially, only 4-bit quantized models will be supported, enabling broad hardware compatibility. Over time, we'll introduce higher bit options and support non-quantized models.

**Model Support:**

* **LLaMA Models**: Cortensor will initially support LLaMA models, with plans to gradually include additional open-source models as the platform evolves.

**Alpha Phase Overview:**

* **Quantized Models**: Focus on quantized models to ensure wide device compatibility during the alpha phase.
* **Development**: The alpha phase will focus on testing and refining the platform. Your participation is key to shaping Cortensor’s future.

**Next Steps:**

* Detailed installation and setup instructions will be provided as we progress. Prepare your environment according to the requirements above and stay tuned for updates.

***

**Disclaimer:** This page and the associated documents are currently a work in progress. The information provided may not be up to date and is subject to change at any time.


---

# 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.cortensor.network/getting-started.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.
