# git suggestions in PR

I am always a fan of people who review PR with suggestions like Jesse from Redash team in PRs like the below:

{% embed url="<https://github.com/getredash/website/pull/622>" %}

You can also do the same by following steps mentioned in another TIL:

{% embed url="<https://til.hashrocket.com/posts/szgdi4at59-github-insert-a-suggestion->" %}


---

# 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://til.kurianbenoy.com/git-github/git-suggestions-in-pr.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.
