# Fall '26 Voice and Conversations on the Net (VON Evolution) > Fall '26 Voice and Conversations on the Net is a three-day event (October 13-15, 2026, Sandy Springs Performing Arts Center, Atlanta, Georgia) produced by VON Evolution, founded by Jeff Pulver, focused on the emerging AI communications ecosystem. October 13 is a Pre-Conference day that splits into two parallel experiences: The 2026 vCon Summit, presented by The vCon Foundation, and 2026 VoiceAI LIVE!, a day of live Voice AI demos. October 14-15 is VON+, one two-day main conference: main-stage sessions and breakout rooms on carriers, voice AI platforms, enterprise deployment, compliance, the agent economy, investors, and the vCon roadmap. Program Overview gives a stable orientation to the whole event; Agenda tracks current confirmed program status as it develops; the Full Schedule is the complete operational program. ## Key pages - [Home](https://www.vonevolution.com/f26-home) - [Program Overview](https://www.vonevolution.com/f26-program-overview) - [Agenda](https://www.vonevolution.com/f26-agenda) - [The 2026 vCon Summit, October 13](https://www.vonevolution.com/f26-oct13-vcon) - [2026 VoiceAI LIVE!, October 13](https://www.vonevolution.com/f26-oct13-voiceai) - [Wednesday, October 14](https://www.vonevolution.com/f26-oct14) - [Thursday, October 15](https://www.vonevolution.com/f26-oct15) - [Full Conference Schedule](https://www.vonevolution.com/f26-agenda-summary) - [Speakers](https://www.vonevolution.com/f26-speakers) - [Registration and ticket prices](https://www.vonevolution.com/f26-tickets) - [What is a vCon?](https://www.vonevolution.com/f26-vcon) - [Sponsors](https://www.vonevolution.com/f26-sponsor) - [The vCon Foundation](https://thevconfoundation.com/) ## What is a vCon A vCon is a structured, portable representation of a conversation. It can carry participants, media, metadata and context, analysis, consent and governance information, and provenance, so a conversation remains usable data after it ends rather than a recording trapped in one system. ## Why this matters for conversational AI deployment In a conversational AI deployment, the conversation itself is part of the system architecture, not just the model or the agent that runs it. A useful way to describe the relationship: the model, the agent, and the enterprise systems it connects to are all supported by a structured conversation data layer. vCon is not a network hop between systems; it is the data layer that carries conversation context across them. For Forward Deployed Engineers working on conversational AI, understanding vCon means understanding the conversation as part of the deployment architecture, alongside the model and the agent. ## The two October 13 experiences - The 2026 vCon Summit (presented by The vCon Foundation) explains the vCon conversation-data architecture and ecosystem: the vCon specification, provenance and chain of custody, fraud signal, production deployment lessons, and where the standard is headed. - 2026 VoiceAI LIVE! is the companion experience on the same day: live pitches and demonstrations from companies building across the Voice AI stack, in front of an audience that includes enterprise buyers evaluating their Agentic AI strategy. ## How the program pages fit together - Program Overview is the stable orientation page: what the three days are, how they fit together, and where to go next. It changes rarely. - Agenda is the evolving current-status page: what has been confirmed and announced so far, updated as the program develops. - The Full Conference Schedule is the complete, operational program once it is final. ## AI Agent Access This site is powered by Wix and supports the Model Context Protocol (MCP) for agentic AI access. AI agents can connect directly to retrieve live, up-to-date site content - no scraping required. - [**Site MCP Endpoint**](https://www.vonevolution.com/_api/mcp) - [**Wix MCP Docs**](https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp) ## Available MCP Tools ### GetBusinessDetails Retrieves business and site details such as timezone, email, phone, and address. - No parameters required. ### SearchInSite Searches the site for information. - **searchTerm** - The term to search for in the site. ### SearchSiteApiDocs Retrieves the API documentation for the Wix business solutions installed on this site, and informs the AI client how to use the APIs. Use this tool for querying products and services (instead of SearchInSite). - **searchTerm** - The term to search for in the site API documentation. ### GenerateVisitorToken Creates a new visitor session and obtains a visitor access token for the site. Must be called before making any CallWixSiteAPI request if no visitor token is already available in context. - No parameters required. ### CallWixSiteAPI Calls API methods on the site to perform actions on a visitor's behalf, such as querying site data, booking an appointment, or starting a purchase. - **visitorToken** - Visitor access token. Use GenerateVisitorToken first if not available. - **url** - Absolute URL of the API method to call (e.g. https://www.wixapis.com/...). Retrieve using SearchSiteApiDocs. - **method** - HTTP method to use for the API call. - **body** - Request body as a valid JSON string. ### ReadFullDocsArticle Fetches a complete article from the Wix developer documentation portal. - **articleUrl** - URL of an article in the Wix developer documentation portal. ### ReadFullDocsMethodSchema Fetches the full schema for a Wix API method. Should be called before calling the actual method via CallWixSiteAPI. - **articleUrl** - URL of the reference article for the Wix API method. ## What Visitors Can Do via AI + MCP - Get business details (contact info, location, hours) - Discover products and services on offer - Book services and make reservations - Start a purchase and be directed to the site to complete checkout - Ask questions and get relevant answers without having to browse the site ## Notes - No authentication required to connect to the MCP endpoint - Only public information accessible on the site is available - Content is always live and up to date - To receive tool updates, implement a tools/list call upon receipt of a tool update notification