# Overview

**Pex Discovery** allows users to find and track uploads of audio and video content across 20+ digital platforms, including YouTube, Facebook, Instagram, and TikTok.

More information about the Pex Discovery product can be found on the [main Pex website](https://pex.com/products/discovery/).

Current Pex Discovery clients can access their Discovery dashboard by logging in to <https://drm.pex.com>. Clients can also manage their account by using the Discovery API to manage create, retrieve, update and delete data using API requests with token-based authentication and JSON format using standard HTTP verbs.

The Discovery API documentation can be viewed at <https://docs.api.pex.com/>


---

# 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.pex.com/discovery/overview.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.
