> For the complete documentation index, see [llms.txt](https://docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akto.io/api-security-testing/how-to/global-test-template-configuration.md).

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