# CUSTOM workflows

- [Reusable Actions](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions.md): Reusable GitHub Actions for building custom sfops workflows
- [Get GitHub Token](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions/get-github-token.md): Learn how to obtain GitHub tokens from sfp server for repository authentication in custom workflows without requiring a GitHub App
- [Authenticate to DevHub](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions/auth-to-devhub-hybrid.md): Learn how to use hybrid DevHub authentication in custom workflows to seamlessly authenticate to Salesforce DevHub with automatic fallback support between SFP server and native authentication
- [Authenticate to Environment](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions/auth-to-environment-hybrid.md): Learn how to use hybrid authentication in custom workflows to seamlessly authenticate to any Salesforce environment with automatic fallback support
- [Authenticate to an Enviroment with Lock (SFP Server)](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions/auth-to-environment-with-lock.md): Learn how to authenticate to Salesforce environments with exclusive locking using SFP server to prevent concurrent access during critical operations
- [Authenticate to an Environment without Lock (SFP Server)](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions/auth-to-environment-without-lock.md): Learn how to authenticate to Salesforce environments through SFP server without locking for read-only operations and concurrent access scenarios
- [Fetch All Environments](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions/fetch-all-envs.md): Learn how to dynamically fetch and filter Salesforce environments for matrix builds and multi-environment workflows
- [Add PR Comment](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions/add-pr-comment.md): Learn how to add, update, and manage comments on pull requests with support for templating, status-based messages, and comment deduplication
- [Impacted Release Definition Detector](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions/impacted-release-defn-detector.md): Learn how to detect which release definitions are impacted by code changes for intelligent, targeted validation and deployment workflows
- [Match Pool](https://docs.flxbl.io/flxbl/sfops/custom-workflows/reusable-actions/match-pool.md): Learn how to dynamically match pool assignment rules for intelligent environment selection in PR validation and deployment workflows


---

# 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/custom-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.
