# Web App

### What is the Pex Search Web App?

The web app (<https://search.pex.com>) leverages the Pex SDK and provides an example of one way you can leverage the SDK and its functionality to build an MRT application. The web app will allow you to select a media file and perform an audio or melody search against our Pex Search registry.

An audio search will return any matches we identify to the sound recording itself. This includes matches where the sound recording has been modified either by pitch and/or speed. A melody search will return any matches to the same underlying composition, such as cover songs or live versions of a song. This includes matches where the melody has been transposed.

In order to access the demo site, you will need to create an account. Please reach out to us at <support@pex.com> for assistance.

### How it works

The below video covers some of the basics of using the Pex Search demo site:

{% embed url="<https://vimeo.com/879983857>" %}


---

# 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/search/web-app.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.
