> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tembo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Feedback Loop

> Iterate on Tembo's work just like you would with any teammate.

Mention `@tembo` in a PR comment to request changes. Tembo updates the code and pushes new commits. Keep iterating until it's right.

* **Inline review comments**: Comment on specific lines. Tembo knows exactly which code you mean.
* **Regular comments**: Comment anywhere on the PR.
* **Slack threads**: If the session started from Slack, keep mentioning `@tembo` in the same thread.

On Bitbucket, use `/tembo` instead of `@tembo`.

Only comments that mention `@tembo` are picked up.

## Examples

```
@tembo Add retry logic with exponential backoff and a unit test
```

```
@tembo This function should handle the case where the user doesn't exist
```

## Multi-repo

Feedback on one PR can trigger changes across all connected repos. Tembo updates existing PRs and creates new ones where needed.
