# SDK Integration

The primary tool used by Pex Search clients is the Pex Software Development Kit (SDK). The SDK is a collection of software libraries that are provided to a client for use within its own codebase. These libraries have bindings for several programming languages.

The following pages will walk you through installing the SDK and get you started on how to perform a search with the SDK.


---

# 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/sdk-integration.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.
