> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fundamentals of CRMScript

> A guide to CRMScript basics - code structure, variables, operators, data types, functions, structs, arrays, conditions, and loops.

A guide to CRMScript basics.

* [Code structure][1]
* [Reserved words][2]
* [Variables][3]
* [Operators][4]
* [Intro to data types][5]
* [Functions][6]
* [Structs][7]
* [Arrays][8]
* [Conditions][9]
* [Try catch][10]
* [Loops][11]

[1]: ./syntax

[2]: ./reserved

[3]: ./variables

[4]: ./operators

[5]: ./datatypes-intro

[6]: ./functions

[7]: ./structs

[8]: ./arrays

[9]: ./conditions

[10]: ./try-catch

[11]: ./for-loops
