<!--
Full-page Markdown export (rendered HTML → GFM).
Source: https://neotoma.io/ar/docs
Generated: 2026-04-26T19:09:31.647Z
-->
# التوثيق
جميع وثائق Neotoma منظمة حسب الفئة. ابدأ بدليل البدء إذا كنت جديدًا، أو انتقل إلى قسم المرجع لتفاصيل API وMCP وCLI.
## البدء
- [
EvaluateHave your agent read this page to decide whether Neotoma fits your workflow
](/ar/evaluate)
- [
InstallInstall and initialize Neotoma locally
](/ar/install)
- [
WalkthroughEnd-to-end example across operating, building, and debugging
](/ar/walkthrough)
## التكاملات
- [
Claude CodePersistent memory for Claude Code's local CLI agent
](/ar/neotoma-with-claude-code)
- [
ClaudeStructured state alongside Claude platform memory
](/ar/neotoma-with-claude)
- [
ChatGPTDeterministic memory for ChatGPT conversations
](/ar/neotoma-with-chatgpt)
- [
CodexCross-task memory and CLI fallback
](/ar/neotoma-with-codex)
- [
CursorPersistent memory alongside Cursor context
](/ar/neotoma-with-cursor)
- [
OpenClawUser-owned memory for OpenClaw agents
](/ar/neotoma-with-openclaw)
## المرجع
- [
InstallInstall and initialize Neotoma locally
](/ar/install)
- [
REST APIOpenAPI endpoints and parameters
](/ar/api)
- [
MCP serverModel Context Protocol actions
](/ar/mcp)
- [
CLICommands, flags, and REPL
](/ar/cli)
- [
Memory guaranteesAll memory properties on one page
](/ar/memory-guarantees)
- [
Memory modelsPlatform, retrieval, file-based, and deterministic memory compared
](/ar/memory-models)
- [
FoundationsPrivacy-first architecture and cross-platform design
](/ar/foundations)
- [
Agent instructionsMandatory behavioral rules for agents using Neotoma
](/ar/agent-instructions)
- [
ArchitectureState flow, guarantees, and principles
](/ar/architecture)
- [
TerminologyGlossary of key concepts
](/ar/terminology)
- [
Schema managementDefine, inspect, and evolve schema constraints safely
](/ar/schema-management)
- [
TroubleshootingCommon failure modes and practical fixes
](/ar/troubleshooting)
- [
ChangelogRelease history and documentation updates
](/ar/changelog)
- [
All pages (Markdown)Every indexable route as Markdown (SEO summaries)
](/ar/site-markdown)
## Where the tax shows up
- [
Context janitorYou re-explain context every session. State that persists across tools.
](/ar/operating)
- [
Inference varianceCorrections don’t stick. Deterministic state for agent pipelines.
](/ar/building-pipelines)
- [
Log archaeologySame inputs, different state. Replayable timelines and diffs.
](/ar/debugging-infrastructure)
## مقارنة
- [
Build vs buyWhen to adopt a state-integrity layer instead of building around observability alone
](/ar/build-vs-buy)
- [
Neotoma vs platform memoryConvenience inside one AI product versus portable, auditable state across tools
](/ar/neotoma-vs-platform-memory)
- [
Neotoma vs Mem0Retrieval memory for prompt augmentation versus deterministic entity state
](/ar/neotoma-vs-mem0)
- [
Neotoma vs ZepKnowledge-graph retrieval versus versioned, schema-bound state
](/ar/neotoma-vs-zep)
- [
Neotoma vs RAGRelevant chunk retrieval versus exact state reconstruction
](/ar/neotoma-vs-rag)
- [
Neotoma vs file-based memoryMarkdown and JSON portability versus structured guarantees and provenance
](/ar/neotoma-vs-files)
- [
Neotoma vs database memoryCRUD rows versus append-only observations and deterministic reducers
](/ar/neotoma-vs-database)
## خارجي
- [
GitHub repositorySource code, README, and issues
](https://github.com/markmhendrickson/neotoma)
- [
npm packageInstall via npm
](https://www.npmjs.com/package/neotoma)