# VBAssist ## Processes a chat message from a user and returns a response from the VBAssist AI. - [POST /chat/inquiry](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbassist/chatrequest.md): Sends a user message to the VBAssist AI service and returns the generated response. Supports conversation tracking through agent_id and conversation_id parameters. ## Submits user feedback about a previous chat interaction with the VBAssist AI. - [POST /chat/feedback](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbassist/chatfeedback.md): Records user feedback about a specific conversation with VBAssist, including a numerical rating (1-5) and textual comments. Requires conversation and agent identifiers.