> For the complete documentation index, see [llms.txt](https://docs.flxbl.io/flxbl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flxbl.io/flxbl/sfp/building-artifacts.md).

# BUILDING ARTIFACTS

- [Overview](https://docs.flxbl.io/flxbl/sfp/building-artifacts/overview.md)
- [Determining whether an artifact need to be built](https://docs.flxbl.io/flxbl/sfp/building-artifacts/determining-whether-an-artifact-need-to-be-built.md)
- [Building a domain](https://docs.flxbl.io/flxbl/sfp/building-artifacts/building-a-domain.md)
- [Building an artifact for package individually](https://docs.flxbl.io/flxbl/sfp/building-artifacts/building-an-artifact-for-package-individually.md)
- [Limiting artifacts to be built](https://docs.flxbl.io/flxbl/sfp/building-artifacts/limiting-artifacts-to-be-built.md)
- [Automated Package Versioning (Limited Preview)](https://docs.flxbl.io/flxbl/sfp/building-artifacts/automated-package-versioning.md)
- [Adopting automated versioning](https://docs.flxbl.io/flxbl/sfp/building-artifacts/automated-package-versioning/adopting-automated-versioning.md)
- [Expressing version intent](https://docs.flxbl.io/flxbl/sfp/building-artifacts/automated-package-versioning/expressing-version-intent.md)
- [Versioning across branches](https://docs.flxbl.io/flxbl/sfp/building-artifacts/automated-package-versioning/versioning-across-branches.md)
- [Controlling aspects of the build command](https://docs.flxbl.io/flxbl/sfp/building-artifacts/controlling-aspects-of-the-build-command.md)
- [Ignoring packages from being built](https://docs.flxbl.io/flxbl/sfp/building-artifacts/controlling-aspects-of-the-build-command/ignoring-packages-from-being-built.md)
- [Building a collection of packages together](https://docs.flxbl.io/flxbl/sfp/building-artifacts/controlling-aspects-of-the-build-command/building-a-collection-of-packages-together.md)
- [Selective ignoring of components from being built](https://docs.flxbl.io/flxbl/sfp/building-artifacts/controlling-aspects-of-the-build-command/selective-ignoring-of-components-from-being-built.md)
- [Use of multiple config file in build command](https://docs.flxbl.io/flxbl/sfp/building-artifacts/controlling-aspects-of-the-build-command/use-of-multiple-config-file-in-build-command.md)
- [Configuring installation behaviour of a package](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package.md)
- [Always deploy a package](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/always-deploy-a-package.md)
- [Skip Install on Certain Orgs](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/skip-install-on-certain-orgs.md)
- [Optimized Installation](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/optimized-installation.md)
- [Pre/Post Deployment Script](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/pre-post-deployment-script.md)
- [Reconciling Profiles](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/reconciling-profiles.md)
- [PermissionSet Assignment](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/permissionset-assignment.md)
- [Updating Picklist](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/updating-picklist.md)
- [Entitlement Deployment Helper](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/entitlement-deployment-helper.md)
- [Field History & Feed Tracking](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/field-history-and-feed-tracking.md)
- [Aliasfy Packages](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/aliasfy-packages.md)
- [Aliasfy Packages - Merge Mode](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/aliasfy-packages/aliasfy-packages-merge-mode.md)
- [String Replacements](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/string-replacements.md)
- [State management for Flows](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/state-management-for-flows.md)
- [Layout Assignments](https://docs.flxbl.io/flxbl/sfp/building-artifacts/configuring-installation-behaviour-of-a-package/layout-assignments.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/sfp/building-artifacts.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.
