# พื้นฐาน

ความรู้พื้นฐานที่ในระดับมือใหม่ควรจะต้องรู้ เชื่อไหมว่าถ้าเข้าใจเนื้อหา **พื้นฐาน** ทั้งหมดนี่ได้จริงๆก็สามารถเขียนโปรแกรมส่วนใหญ่ 70% ได้แล้ว 😍

{% content-ref url="/pages/-Lm3TnID9DZ1TP0k-3KS" %}
[1.โปรแกรมที่ต้องลง](/beginner-1/csharp101/basic/tools.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lm3nfT0x0L8XqQcDcq8" %}
[2.โครงสร้างของโค้ด](/beginner-1/csharp101/basic/structure.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lm3pcuYdJ3ulEG7pSRb" %}
[3.ชนิดของข้อมูล](/beginner-1/csharp101/basic/datatype.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lm3tlPx2pI2aik6mv6h" %}
[4.การสร้างตัวแปร](/beginner-1/csharp101/basic/variable.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lm5YJJW8qp1KqD-U3Ln" %}
[5.คำสั่งพื้นฐาน](/beginner-1/csharp101/basic/operators.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lm9VWl97tXeFhHWA8Mu" %}
[6.การแปลงข้อมูล](/beginner-1/csharp101/basic/type-conversions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmAXI9DTjy2JTo5qRCE" %}
[7.การเปรียบเทียบค่า](/beginner-1/csharp101/basic/boolean.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmYsLJ\_VQFP2DcXRVLI" %}
[8.การตัดสินใจด้วย IF statements](/beginner-1/csharp101/basic/if.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmZ01LvGvurMe\_b3ejq" %}
[9.การตัดสินใจด้วย Switch statements](/beginner-1/csharp101/basic/switch.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmZ4pJL72khLBT8AwNe" %}
[10.การทำงานซ้ำๆด้วย While](/beginner-1/csharp101/basic/while-loop.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmZ6mjA27-Zv5tZm8L8" %}
[11.การทำงานซ้ำๆด้วย Do While](/beginner-1/csharp101/basic/do-while.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmZ92E1RVvWdIULYCmU" %}
[12.การทำงานซ้ำๆด้วย For](/beginner-1/csharp101/basic/for.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmZD9Ty1g37KVNCGw9i" %}
[13.การแก้โจทย์จากรูป](/beginner-1/csharp101/basic/img-solving.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmZeVmNT4txF6s1WFw7" %}
[14.มารู้จักกับ Array กัน](/beginner-1/csharp101/basic/array.md)
{% endcontent-ref %}


---

# 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://www.saladpuk.com/beginner-1/csharp101/basic.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.
