# Agent Component Data

You can copy agent component request/response data in `curl` format or for use in scanning tools. This helps with troubleshooting, debugging, and AI Red Teaming.

## How to Copy

1. Navigate to **Agentic Discovery > Collections**
2. Select your collection and click on an agent component
3. Click the **Copy** button in the component details panel
4. Choose format:
   * **curl**: For terminal replay
   * **Burp**: For Burp Suite Probing
   * **Raw**: For custom tools

## What Gets Copied

* Request structure (prompts, inputs, parameters)
* Response samples (agent outputs, LLM responses)
* Headers and authentication
* Tool invocations (for MCP-integrated agents)
* Context data (if available)

## Use Cases

* **Probing**: Replay agent requests for validation
* **Debugging**: Analyze agent behavior with specific inputs
* **Security Probing**: Probe prompt injection with copied requests
* **Documentation**: Create examples for team reference
* **Version Control**: Track agent behavior changes over time


---

# 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-ai-discovery/how-to/copy/agent-component-data.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.
