> 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>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://adaptix-framework.gitbook.io/adaptix-framework/development/axscript/how-to-execute-axscript.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.
