# Search

- [Overview](https://docs.pex.com/search/overview.md)
- [SDK Integration](https://docs.pex.com/search/sdk-integration.md)
- [Getting Started](https://docs.pex.com/search/sdk-integration/getting-started.md)
- [Language Bindings](https://docs.pex.com/search/sdk-integration/getting-started/language-bindings.md)
- [Core Library (SDK)](https://docs.pex.com/search/sdk-integration/getting-started/core-library-sdk.md)
- [Search: Pex Registry](https://docs.pex.com/search/sdk-integration/search-pex-registry.md)
- [Basic Usage](https://docs.pex.com/search/sdk-integration/search-pex-registry/basic-usage.md)
- [Search Response](https://docs.pex.com/search/sdk-integration/search-pex-registry/search-response.md)
- [Sample Code](https://docs.pex.com/search/sdk-integration/search-pex-registry/sample-code.md)
- [Search: Custom Database](https://docs.pex.com/search/sdk-integration/search-custom-database.md)
- [Basic Usage](https://docs.pex.com/search/sdk-integration/search-custom-database/basic-usage.md)
- [Search Response](https://docs.pex.com/search/sdk-integration/search-custom-database/search-response.md)
- [Sample Code](https://docs.pex.com/search/sdk-integration/search-custom-database/sample-code.md)
- [API Documentation](https://docs.pex.com/search/api-documentation.md)
- [Authentication](https://docs.pex.com/search/api-documentation/authentication.md)
- [Start Search (Use Case Search)](https://docs.pex.com/search/api-documentation/start-search-use-case.md)
- [Start Search (Advanced Search)](https://docs.pex.com/search/api-documentation/start-search.md)
- [Check Search](https://docs.pex.com/search/api-documentation/check-search.md)
- [Search Response](https://docs.pex.com/search/api-documentation/search-response.md)
- [Web App](https://docs.pex.com/search/web-app.md)
- [Custom Report](https://docs.pex.com/search/custom-report.md)
- [FAQ](https://docs.pex.com/search/faq.md)
- [General Questions](https://docs.pex.com/search/faq/general-questions.md)
- [Search Types & Use Cases](https://docs.pex.com/search/faq/search-types-and-use-cases.md)
- [Identification/Matching](https://docs.pex.com/search/faq/identification-matching.md)
- [Content Classification](https://docs.pex.com/search/faq/content-classification.md)
- [Errors](https://docs.pex.com/search/faq/errors.md): A list of error statuses that we return
- [Changelog](https://docs.pex.com/search/changelog.md)
- [Pex SDK - Release Notes](https://docs.pex.com/search/changelog/pex-sdk-release-notes.md)
- [Web App - Updates](https://docs.pex.com/search/changelog/web-app-updates.md)


---

# 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.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.
