# Welcome

{% hint style="warning" %}
We're in beta. If you find a bug - report it on [Github Issues](https://github.com/mreider/pm415/issues).
{% endhint %}

## Benefits

* Desktop, Mobile, and API friendly
* Free and open source
* Easy to install in the cloud
* Simple and intuitive

## High level features

* Create one or many groups to protect information and keep things clean
* Follow standard product development patterns using familiar definitions
  * Initiatives - high level strategic goals sequenced by quarters (Q1, Q2, etc)
  * Backlogs - scoped and prioritized lists of engineering stories
  * Bugs - defects to be addressed during a sprint
* Associate initiatives, stories, and bugs to keep items organized
* Assign people, mention folks in comments, track people's work


---

# 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://pm415.gitbook.io/project/master.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.
