# Add a New Probe Library

Probe libraries in Akto allow you to expand and customize your agentic AI Red Teaming capabilities. This guide will walk you through the process of adding a new probe library to your Akto instance.

### Configuring the New Probe Library

1. Repository URL:
   * Enter the URL of the zip file containing your probe library YAML files
   * Example: \`[`https://github.com/akto-api-security/tests-library/archive/refs/heads/feature/input_validation_test_1.zip`](https://github.com/akto-api-security/tests-library/archive/refs/heads/feature/input_validation_test_1.zip)
2. File Size Limit:
   * Ensure your zip file is less than 10 MB in size

### Post-Addition Steps

1. Once added, your new probe library will appear in the list of available probe libraries on the Probe Library page
2. You can now use the probes from this library in your agentic AI Red Teaming workflows

### Troubleshooting

* If the "Add" button doesn't respond, double-check the URL format and accessibility
* If you encounter errors after adding the library, verify the content and format of your YAML files

By following these steps, you can easily expand Akto's agentic AI Red Teaming capabilities with your own custom probe libraries or third-party probe collections.


---

# 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/probe-library/how-to/add-a-new-test-library.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.
