# Lookups

The v2 general lookup endpoints search records by name, plate, typed values, and custom mapped fields.

Lookup endpoints are rate limited to `30 requests per minute` per API key.

## Endpoints

{% content-ref url="/pages/9fVaR4xnAebmzqF9JtAp" %}
[Lookup Name Or Plate](/cad/api-integration/api-endpoints-v2/general/lookups/lookup-name-or-plate.md)
{% endcontent-ref %}

{% content-ref url="/pages/qClTIhl1ZQNeeMjmZHX7" %}
[Lookup By Value](/cad/api-integration/api-endpoints-v2/general/lookups/lookup-by-value.md)
{% endcontent-ref %}

{% content-ref url="/pages/Em71bYWQH4eNXEzOqvZC" %}
[Lookup By Custom Search](/cad/api-integration/api-endpoints-v2/general/lookups/lookup-by-custom.md)
{% endcontent-ref %}


---

# 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.sonoransoftware.com/cad/api-integration/api-endpoints-v2/general/lookups.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.
