# Roadmap: AI Agents - Q3 & Q4

#### **Meta Integration & Engagement Tools**

* Integrate BuildAI chatbot with Messenger and WhatsApp via Meta API
* Enable bi-directional messaging, webhook handling, and basic analytics
* **Deliverable:** Live Meta channels ready for user interactions
* Build backend service to schedule and publish posts on Facebook & Instagram
* Develop admin UI for composing, scheduling, and monitoring post performance
* **Deliverable:** Automated posting pipeline and UI component

***

#### **Product Display & Platform Connectors**

* Create endpoint for fetching product metadata (image, URL, details)
* Develop interactive product cards in chat with actionable buttons
* Build Shopify & WordPress connectors to sync products and support “Fetch → View → Cart” flow
* **Deliverable:** Product card feature + Shopify & WordPress sync

***

#### **Memory Services & Model Flexibility**

* Design persistent storage for leads (Name, Phone, Address)
* Expose APIs to recall and update lead data in active chats
* Implement multi-model support: runtime model switching per task/channel
* **Deliverable:** Lead memory API + model abstraction layer

***

#### **Credits Management & Order Adapters**

* Build a credits ledger to track API/resource usage per user
* Create a dashboard to monitor and recharge credits
* Design an adapter system to convert chat orders into backend-compatible formats
* Implement a Restaurant adapter with API connections and callbacks
* **Deliverable:** Full credits module + Restaurant order adapter


---

# 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://build-ai.gitbook.io/docs/roadmap-ai-agents-q3-and-q4.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.
