# Introduction to Gatling

Gatling is an Open Source Performance Load Testing Tool for Running, Recording and Editing Load Test Automations in SCALA language.

## Installing Gatling

In order to download Gatling we’ll need to navigate to following link:

<https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/3.5.1/gatling-charts-highcharts-bundle-3.5.1-bundle.zip>

Unzip the downloaded file and you’ll see executables in /bin folder.

## Gatling With Loadium

Loadium supports Gatling 3.5.1, Also you need an IDE (preferably IntelliJ IDEA) installed on your computer in order to write Scala simulations.

Once you logged in, you can easily start creating and configuring your Gatling test.

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

You can find detailed information for using Gatling with Loadium [here](https://wiki.loadium.com/creating-test/gatling-test).

Enjoy load testing!

{% content-ref url="/pages/-Mdzir5FykITF2HYvKR1" %}
[Gatling Recorder old](/gatling-corner/gatling-recorder-old.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUSBc3iHQSjgBJ9Ppxx" %}
[Gatling Test](/create-test/gatling-test.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUT5hLBO28\_mZRXGWKF" %}
[ABOUT LOADIUM](/about-loadium/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/MgN0OAuKVZtI6DuNx1bd" %}
[Pricing](/about-loadium/pricing.md)
{% endcontent-ref %}

If you don't see the answer to your question here, please [reach out to us](https://loadium.com/contact-us/) to let us know! We're always improving our documentation.


---

# 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://wiki.loadium.com/gatling-corner/introduction-to-gatling.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.
