# If you're a DevOps engineer

This guide is for DevOps engineers, DevSecOps engineers, and platform engineers operating Seal in your organization. You will own the deployment, the integrations between Seal and the rest of your stack, and the day-2 of the container-side products and Seal OS.

## Where to start

* [Choosing your deployment method](https://github.com/seal-community/gitbook/blob/main/new-docs/setup-apps-os/choosing-deployment-method.md): pick the right path for your environment.
* [Seal Apps via the Seal CLI in CI/CD](https://github.com/seal-community/gitbook/blob/main/new-docs/setup-apps-os/cli-in-cicd/README.md): the recommended deployment, step by step.
* [How Seal discovers your packages](https://github.com/seal-community/gitbook/blob/main/new-docs/discovering/how-discovery-works.md): how Seal sees what you have, with or without source-control access.
* [Working with Seal Base Images](https://github.com/seal-community/gitbook/blob/main/new-docs/using-platform/working-with-seal-base-images.md), [Seal My Container](https://github.com/seal-community/gitbook/blob/main/new-docs/using-platform/working-with-seal-my-container.md), and [Seal Vendor Apps](https://github.com/seal-community/gitbook/blob/main/new-docs/using-platform/working-with-seal-vendor-apps.md): day-2 for the container side.
* [Internal SCA scanners](https://github.com/seal-community/gitbook/blob/main/new-docs/integrations/sca-scanners/README.md): connecting Seal to Snyk, Black Duck, GitHub Advanced Security, or Ox Security.
* [The Seal GitHub App](https://github.com/seal-community/gitbook/blob/main/new-docs/integrations/github/github-app.md): more visibility into your codebase, with the option to open automatic pull requests for fixes.


---

# 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.sealsecurity.io/new-documentation/new-docs/audience-guides/devops-engineer.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.
