| title | Quickstart |
|---|---|
| description | Install the GitHub App and get your first review in under five minutes. |
Instalog requests read access to code and pull requests, plus write access to PR comments and the `instalog/review` check. It does **not** request write access to your code.
Time to first comment is typically 60 to 90 seconds. Large PRs (over 2000 lines) can take 3 to 5 minutes in agentic mode.
- One **summary comment** with the count of findings, drop rate, and a link to the dashboard.
- Zero to N **inline comments** at the lines that survived filtering.
If you see no inline comments, that is fine. Defaults are tuned for precision. The summary will tell you how many candidate findings were dropped and why.
```yaml
version: "1.0"
analysis:
confidence_threshold: 0.75
max_suggestions_per_file: 5
rules:
triggers:
ignore_keywords: ["wip", "draft"]
filters:
exclude_authors: ["dependabot[bot]", "renovate[bot]"]
```
See [Configuration](/configuration) for the full schema.
- Every review the bot has done.
- Every finding it dropped, with the reason.
- Acceptance rate over time.
See [Dashboard](/dashboard) for what each view is for.
If you got here looking for the mobile event logging and crash reporting SDKs, head to Mobile SDKs.