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

# Getting Started

- [Document Editor Installation](https://gitbook.tryprotege.com/review/getting-started/document-editor-installation.md)
- [Google Workspace](https://gitbook.tryprotege.com/review/getting-started/document-editor-installation/google-workspace.md)
- [Office 365](https://gitbook.tryprotege.com/review/getting-started/document-editor-installation/office-365.md)
- [Figma](https://gitbook.tryprotege.com/review/getting-started/document-editor-installation/figma.md)
- [Adobe Creative Cloud](https://gitbook.tryprotege.com/review/getting-started/document-editor-installation/adobe-creative-cloud.md)
- [Task Manager Setup](https://gitbook.tryprotege.com/review/getting-started/task-manager-setup.md)
- [Asana](https://gitbook.tryprotege.com/review/getting-started/task-manager-setup/asana.md): If your team organizes review requests through Asana, you can link the Asana Project to appear in Protege AI's dashboard for task management.
- [Jira](https://gitbook.tryprotege.com/review/getting-started/task-manager-setup/jira.md): If your team organizes review requests through Jira, you can link the Jira Project to appear in Protege AI's dashboard for task management.
- [Smartsheets](https://gitbook.tryprotege.com/review/getting-started/task-manager-setup/smartsheets.md): If your team organizes review requests through Smartsheets, you can link Reports or Sheets to appear in Protege AI's dashboard for task management.
- [Wrike](https://gitbook.tryprotege.com/review/getting-started/task-manager-setup/wrike.md): If your team organizes review requests through Wrike, you can link the Wrike Project to appear in Protege AI's dashboard for task management.
- [File Scanning Setup](https://gitbook.tryprotege.com/review/getting-started/file-scanning-setup.md)
- [Google Workspace](https://gitbook.tryprotege.com/review/getting-started/file-scanning-setup/google-workspace.md): If your team uses Google Docs or Google Slides, you can provide Protege AI access for automated review when a ticket is submitted with reference to Google Workspace Document.
- [Office 365 Sharepoint](https://gitbook.tryprotege.com/review/getting-started/file-scanning-setup/office-365-sharepoint.md): If your team uses Microsoft Office 365, you can provide Protege AI access for automated review when a ticket is submitted with reference to a Sharepoint Document.
- [Frame.io](https://gitbook.tryprotege.com/review/getting-started/file-scanning-setup/frame.io.md): If your team uses Frame.io for sharing marketing content, you can provide Protege AI access for automated review when a ticket is submitted with a frame.io share review link.
- [API Reference](https://gitbook.tryprotege.com/review/getting-started/api-reference.md)
- [Reference Data](https://gitbook.tryprotege.com/review/getting-started/api-reference/reference-data.md)
- [Document Reviews](https://gitbook.tryprotege.com/review/getting-started/api-reference/document-reviews.md)
- [Scanner Jobs](https://gitbook.tryprotege.com/review/getting-started/api-reference/scanner-jobs.md)
- [Reports](https://gitbook.tryprotege.com/review/getting-started/api-reference/reports.md)
- [Models](https://gitbook.tryprotege.com/review/getting-started/api-reference/models.md)


---

# 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://gitbook.tryprotege.com/review/getting-started.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.
