# Quick start

## :clipboard: Text editor

The best text editors make it simple and easy to code without formatting issues corrupting it.

<table><thead><tr><th width="150">Text editor</th><th>Link</th></tr></thead><tbody><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f947">🥇</span> Visual Studio Code</td><td><a href="https://code.visualstudio.com">code.visualstudio.com</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f948">🥈</span> Sublime Text</td><td><a href="https://www.sublimetext.com">sublimetext.com</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f949">🥉</span> Notepad++</td><td><a href="https://notepad-plus-plus.org">notepad-plus-plus.org</a></td></tr></tbody></table>

## :beginner: Beginner's guide

If you're new to Lua scripting, we'd recommend to take a look at the «[Lua in 5 minutes](https://learnxinyminutes.com/docs/lua/)» guide

## :blue\_book: Learn more

{% content-ref url="/pages/Neumn9dJ9DNgWD7F3mNu" %}
[Common knowledge](/useful-information/common-knowledge.md)
{% endcontent-ref %}

{% content-ref url="/pages/PIbzOa0ZHFuQquOMnl4P" %}
[Examples](/useful-information/script-examples.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://docs-csgo.neverlose.cc/useful-information/quick-start.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.
