# Conduct Role-Based Scanning

Akto enables role-based probing for agentic systems, aligning with Role-Based Access Control (RBAC) principles. This verifies that each role can only access authorized agent components and tools.

This probing approach is essential for maintaining system integrity by reducing risks of unauthorized access and data breaches, especially in environments where agent roles are diverse and complex.

## Conducting Role-Based Scans

When you [run a probe](/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-red-teaming/how-to/run-test.md), you can select a probe role to ensure the probe reflects the permissions and access levels associated with that role.

1. Navigate to **Agentic Discovery > Collections**
2. Select the collection containing agent components
3. Click **Run Scan**
4. Select probe categories
5. Choose a **Scan Role** (e.g., Member, Admin, Viewer)
6. Click **Run Scan**

## Reviewing Role-Based Probe Results

Navigate to **AI Red Teaming > Results** to view findings. If no vulnerabilities are found in the vulnerable section, it indicates that access control for that role is properly configured and the role cannot access unauthorized components or tools.


---

# 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/conduct-role-based-testing.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.
