# SDK - Tools to customise your server

[ ](https://app.gitbook.com/@lucas-recoaro/s/ao-libre/~/drafts/-MjshGAWUTz4oeopLsq2/sdk#ao-admin-web)All of these applications can be found in our Launcher

![Launcher screenshot](/files/-Mjs7_uat4upJtAuLIKn)

### Launcher aka ao-autoupdater

This application, also known as the launcher, is in charge of updating each of the applications. When AO-Libre is installed, a shortcut of this application is created on the desktop so that users can open the game, server, worldeditor among other applications and in case there is an update available, it will do it so. All and each of the updates is uploaded to Github through releases using `semver`.\
Language: Visual Basic 6\
[https://github.com/ao-libre/ao-autoupdate](https://github.com/ao-libre/ao-autoupdate/releases)<br>

### &#x20;**ao-worldeditor**

![Worldeditor AO Libre](/files/-MjsHS0UoW3gxAPb72Pg)

Map editor for AO Libre, here you can create new maps, edit existing ones, add particles, add NPCs, basically do wherever you desire.

Tutorial on how to map:\
<https://www.youtube.com/watch?v=EvymQYQICsc>

Source Code\
<https://github.com/ao-libre/ao-worldeditor>

### &#x20; **ao-admin-web**

![](/files/-MjsJ9-de2uxz0BNRJU9)

This application is basically a web administrator to be able to edit all the files on the server from a web remotely, it was created to avoid having to connect to the server using RDP to have to edit any file, be it an account, char, server.ini, etc. It communicates with the ao-api-server project to be able to edit the files. Language: Javascript (React.js)\
<https://github.com/ao-libre/ao-admin-web-vb6>

### ao-**api**

API made in Node.js to retrieve information from the server like characters, objects, dats files, etc. Sends emails, makes backups, it has a discord bot among many others.\
It helps to decouple things from the game server as long to make them more easily to do (Visual Basic 6 is ok but sometimes you don't want it anymore...)\
\
How to run it:\
<https://www.youtube.com/watch?v=eYsbvGawEuU>\
\
<https://github.com/ao-libre/ao-api-server>

### ao-particle-editor

![](/files/-MjsKUxVD1mkLsmRNoEV)

Particle editor for Argentum Online, so you can create effects in the game for ilumination, spells, decoration, you can use it as you wish (and also where is developed :) )\
\
<https://github.com/ao-libre/ao-particle-editor>

### Jenkins

![](/files/-MjsLADu-Sv0l0ICFhnh)

We provide you all our CI/CD pipelines so in case you want to make a server and be completely automatized of everything just like the main server you can help yourself

<https://github.com/ao-libre/ao-jenkins>\
\
\
More information here:\
<https://www.reddit.com/r/argentumonlineoficial/comments/f402p9/argentum_online_libre_diagrama_arquitectura/>


---

# 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://whitepaper.argentumonline.org/sdk.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.
