# User Config

Configure probe settings to enable comprehensive AI Red Teaming of agentic systems. User config allows you to set up authentication tokens, rate limits, and global probe parameters.

## Configure Global Rate Limit

Set rate limits to control the number of requests per second during AI Red Teaming. This prevents overwhelming agent components during security scans.

Navigate to **Agentic Red Teaming > User Config** and configure the global rate limit value.

## Update Ignore Time for Probing

Configure the ignore time to prevent repeated probing of recently scanned components. This helps optimize probing resources and focus on components that haven't been validated recently.

## Configure Global Probe Configuration

Set global probe parameters that apply across all security scans. This includes timeout values, retry logic, and other probe execution settings that affect how Akto interacts with your agentic components during AI Red Teaming.


---

# 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/concepts/user-config.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.
