# AI Agent Soul File (SOUL.md) > A configuration file that defines an AI agent's core identity, personality, values, communication style, and behavioral boundaries. Category: Architecture Source: https://chipp.ai/ai/glossary/ai-agent-soul-file A SOUL.md (or soul file) is a configuration document that defines the core identity and personality of an AI agent. It goes beyond a simple system prompt by providing a comprehensive specification of who the agent is, how it communicates, what it values, and what boundaries it respects. The soul file typically includes: identity (name, role, purpose), personality traits (friendly, professional, casual, authoritative), communication style (tone, formality, language preferences), values and principles (what the agent cares about and prioritizes), knowledge boundaries (what topics to engage with and which to decline), behavioral rules (specific do's and don'ts), and example interactions (showing ideal responses). The concept was popularized by the AI agent community as a way to create consistent, well-defined agent personalities that feel authentic rather than generic. A well-crafted soul file helps the agent maintain character across thousands of conversations. Think of the soul file as the agent's "personality blueprint." Just as a brand guide defines how a company communicates, a soul file defines how an AI agent interacts with users. Builders on platforms like Chipp configure these through the agent setup interface, which translates their choices into the system prompt and behavioral configuration. ## Related Terms - [System Prompt](https://chipp.ai/ai/glossary/system-prompt.md): Special instructions provided to an AI model that define its behavior, personality, constraints, and role for all subsequent interactions. - [AI Agents](https://chipp.ai/ai/glossary/ai-agents.md): Autonomous AI systems that can perceive their environment, make decisions, and take actions to achieve specific goals. - [Prompt Engineering](https://chipp.ai/ai/glossary/prompt-engineering.md): The practice of designing and refining inputs (prompts) to AI models to elicit better, more accurate, and more useful outputs. - [Conversational AI](https://chipp.ai/ai/glossary/conversational-ai.md): AI systems designed to engage in natural, contextual dialogue with humans across text and voice channels. --- This term is part of the [Chipp AI Glossary](https://chipp.ai/ai/glossary), a reference of AI concepts written for builders and businesses. Build AI agents with no code at https://chipp.ai.