# Home

Welcome to pimp's documentation.

pimp is a shell-agnostic [command expander](/pimp/user-guide/command-expander.md) and [task runner](/pimp/user-guide/task-runner.md) with pattern matching, [templating](/pimp/user-guide/template-engine.md), and [scripting](/pimp/user-guide/script-engine.md) capabilities that increases your productivity.

pimp offers a rich ecosystem of [template functions](/pimp/user-guide/template-engine/functions.md) that can be used in a wide variety of contexts (CLI, templates, Go code, etc).

You should first start by making sure you have [installed pimp properly](/pimp/installation.md). Once that's done you can follow the [Getting Started](/pimp/getting-started/welcome.md). Once you have completed it, the [User Guide](/pimp/user-guide/pimpfile.md) will hopefully prove useful to give you deeper knowledge.


---

# 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://aymericbeaumet.gitbook.io/pimp/readme.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.
