# Collaborative PRs & All PRs Toggles

On the Merge Frequency chart on the [Value Delivery](https://app.multitudes.co/valueDelivery) page, you’ll see an option to choose between `Collaborative PRs` or `All PRs` in the top-right corner of the chart.

This toggle lets you only see PRs that had input from other team members (not just the PR author), like a comment, a review, or a merge.&#x20;

* When `Collaborative PRs` is selected (default), only PRs that have had a comment, review, or merge from someone other than the PR author are shown; in other words, “selfie PRs" are excluded.
* When `All PRs` is selected, all PRs are shown - even the “selfie PRs" where there was no comment, review, or merge on the PR by anyone other than the PR author.


---

# 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.multitudes.com/knowledge-base/collaborative-prs-and-all-prs-toggles.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.
