# Core

### **core\_dl.sh**

This is the first script to be run when `gameserver`is executed. This script allows for fetching LinuxGSM core files, but also for downloading big files within kind of an API.

### **core\_modules.sh**

This is the second script to be run when `gameserver`is executed. This script declares all functions and fetches them when they are required.

### **core\_getopt.sh**

This is the third and last script to be run when `gameserver`is executed. This script allows for setting and printing available commands to the user.

### **core\_messages.sh**

This script allows for easy message output and logging. More details about it in the next part.


---

# 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://dev-docs.linuxgsm.com/technical/modules/core.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.
