# Knowledge Sharing Code Review

Tom in accounting complained to your boss about a very important report that was off by several million dollars.  After researching the issue you find that Tom submitted a database change request that deleted records from Tables A and B but forgot to delete from table C.  He also failed to insert into Table D and did not update table E.  A code review was conducted by the team lead, but because he had not done that task in about 2 years he forgot to those other steps were necessary.   Also there is no referential integrity on these tables.  Your boss asks you to find a way to prevent this from happening in the future.  You decide to use Tribal Knowledge and set up a check list to automate the code review process.


---

# 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.tribalknowledge.tech/exemplar-tutorials/knowledge-sharing-code-review.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.
