> For the complete documentation index, see [llms.txt](https://docs.cloudscript.ai/cloudscript/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudscript.ai/cloudscript/getting-started/readme.md).

# Cloudscript Overview

Cloudscript is an Infrastructure as Code (IaC) language that enables you to provision, configure, and deploy cloud resources seamlessly across multiple platforms such as AWS, Azure, GCP, and Kubernetes.&#x20;

Combining the features of Terraform, Ansible, and Kubernetes, Cloudscript lets you to define and manage your infrastructure, configurations, and containerized applications in one unified syntax.

## Key Features

* **Unified Syntax**: Define infrastructure, configurations, and containers in one file.
* **Multi-Provider Support**: Easily target multiple cloud providers.
* **Simplified Workflows**: Define the order of operations and dependencies between components.
* **Extensibility**: Configure containers, virtual machines, and Kubernetes clusters with intuitive blocks.
* **Deployment Patterns**: Apply mappings and conditional deployments using simple syntax.
* **Enhanced Syntax Features**:
  * **Simpler For-Loops**: Simplify iteration over lists and ranges.
  * **Custom Type Definitions**: Define reusable and structured types.
  * **Calculated Fields (`calc`)**: Dynamically compute field values.
  * **File Path Specification:**&#x20;

{% content-ref url="/pages/qZjJoQMgTblb4NFlquIw" %}
[Get Started](/cloudscript/getting-started/get-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/8ZFcHRjtCP7CksyUE4sd" %}
[Syntax Overview](/cloudscript/syntax/readme.md)
{% endcontent-ref %}

{% content-ref url="/pages/WMgb1P4vAERi0Rc73tQ7" %}
[CLI Overview and Prequisites](/cloudscript/cloudscript-cli/cli-overview-and-prequisites.md)
{% endcontent-ref %}
