# Getting started

### Anaconda installers

Select the appropriate installer for your operating system from Anaconda and then follow the instructions to install it on your computer.

![](https://lh5.googleusercontent.com/qirrAfN8LPhv_X_dthncdBaFZG8YfxUC6vpJMexzaN0r4xPty4criNRPePmXZ7VP9l_ssctfXs00zFspVhLnmxVlFjeAONEEtX5Tkgz53gXJFXNdW99YjixjFtpoPtjVoGp4ftbTNPE)

{% embed url="<https://www.anaconda.com/products/individual>" %}

### Miniconda installers

If you are concerned about the size of Anaconda, you can install miniconda instead. Miniconda only includes the basics, such as Python and conda, so you must install other packages by yourself.

{% embed url="<https://docs.conda.io/en/latest/miniconda.html>" %}


---

# 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://hs764.gitbook.io/cee-5735/anaconda/installation.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.
