# Scanning Module Selector in Akto

The **Probing Module Selector** in Akto allows you to choose which probing module (engine) to use when running agentic AI security probes. This is useful when multiple modules are available or when targeting a specific deployment.

You can use the selector to:

* Choose which module will execute the probe
* Run probes using a specific configured module

***

### How to Use the Probing Module Selector

1. Go to **AI Red Teaming > Agentic Collections**.
2. Click **Run scan** to open the Configure Probe window.
3. In **Select scanning Module**, use the dropdown to pick the module you want (e.g., `Default_b5f3`).
4. Complete the other probe configurations.
5. Click **Run once now** to start the probe.

{% hint style="info" %}
If unsure, leave the default module selected—Akto will use the active probing module automatically.
{% endhint %}

<figure><img src="https://3128331180-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftog5ODwYfqPOf4eQhsOC%2Fuploads%2Fgit-blob-cfc199e7769cf32d34b745886391db08f5febce0%2Fimage%20(2)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

***

### Viewing Available Modules

You can see a list of available modules under:

**Settings > Logs > Module Information**

This section shows:

* Module type
* Version
* Start time
* Last heartbeat (to verify module is active)

<figure><img src="https://3128331180-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftog5ODwYfqPOf4eQhsOC%2Fuploads%2Fgit-blob-dd9314b0a2b2d0f0ae036683a12be4078ff51da6%2Fimage%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

***

### How to Set a Custom Probing Module Name

In your `docker-compose-probing.yml` file, add the environment variable `MINI_PROBING_NAME` under the `akto-api-security-probing` service.

```yaml
version: '3.8'
services:
  akto-api-security-probing:
    image: public.ecr.aws/aktosecurity/akto-api-security-mini-probing:latest
    environment:
      RUNTIME_MODE: hybrid
      DATABASE_ABSTRACTOR_SERVICE_TOKEN: <Paste_token_here>
      PUPPETEER_REPLAY_SERVICE_URL: "http://akto-puppeteer-replay:3000"
      MINI_PROBING_NAME: <your_mini_probing_name>
    restart: always
```

Replace `<your_mini_probing_name>` with the desired module name (e.g., `staging_module`, `us_east_1`, `qa_env`).

✅ This name will be listed in the **Select Probing Module** dropdown when configuring a probe.


---

# 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://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-red-teaming/how-to/testing-module-selector-in-akto.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.
