# Deployment Workflows Using Panther Analysis Tool

This page describes the CI/CD workflows you can follow and a tool you can use to leverage Panther-managed detections in the [panther-analysis](https://github.com/panther-labs/panther-analysis) repository.

See [CI/CD for Panther Content](/panther-developer-workflows/detections-repo/ci-cd.md) for information on starting your CI/CD workflow with Panther.

For information on web application-based workflows to manage your detections directly in the Panther Console, see the [Writing Detections documentation](/detections.md).

## Panther Analysis Tool

The Panther Analysis Tool ([PAT](https://github.com/panther-labs/panther_analysis_tool)) is an open-source utility for testing, packaging, and deploying Panther detections from source code. It's designed for CLI-driven workflows such as managing your Panther detections programmatically or within CI/CD pipelines.

Learn more about PAT on [Panther Analysis Tool.](/panther-developer-workflows/detections-repo/pat.md)

## Deployment workflows using PAT

After you [leverage Panther-managed detections in GitHub](/panther-developer-workflows/detections-repo.md), you can use the detections within your CI/CD workflow.

Panther offers documentation for the following CI/CD platforms:

* [CircleCI](/panther-developer-workflows/detections-repo/ci-cd/deployment-workflows/circle-ci.md)
* [GitHub Actions](/panther-developer-workflows/detections-repo/ci-cd/deployment-workflows/github-actions.md)


---

# 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.panther.com/panther-developer-workflows/detections-repo/ci-cd/deployment-workflows.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.
