> 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/enterprise-features/assistant/use-cases.md).

# Use Cases

#### **What the Assistant Can Do**

ShieldLlama Assistant by Protege Review is an intelligent copilot that provides comprehensive data access and analysis capabilities for all your data in Protege. Assistant is integrated with all of our other modules, such as Review AI, Digital Asset Manager, Complaint Monitor, Web Monitor.

### Can you show me some examples?

🏷️ **Need to check if your new product claim is compliant?** "Analyze this marketing document for potential FDA violations and compare it to our previously approved content."

📊 **Want to see trends across all your brands?** "Generate a brand compliance report showing unresolved policy violations and acknowledgment status for the last quarter."

🔍 **Looking for similar claims that were flagged before?** "Find all documents with similar performance claims that have been flagged for FTC compliance issues."

### Do you have some tips for my use case?

**Be Specific with Your Questions** Instead of "Check compliance," try "What is the public compliance risk for Acme Brand" or "Find similar trademark usage issues from the last 6 months."

**Use Brand Context** Specify which brand you're working with: "Show me Unqualified Claims violations for Acme Brand" gives more targeted results than general compliance queries.

**Leverage Document Context** When reviewing a specific document, ask targeted questions about that content rather than general compliance queries.

### Document Review Mode

When you open a document for review, ShieldLlama automatically loads the full context including brand information, compliance history, and related tasks. You can then ask specific questions about that document.

**What's loaded in Document Review Mode?**

* Document title, type, and current status
* Associated brand and evaluation requirements
* Author information and publication dates
* Linked compliance tasks and deadlines
* Previous compliance feedback and history
* Full content including text, images, and video analysis

### Can you show me some Document Review examples?

📄 **Marketing Material Analysis** "What specific product claims does this brochure make, and are any similar to previously flagged content?"

⚖️ **Risk Assessment** "Identify any potential FTC violations in this social media campaign and suggest safer alternatives."

🔗 **Cross-Reference Check** "Compare the claims in this document to our competitor analysis - are we making any unsupported comparisons?"

📋 **Compliance Status** "What's the current compliance status of this document and what tasks are still pending review?"


---

# 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/enterprise-features/assistant/use-cases.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.
