# Getting Started

* [Windows Desktop](https://docs.openalgo.in/installation-guidelines/getting-started/windows-installation)
* [Windows Server](https://docs.openalgo.in/installation-guidelines/getting-started/windows-server-installation)
* [Mac OS Installation](https://docs.openalgo.in/installation-guidelines/getting-started/mac-os-installation)
* [Amazon Elastic Beanstalk](https://docs.openalgo.in/installation-guidelines/getting-started/amazon-elastic-beanstalk)
* [Ubuntu Linux Server (No Custom Domain)](https://docs.openalgo.in/installation-guidelines/getting-started/ubuntu-no-custom-domain)
* [Ubuntu Server with Custom Domain](https://docs.openalgo.in/installation-guidelines/getting-started/ubuntu-server-installation)
* [Docker Developement](https://docs.openalgo.in/installation-guidelines/getting-started/docker-development)
* [Testing OpenAlgo in the Cloud (Github Codespace / Google Colab)](https://docs.openalgo.in/installation-guidelines/getting-started/testing-openalgo-in-cloud)
* [SMTP Settings](https://docs.openalgo.in/installation-guidelines/getting-started/smtp-settings)
* [TOTP Configuration](https://docs.openalgo.in/installation-guidelines/getting-started/totp-configuration)
* [Forgot Password](https://docs.openalgo.in/installation-guidelines/getting-started/forgot-password)
* [Upgrade](https://docs.openalgo.in/installation-guidelines/getting-started/upgrade)


---

# 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.openalgo.in/installation-guidelines/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.
