# Findable ## Docs - [Azure App Registration & Permissions](https://docs.findable.net/access-identity/azure-app-registration.md): Up to four Azure app registrations: Client SPA, Server, SharePoint, and Azure Search ACL. Required and optional permissions for each. - [Chat Logging & Audit](https://docs.findable.net/access-identity/chat-logging-audit.md): Conversation logging, AI-generated titles, user privacy controls, and admin review. - [Entity Scope Configuration](https://docs.findable.net/access-identity/entity-scopes.md): Fine-grained control over which types of items users can create as personal vs shared across the organization. - [Role-Based UI Access Control](https://docs.findable.net/access-identity/role-based-access.md): App-level roles, entity-level ACLs, inheritance, and per-role UI visibility for chats, pages, flows, and admin pages. - [Model API Versions](https://docs.findable.net/ai-providers/model-versions.md): Azure AI Model Inference API versions, deployment endpoint differences, and embedding endpoints. - [AI Providers & Models](https://docs.findable.net/ai-providers/providers-overview.md): All AI communication is orchestrated through LangChain — 16 supported providers with a unified interface. - [Chat Types & Access](https://docs.findable.net/ai-providers/role-based-access.md): Per-chat access patterns — workspace, shared, and personal — and how files and ACL interact with each. - [Cosmos DB Containers & TTL](https://docs.findable.net/architecture/cosmos-containers.md): Container layout, partition-key strategy, and TTL behaviour for the Cosmos DB schema. - [Hidden Settings](https://docs.findable.net/architecture/hidden-settings.md): Undocumented settings that can only be modified directly in the Cosmos DB settings document. - [Architecture Overview](https://docs.findable.net/architecture/overview.md): Findable's high-level system architecture — React client, Node.js/Express server, Cosmos DB, Azure AI Search, and multi-vendor LLM providers. - [Chat with Your Own Data](https://docs.findable.net/data-sources/chat-with-your-data.md): Built-in flows that let users chat with their own data using Cosmos DB partition-key isolation. - [Data Connections (Natural Language SQL)](https://docs.findable.net/data-sources/data-connections.md): Configure SQL and vector store connections so users can query databases conversationally. - [Datasource Catalog & Architecture](https://docs.findable.net/data-sources/datasource-catalog.md): Global registry of datasource definitions — built-in templates, admin connections, and the three-tier architecture from catalog to runtime config. - [OneDrive Personal Files Setup](https://docs.findable.net/data-sources/onedrive.md): Use OneDrive as the storage backend for personal and workspace files in place of Azure Blob Storage. - [SharePoint Integration](https://docs.findable.net/data-sources/sharepoint.md): Index and search SharePoint Online document libraries, with optional document-level ACL. - [Vector Store Integration](https://docs.findable.net/data-sources/vector-store.md): Query external vector stores as part of multi-source RAG or from inside Flow Designer workflows. - [Flow Designer](https://docs.findable.net/flow-designer/flow-designer.md): Visual drag-and-drop editor for building multi-step AI agent workflows with nodes, edges, and conditional branching. - [Flow Retriever (Virtual Data Source)](https://docs.findable.net/flow-designer/flow-retriever.md): Use headless Flow Designer flows as virtual data sources in the RAG pipeline. - [Prompt Library & Templates](https://docs.findable.net/forms-prompts/prompt-library.md): Reusable, parameterized prompts with rich input forms, variables, conditional logic, and AI-generated options. - [Prerequisites & Tech Stack](https://docs.findable.net/getting-started/prerequisites.md): Runtime, services, and tooling required to run Findable plus the platform's key features. - [Quick Start](https://docs.findable.net/getting-started/quickstart.md): Run Findable locally with Node.js, Cosmos DB, and Azure Entra ID. - [Setup Wizard (First-Time Configuration)](https://docs.findable.net/getting-started/setup-wizard.md): Guided 5-step wizard that runs on first launch and writes the initial settings document to Cosmos DB. - [License & Copyright](https://docs.findable.net/meta/license.md): Proprietary license terms for the Findable platform. - [Related Resources](https://docs.findable.net/meta/related-resources.md): External documentation and reference links for Azure, LangChain, and the Model Context Protocol. - [Capacity & Limits](https://docs.findable.net/operations/capacity-limits.md): Concurrency guidelines, external service limits, and scaling recommendations for a single-process Node.js deployment. - [CI/CD](https://docs.findable.net/operations/ci-cd.md): GitHub Actions workflows for dev and alpha deployment to Azure App Service slots. - [Notifications & Human-in-the-Loop](https://docs.findable.net/operations/notifications.md): End-to-end notification lifecycle, multi-channel delivery (Teams, Slack, email), and per-provider compatibility. - [Production Deployment](https://docs.findable.net/operations/production-deployment.md): Single-port Express deployment on Azure App Service with PM2, managed identity, and environment variable overrides. - [Troubleshooting](https://docs.findable.net/operations/troubleshooting.md): Common issues, error symptoms, and the Admin → Health page diagnostics. - [Memory System (Mem0)](https://docs.findable.net/tools-mcp/memory-system.md): Persistent conversation memory via Mem0 with per-chat scopes and retrieval strategies. - [Tool Providers & MCP Servers](https://docs.findable.net/tools-mcp/tool-providers.md): Pluggable tool registry and Model Context Protocol servers that extend agent capabilities. - [Tool Setup Guide](https://docs.findable.net/tools-mcp/tool-setup.md): Setup instructions for each built-in tool category — search, database, utility, API, identity, Exchange, and OneDrive. - [Web Search RAG](https://docs.findable.net/tools-mcp/web-search-rag.md): Ground chat responses in real-time web results from Tavily, Perplexity, Brave, Exa, or SerpAPI.