> For the complete documentation index, see [llms.txt](https://docs.agents.opsera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agents.opsera.ai/resources/readme.md).

# Developer Platform

<h2 align="center">Agent Library</h2>

<p align="center">Security, compliance, workflows, and more. Working 24/7<strong>. Right in your IDE</strong></p>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Security Scan Agent</strong></td><td>Detect vulnerabilities, secrets, and CVEs before they reach production</td><td><a href="https://template.gitbook.com/space-product-docs">https://template.gitbook.com/space-product-docs</a></td><td><a href="/files/Jd1yoIUtT4sO4sbILQ0h">/files/Jd1yoIUtT4sO4sbILQ0h</a></td></tr><tr><td><strong>Compliance Audit Agent</strong></td><td>Automated compliance assessments for SOC2, HIPAA, PCI-DSS, ISO 27001</td><td><a href="https://template.gitbook.com/space-product-docs">https://template.gitbook.com/space-product-docs</a></td><td><a href="/files/myurGSGO3VyGxyVqNcph">/files/myurGSGO3VyGxyVqNcph</a></td></tr><tr><td><strong>SQL Scan Agent</strong></td><td>Find SQL injection risks, PII exposure, and database vulnerabilities</td><td><a href="https://template.gitbook.com/space-api-reference">https://template.gitbook.com/space-api-reference</a></td><td><a href="/files/wd34UJvLKGHaNft49vxu">/files/wd34UJvLKGHaNft49vxu</a></td></tr><tr><td><strong>Architecture Analyze Agent</strong></td><td>Map your entire system automatically. Generate diagrams and documentation.</td><td></td><td><a href="/files/BqQ8XDghnbIgjJXMQhTl">/files/BqQ8XDghnbIgjJXMQhTl</a></td></tr></tbody></table>

{% columns %}
{% column %}

<figure><img src="/files/gkLZmwI2M1UCCBdS5zYe" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about the Opsera Agents

Read guides, watch tutorials, and learn how to integrate AI agents into your CI/CD pipelines and developer workflows.

<a href="https://opsera.ai/resource-hub/" class="button primary" data-icon="book-open">Blogs</a>&#x20;
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join a community of developers</h2>

<p align="center">Join our Discord community to learn, share ideas, and connect with other developers.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord community</strong></td><td><a href="https://discord.com/invite/GJe7srN5" class="button secondary">Join Discord</a></td><td><a href="/files/EQ7TAJXQr5avzw0DrTXa">/files/EQ7TAJXQr5avzw0DrTXa</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.agents.opsera.ai/resources/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
