> 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/content-scanning/create-a-new-job/proprietary-content.md).

# Proprietary Content

1. **Navigate to the Content Scanner Page**

   \
   To begin, log in to the [Protege AI platform](https://app.tryprotege.com) using your credentials. Once logged in, locate and select the Content Scanner option from the sidebar. This will take you to the dashboard where you can manage all scanning jobs.
2. **Create a New Job**

   To create a new content scanning job, click the + New Scheduled Job button located at the top-right corner of the page. This will open a pop-up window where you can input all the necessary details to configure your job.
3. **Fill in Job Details**. Under the section:
   1. Name: Enter a descriptive name for the job (e.g., “AWS Blogs Compliance Scan”).
   2. Source Type: Change the platform source to monitor (X, Instagram, etc).
   3. Document Evaluation Type: Select the type of evaluation to be performed (e.g., Website, Document).
   4. Max Pages: Specify the maximum number of pages to scan (e.g., 10).
   5. Frequency: Set the job to run once, or schedule on a regular cadence (daily, weekly, monthly, quarterly).
   6. Brand: Choose the relevant brand from the dropdown menu.
   7. Crawl Site Maps: Toggle this option on if you want the scanner to crawl and include site maps.
   8. Enable Translation: Toggle this option on if multilingual content needs translation during evaluation.
   9. URLs: Enter specific URLs to be scanned, separated by commas.
4. **Configure Additional Attributes** (Optional)

   Scroll down to the Attributes section if you need to include custom metadata fields for the job. Click on the + Assign New Field button to add a field. Enter the field name (e.g., “Region” or “Compliance Category”) and its corresponding value. These custom attributes help categorize or filter results during the analysis process.
5. **Review and Save**

   Before finalizing the job, review all the entered details to ensure they are accurate and complete. Once you’ve confirmed everything, click the Proceed button to save the job and add it to the scheduled job list. The job will now appear in the Content Scanner dashboard, where you can monitor its progress and results.

#### Note:

* If you encounter any issues or have questions about managing monitoring jobs, please don't hesitate to contact our support team at <founders@tryprotege.com>. We're here to assist you throughout the process.


---

# 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/content-scanning/create-a-new-job/proprietary-content.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.
