# Introduction

Grill is a package manager for the [Beef Programming Language](https://www.beeflang.org/).

Grill takes care of dependency resolution, fetching and workspace generation. This way, complex workspaces and dependency trees can be managed by a few commands.

### PLEASE NOTE

I am at the moment rewriting Grill from Rust to Beef, so everything has not been implemented yet, but pages will be updated accordingly. Unimplemented items are labeled in the page description (right under the title).

All items listed in this documentation are ony the roadmap, already implemented in legacy grill.


---

# 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://roguemacro.gitbook.io/grill/introduction.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.
