> For the complete documentation index, see [llms.txt](https://wiki.loadium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.loadium.com/create-test/script-builder-old.md).

# Script Builder (OLD)

Loadium provides online web editor interfaces to ease the process of creating a load test script while adapting a zero-code approach. If you are new to load test scripting frameworks, Loadium's script editors are aimed to be easy to use and get things going faster.

This also allows teams to work with better cooperation by removing the hassle of passing script files constantly, your custom script will be available to edit whenever you log in to Loadium.

There are 2 types of editors on Loadium.

## 1) HTTP Builder

This one is aimed to be very simple where you will give inputs manually such as Target URL, Timeouts, Method Type, Body, etc.

{% content-ref url="/pages/-MUSBrNVrAlMwDQwoAG6" %}
[Simple HTTP Builder](/create-test/script-builder-old/http-test.md)
{% endcontent-ref %}

## 2) Record & Play

This one has 2 types of usages.

The first one is similar to HTTP Builder but will allow more customization, such as creating global variables, changing request's order dynamically, adding delays between requests etc.

The second usage is with the web surfing recorder which is a Chrome extension that can be installed, where your recorded request will be transferred to the editor to tailor bigger scripts.

{% content-ref url="/pages/-MZDGn7b1fvU2nxsA08m" %}
[Script Builder](/create-test/loadium-record-and-play.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.loadium.com/create-test/script-builder-old.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
