# Deprecated Management Flows

## Methods for leveraging panther-analysis (Deprecated)

You can create a copy of panther-analysis with one of the following methods:

* [Public fork](/panther-developer-workflows/detections-repo/setup/deprecated/public-fork.md) (Legacy)
  * When you use a public fork, your detection content will be publicly visible.
  * A public fork can be used to create pull requests to bring new detection content to the [panther-analysis upstream repo](https://github.com/panther-labs/panther-analysis).
* [Private clone](/panther-developer-workflows/detections-repo/setup/deprecated/private-cloned-repo.md) (Legacy)
  * If you want to keep your detection content private, use a private cloned repository. The repository settings will control who has access to the content inside.
  * In this configuration, you cannot use a pull request to bring changes upstream.

After you have your own copy of panther-analysis, you can configure [CI/CD workflows](/panther-developer-workflows/detections-repo/ci-cd.md).

## Staying up to date with panther-analysis releases (Deprecated)

It's recommended to use the [Sync Panther Analysis from Upstream](https://github.com/panther-labs/panther-analysis/blob/main/.github/workflows/sync-from-upstream.yml) GitHub Action, which periodically opens a pull request against your repository's primary branch with the latest changes from panther-analysis.

To learn how to configure this Action, see [Keeping your public fork in sync with upstream panther-analysis updates](/panther-developer-workflows/detections-repo/setup/deprecated/public-fork.md#keeping-your-public-fork-in-sync-with-upstream-panther-analysis-updates) or [Keeping your private clone in sync with upstream panther-analysis updates](/panther-developer-workflows/detections-repo/setup/deprecated/private-cloned-repo.md#keeping-your-private-clone-in-sync-with-upstream-panther-analysis-updates).

{% hint style="info" %}
In addition to or instead of using the GitHub Action described above, you can use the Slack GitHub integration to be notified in Slack when panther-analysis publishes a new release. Learn more in this Knowledge Base article: [How can I stay updated on new Panther-managed detection content?](https://help.panther.com/articles/4967907028-how-can-I-stay-updated-on-new-detection-content)
{% endhint %}


---

# 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/setup/deprecated.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.
