# Global Test Template Configuration

**Global Test Template Configuration** enables you to define reusable and centralized `wordLists` that automatically apply across all your test templates.

<figure><img src="/files/7EePjxsGNN5QIHorQTJP" alt=""><figcaption></figcaption></figure>

## Navigating to Global Test Template Configuration in Akto

To locate and modify the **Global Test Template Configuration** setting in the Akto dashboard, follow the steps below:

{% stepper %}
{% step %}
Login to the Akto dashboard at [`app.akto.io`](https://app.akto.io).
{% endstep %}

{% step %}
In the left-hand navigation menu, click on **API Security Testing**.
{% endstep %}

{% step %}
Under API Security Testing, select **User Config** from the menu.
{% endstep %}

{% step %}
On the **User Config** page, scroll to the bottom. You will find the **Configure Global Test Template Configuration** text editor section.
{% endstep %}

{% step %}
Update the global word lists or other template configuration text as needed in the editor.
{% endstep %}

{% step %}
After editing, click **Save** at the bottom right of the editor to apply the updated configuration.
{% endstep %}
{% endstepper %}


---

# 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://docs.akto.io/api-security-testing/how-to/global-test-template-configuration.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.
