> ## Documentation Index
> Fetch the complete documentation index at: https://docs.adgenticplatform.com/llms.txt
> Use this file to discover all available pages before exploring further.

# match_adgentic_products

> Parameters and payload for match_adgentic_products.

<Copy />

<p style={{ fontSize: '1.375rem', fontWeight: 700, lineHeight: 1.3 }}>
  Tool Name: <code>match\_adgentic\_products</code>
</p>

Searches and returns structured offers based on the user’s prompt and optional context.

# Parameters

<ParamField path="prompt" type="string" required>
  **User Query:** e.g. I am training for a marathon and I need a waterproof smartwatch under \$300
</ParamField>

<ParamField path="api_key" type="string" required>
  Required unless set via the environment variable <code>ADGENTIC\_API\_KEY</code>.
</ParamField>

<ParamField path="context" type="object" optional>
  Optional. Location/Country, e.g. <code>\{ "country": "US" }</code>
</ParamField>

<hr />

<div style={{display:'flex', alignItems:'center', gap:'8px', marginTop:'8px'}}>
  <span style={{ color: 'var(--mint-c-text)', fontWeight: 600 }}>
    Was this page helpful?
  </span>

  <a href="mailto:hello@adgenticplatform.com?subject=Docs%20feedback%20YES" title="Yes">👍 Yes</a>
  <span aria-hidden="true">·</span>
  <a href="mailto:hello@adgenticplatform.com?subject=Docs%20feedback%20NO" title="No">👎 No</a>
</div>
