> For the complete documentation index, see [llms.txt](https://docs.tryprotege.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryprotege.com/review/review-tool-concepts.md).

# Review Tool Concepts

- [Document Review](https://docs.tryprotege.com/review/review-tool-concepts/document-review.md)
- [Policy Engine](https://docs.tryprotege.com/review/review-tool-concepts/document-review/policy-engine.md)
- [Viewing](https://docs.tryprotege.com/review/review-tool-concepts/document-review/policy-engine/viewing.md)
- [Editing & Adding](https://docs.tryprotege.com/review/review-tool-concepts/document-review/policy-engine/editing-and-adding.md)
- [Steps](https://docs.tryprotege.com/review/review-tool-concepts/document-review/policy-engine/steps.md): Steps in a Policy Group in Protege AI
- [Feedback Cards](https://docs.tryprotege.com/review/review-tool-concepts/document-review/feedback-cards.md)
- [Trademarks](https://docs.tryprotege.com/review/review-tool-concepts/document-review/feedback-cards/trademarks.md)
- [Policy Feedback](https://docs.tryprotege.com/review/review-tool-concepts/document-review/feedback-cards/policy-feedback.md)
- [Product Claims](https://docs.tryprotege.com/review/review-tool-concepts/document-review/feedback-cards/product-claims.md)
- [Comment Generator](https://docs.tryprotege.com/review/review-tool-concepts/document-review/feedback-cards/comment-generator.md)
- [Conducting Reviews](https://docs.tryprotege.com/review/review-tool-concepts/document-review/conducting-reviews.md)
- [Protege AI Dashboard](https://docs.tryprotege.com/review/review-tool-concepts/document-review/conducting-reviews/protege-ai-dashboard.md)
- [Google Docs, Slides](https://docs.tryprotege.com/review/review-tool-concepts/document-review/conducting-reviews/google-docs-slides.md)
- [Office 365 Word](https://docs.tryprotege.com/review/review-tool-concepts/document-review/conducting-reviews/office-365-word.md)
- [Automated Actions](https://docs.tryprotege.com/review/review-tool-concepts/document-review/automated-actions.md)
- [Decision Store](https://docs.tryprotege.com/review/review-tool-concepts/decision-store.md)
- [Brands & Attributes](https://docs.tryprotege.com/review/review-tool-concepts/brands-and-attributes.md)
- [Setting Up Brands](https://docs.tryprotege.com/review/review-tool-concepts/brands-and-attributes/setting-up-brands.md)
- [Setting Up Attributes](https://docs.tryprotege.com/review/review-tool-concepts/brands-and-attributes/setting-up-attributes.md)
- [External Databases for Attributes](https://docs.tryprotege.com/review/review-tool-concepts/brands-and-attributes/setting-up-attributes/external-databases-for-attributes.md)
- [Default Brand Attributes](https://docs.tryprotege.com/review/review-tool-concepts/brands-and-attributes/setting-up-attributes/default-brand-attributes.md)
- [Add Variables to Steps](https://docs.tryprotege.com/review/review-tool-concepts/brands-and-attributes/setting-up-attributes/add-variables-to-steps.md)
- [Real-Time Policy Assignment](https://docs.tryprotege.com/review/review-tool-concepts/brands-and-attributes/real-time-policy-assignment.md)
- [Use in Content Scanning Job](https://docs.tryprotege.com/review/review-tool-concepts/brands-and-attributes/use-in-content-scanning-job.md)
- [Use in Tasks](https://docs.tryprotege.com/review/review-tool-concepts/brands-and-attributes/use-in-tasks.md)
- [Teach your AI](https://docs.tryprotege.com/review/review-tool-concepts/teach-your-ai.md): This is in Public Beta for Enterprise plans.
- [Customize Feedback Behavior](https://docs.tryprotege.com/review/review-tool-concepts/teach-your-ai/customize-feedback-behavior.md): This is in Public Beta for Enterprise plans.
- [AI Features & Model Management](https://docs.tryprotege.com/review/review-tool-concepts/ai-features-and-model-management.md)
- [Model Selection & Configuration](https://docs.tryprotege.com/review/review-tool-concepts/ai-features-and-model-management/model-selection-and-configuration.md)
- [Feedback, Model Retraining, and Benchmarking](https://docs.tryprotege.com/review/review-tool-concepts/ai-features-and-model-management/feedback-model-retraining-and-benchmarking.md): This is in Public Beta for Enterprise plans.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tryprotege.com/review/review-tool-concepts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
