> For the complete documentation index, see [llms.txt](https://adaptix-framework.gitbook.io/adaptix-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adaptix-framework.gitbook.io/adaptix-framework/development/axscript/how-to-execute-axscript.md).

# How to execute AxScript

## Server axscipt option

The list of scripts must be specified in the server profile.

## Client AxScript Manager

To permanent load a script, go to **AxScript -> Script Manager** and select **Load new** from the context menu.

<figure><img src="/files/IzQDoebWKR8uTzkZFf8C" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0WqyQK9qEFFCGgdc4IaZ" alt=""><figcaption></figcaption></figure>

If your script fails to load, an error and tracelog will appear in the AxScript Console.

## Client AxScript Console

For testing scripts and programming, Adaptix Client provides AxScript Console.

<figure><img src="/files/BoCuSXV1B1D52DaCegeQ" alt=""><figcaption></figcaption></figure>

AxScript displays output using `ax.log` functions.

<figure><img src="/files/CPpzlQ285tnuq7sbN1X7" alt=""><figcaption></figcaption></figure>
