# Project Workflows

Project workflows, situated within your project repository on GitHub, are automated processes triggered by events linked to your repository. These workflows utilizes reusable workflows housed in the `sfops-gh-actions` repository of your organization,

You have the flexibility to tailor these project workflows by incorporating additional jobs. These additional jobs can either depend on the standard 'default' jobs provided or run in parallel, allowing for a customizable and efficient automation setup.

The reusable workflows from `sfops` are designed with particular input requirements and yield specific outputs. This design enables you to leverage these outputs for further automation and integration within your project, ensuring a seamless operational flow.

<figure><img src="/files/RS8ubhiJrhtlxGkISFeh" alt=""><figcaption><p>How project workflows utilizes reusable workflows</p></figcaption></figure>

The following section provides detailed insights into the predefined project workflows available for use. These workflows are designed to streamline various project management and execution processes, enabling efficient and effective project progression from inception to completion.


---

# 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.flxbl.io/flxbl/sfops/project-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.
