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

# What is Targets?

Targets takes the concept of function composition and surfaces it to the command-line. It enables you, the author of the next great CLI tool, to take many small single-purpose functions and to safely compose them into complex but reliable workflows using a succinct declarative syntax. Beyond this, it allows for painless integration of existing tooling into it's workflows.

Use Targets to build common tooling for your team/users and to reduce complex workflows into reliable tasks and which are simple to operate on.

## What it's Not

Just to be clear, Targets is NOT a systems orchestration engine or a remote execution engine! It has no intention of competing with ansible or salt or fabric.
