This document discusses building a conversational agent for a restaurant using a language model with no framework. It describes prompting an AI model with contextual information about the restaurant to improve responses. Integrating a vector database to store company information allows retrieving relevant facts to include in responses. The document outlines phases like storing embeddings, searching the database, and embedding results in prompts. Areas for improvement include chunking large inputs, checking for prompt injection, and using feedback or an assistant framework.