# Using This Site

Greetings! This page guides you in using the PlexTrac Documentation website effectively and efficiently, including navigation, exporting content, leaving feedback, and using search.

## **Left Navigation Bar** <a href="#id-0" id="id-0"></a>

The main navigation menu is on the left sidebar. It features links to various sections and pages of the website. These links act as gateways to specific areas, allowing you to find the information you need quickly. To navigate to the desired section, simply click on the corresponding link.

This site contains four main sections:

🟣 **Product Documentation:** This includes the home page and general information about PlexTrac that applies to all users, along with the following helpful resources: a quick start guide for new users, a page highlighting new end-user features, and release notes.

🟣 **PlexTrac Modules:** This includes all the modules in the platform, including those licensed.&#x20;

🟣 **Tenant Management:** This guide is for administrators and covers various PlexTrac topics. It includes information on the admin dashboard, authentication configuration, integrations, third-party file imports, supported operating systems and browsers.

🟣 **API Documentation:** This section provides a comprehensive guide on how to use APIs and webhooks. It includes a "Getting Started" guide, a list of object structures and their attributes, and practical use cases. The documentation also outlines the API Change policy and logs the changes to ensure transparency and inform users of any updates or changes.

## Search <a href="#id-1" id="id-1"></a>

This website provides multiple search options: keyword search, phrases in the form of questions, or selecting a query from the pulldown list.&#x20;

To initiate a search query, click the "Search" box at the top right corner of the page or use the keyboard shortcut `Ctrl-k`.

<figure><img src="/files/zI7DeXE1xTZiZuJkzLzo" alt=""><figcaption></figcaption></figure>

Users who type in the search bar will see dynamic search results. The search results will display relevant pages on the site for preview and context, which can be clicked to visit.

<div align="left"><figure><img src="/files/dkaemy2cRKe7TZtmliIU" alt=""><figcaption></figcaption></figure></div>

Clicking a question provides answers in the search box with relevant information and sourcing listed at the bottom.

<div align="left"><figure><img src="/files/FVRp8y06qgFjXYVg85uv" alt=""><figcaption></figcaption></figure></div>

## **Export to PDF** <a href="#id-2" id="id-2"></a>

Export to PDF is a function that downloads a digital file of a page or pages in PDF format that can be viewed, printed, and shared offline. To export a page, click **Export as PDF**, which can be found at the end of the page headings at the top right.

<div align="left"><figure><img src="/files/vRk4U2c9HOvBmZW2hBrh" alt="" width="332"><figcaption></figcaption></figure></div>

A preview page that can be printed or saved as a PDF appears.

## Page Published Date

Each page has a timestamp of when it was last updated.&#x20;

<div align="left"><figure><img src="/files/UBm1Dylo5L4BLIXJi2mm" alt="" width="396"><figcaption></figcaption></figure></div>

## **Page Rating** <a href="#id-5" id="id-5"></a>

Each page allows readers to provide feedback on the helpfulness of the content (not a rating of the product functionality discussed on the page). Click one of the three options to provide feedback.&#x20;

<div align="left"><figure><img src="/files/q5PSpkWlIKfdbJ4EzNHC" alt="" width="484"><figcaption></figcaption></figure></div>


---

# 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.plextrac.com/plextrac-documentation/master/using-this-site.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.
