# Help Center

## What can we help you find?

{% columns %}
{% column %}

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

{% column %}

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

Browse the topics below or ask the **AI assistant** <img src="/files/pwZRqF6xtsFzc44HfdgD" alt="" data-size="line"> about setup, integrations, and using Opsera Agents.
{% endcolumn %}
{% endcolumns %}

## Query Log

<details open>

<summary>What model does the execution use?</summary>

The model depends on your local LLM client, but this is tested and works best with Claude Sonnet & Opus.

</details>

<details open>

<summary>Will Opsera read my code?</summary>

No, the code never leaves your local environment. The local LLM performs the code scans, and only metadata like file names, directory structure, language, and frameworks are sent to Opsera for agent orchestration.

</details>

<details open>

<summary>How does the MCP integration work?</summary>

Opsera agents communicate through the Model Context Protocol (MCP). You configure your IDE (Claude Code, Cursor, or VS Code) with the Opsera MCP server URL, and the agents become available as tools within your existing workflow.

</details>

<details open>

<summary>Is my data secure?</summary>

Absolutely. Code analysis happens locally through your LLM client. Only anonymized metadata and agent results flow through our servers. All communication is encrypted with TLS, and we follow SOC2 compliance practices.

</details>

<details open>

<summary>Can I use multiple agents at once?</summary>

Yes! You can invoke different agents sequentially within the same conversation. For example, run Architecture Analyze first, then follow up with Security Scan — all in the same IDE session.

</details>

<details>

<summary>What IDEs are supported?</summary>

</details>

<details>

<summary>How do I get started?</summary>

</details>

<details>

<summary>What happens after the free trial?</summary>

</details>

## Manage Your Account

<table data-view="cards"><thead><tr><th></th><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><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><strong>Plans and billing</strong></td><td>Get help with your billing</td><td><a href="https://docs.agents.opsera.ai/reference/billing-and-pricing">https://docs.agents.opsera.ai/reference/billing-and-pricing</a></td><td><a href="/files/YofY0ErppWmf5rkxwv2v">/files/YofY0ErppWmf5rkxwv2v</a></td></tr><tr><td><h4><i class="fa-bullhorn">:bullhorn:</i></h4></td><td><strong>Product updates</strong></td><td>See what’s new</td><td><a href="https://docs.agents.opsera.ai/changelog">https://docs.agents.opsera.ai/changelog</a></td><td><a href="/files/3zz17Q58eig8ecAXequt">/files/3zz17Q58eig8ecAXequt</a></td></tr></tbody></table>


---

# 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://docs.agents.opsera.ai/help-center/readme.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.
