# AxScript

AxScript is the scripting language built into AdaptixC2, version 0.7, and later. AxScript allows you to modify and extend the AdaptixClient to your needs. AxScript was designed with inspiration from Agressor Script, the scripting language behind Cobalt Strike.

{% content-ref url="/pages/WkAMtwwgmf0vVk0cA53i" %}
[How to execute AxScript](/adaptix-framework/development/axscript/how-to-execute-axscript.md)
{% endcontent-ref %}

{% content-ref url="/pages/aVibg7c3Jl607JqbLphv" %}
[Introduction](/adaptix-framework/development/axscript/introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/Vh1BMEsbEmYzaCUdWjLF" %}
[AxFunction](/adaptix-framework/development/axscript/axfunction.md)
{% endcontent-ref %}

{% content-ref url="/pages/9l01W6DILW8eI08uU3VI" %}
[AxCommand type](/adaptix-framework/development/axscript/axcommand-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/yyYlEtLoHO2fYPZzUUTF" %}
[AxForm type](/adaptix-framework/development/axscript/axform-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/ydPUrMEfLchahk7L3qwn" %}
[AxSelector type](/adaptix-framework/development/axscript/axselector-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/QJMr3mR4KuJ1CPg4Xwn0" %}
[AxEvent type](/adaptix-framework/development/axscript/axevent-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/8otnslTET0RUqD6pMmxQ" %}
[AxMenu type](/adaptix-framework/development/axscript/axmenu-type.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://adaptix-framework.gitbook.io/adaptix-framework/development/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.
