# Package Request

## Request a New Package

1. Check if the package already exists: [pkgs.pkgforge.dev](https://pkgs.pkgforge.dev/)
2. Open an issue: [github.com/pkgforge/soarpkgs/issues/new](https://github.com/pkgforge/soarpkgs/issues/new/choose)

Include:

* Package name and homepage
* Why you want it added
* Link to source/releases

## Add a Package Yourself

See the [contribution guide](/repositories/soarpkgs/contribution.md) and [SBUILD specification](/sbuild/specification.md).

## Criteria

Packages should:

* Have an active upstream
* Be open source (preferably)
* Not duplicate existing packages
* Have clear licensing


---

# 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.pkgforge.dev/repositories/soarpkgs/package-request.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.
