# Real-Time Data Checks via Customer Endpoints

Our AI Agent can connect directly to your backend systems to fetch live data—prices, availability, contract details, eligibility checks, or any other information exposed through your API. This ensures real-time accuracy during the conversation and eliminates the traditional “let me check that” delays of human agents.

{% hint style="info" %}
**Important:** This feature requires a **manual integration** by our engineering team. \
Please contact us to enable it.
{% endhint %}

***

### **How It Works**

The AI Agent makes on-demand requests to your API endpoints during the call. When the customer asks for a price, a coverage check, or any contract detail, the agent calls your system, retrieves the response, and uses it instantly in the conversation.

Your endpoint can return any payload (typically JSON). The AI Agent will:

* Interpret and speak the result
* Drive the decision tree based on the data
* Push the returned fields into the data-collection process if relevant

Everything works in real time—no hard-coded values, no stale information.

***

### **Use Cases**

#### **1. Live Pricing**

Fetch dynamic prices, discounts, or bundles based on:

* Postal code
* Consumption or usage
* Cart configuration
* Credit profile
* Product variant

The agent then verbalizes the exact offer instantly.

#### **2. Eligibility Verification**

Validation examples:

* Fiber coverage or network availability
* Product stock
* Contract status or renewal options
* Financing or scoring thresholds

If the endpoint returns “eligible,” the agent proceeds; otherwise, it reroutes.

#### **3. Dynamic Offer Generation**

Your API can return personalized recommendations, bundles, or cross/upsell paths.\
The agent uses this data to craft a tailored pitch in real time.

#### **4. Automatic Data Capture**

Any information returned by your endpoint can be automatically included in the data-collection process.

For example, your endpoint returns:

* *Price*
* *Bundle ID*
* *Coverage result*

These values can be stored directly—no additional customer questions required.

***

### **Data Sync With Your Systems**

All collected data—including fields obtained through your endpoints—can be pushed into:

* **Salesforce**
* **HubSpot**
* **Webhooks (POST callbacks)**
* **Your internal CRM or BI tools via custom integration**

This guarantees fully aligned data across your pipeline, from the call to your system of record.

***

### **Technical Overview**

* The AI Agent triggers your endpoints only when needed.
* Works with REST or GraphQL.
* Response times typically 100–400ms.
* The agent processes structured and unstructured fields.
* Full audit trail available through VoiceB’s call console.

{% hint style="info" %}
**Activation requires a manual integration. Contact us to enable this.**
{% endhint %}


---

# 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.voiceb.ai/real-time-data-checks-via-customer-endpoints.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.
