# Quor Documentation Every page below is also available as Markdown by appending `.md` to its URL. Fetch this index first, choose the pages that match the question, then fetch only those. ## Overview / Getting Started - [Welcome to Quor!](http://quor-docs/welcome.md): Open Source AI Platform for Work - [Quickstart](http://quor-docs/overview/getting_started/quickstart.md): Recommended way to deploy Quor in minutes ## Overview / Core Features - [Chat UI](http://quor-docs/overview/core_features/chat.md): Overview of Quor's primary user interface - [RAG and Search](http://quor-docs/overview/core_features/internal_search.md): Enterprise Search across all your applications - [Connectors](http://quor-docs/overview/core_features/connectors.md): Ingest knowledge from connected applications - [Custom Agents](http://quor-docs/overview/core_features/agents.md): Create custom AI Agents for unique use cases - [Actions & MCP](http://quor-docs/overview/core_features/actions.md): Extend the capabilities of Quor Agents - [Web Search](http://quor-docs/overview/core_features/web_search.md): AI-powered web search - [Code Execution](http://quor-docs/overview/core_features/code_interpreter.md): Safe and sandboxed Python runtime available to the LLM - [Image Generation](http://quor-docs/overview/core_features/image_generation.md): Create visuals according to user prompts - [Voice Mode](http://quor-docs/overview/core_features/voice_mode.md): Interact with Quor using voice ## Overview / Core Features / Craft - [Overview](http://quor-docs/overview/core_features/craft.md): Turn a goal into finished work with an AI coworker in a secure sandbox - [Skills](http://quor-docs/overview/core_features/craft_skills.md): Give Sandbox reusable instructions, examples, and files for repeatable work - [Apps](http://quor-docs/overview/core_features/craft_apps.md): Connect external tools so Sandbox can retrieve live context and take approved actions - [Scheduled Tasks](http://quor-docs/overview/core_features/craft_scheduled_tasks.md): Run a Sandbox prompt automatically on a recurring schedule ## Overview / Core Features - [Coding Agent](http://quor-docs/overview/core_features/coding_agent.md): Investigate and answer questions about a GitHub codebase ## Overview / Quor Anywhere - [Desktop App](http://quor-docs/overview/onyx_anywhere/desktop_app.md): Accessing Quor via the desktop application - [Chrome Extension](http://quor-docs/overview/onyx_anywhere/chrome_extension.md): Accessing Quor via a Chrome Extension - [Website Widget](http://quor-docs/overview/onyx_anywhere/website_widget.md): Embed Quor AI chat on any website - [Slack Bot](http://quor-docs/overview/onyx_anywhere/slack.md): Accessing Quor within Slack - [Discord Bot](http://quor-docs/overview/onyx_anywhere/discord_bot.md): Access Quor within Discord - [MCP Server](http://quor-docs/overview/onyx_anywhere/mcp_server.md): Access Quor from Claude, Cursor, and other AI tools via the Model Context Protocol - [LLM Gateway](http://quor-docs/developers/guides/llm_gateway.md): Route application LLM requests through the models and access controls configured in Quor - [CLI](http://quor-docs/overview/onyx_anywhere/cli.md): Interact with Quor from the command line - [Mobile App (Coming Soon)](http://quor-docs/overview/onyx_anywhere/mobile_app.md): Access Quor from mobile devices ## Overview / Miscellaneous - [Open Source Statement](http://quor-docs/overview/miscellaneous/open_source_statement.md): Quor's commitment to open source principles - [Use Cases](http://quor-docs/overview/getting_started/use_cases.md): Ideas for an AI-powered workplace. - [FAQ](http://quor-docs/overview/getting_started/faq.md): Frequently asked questions about using Quor - [Contact Us](http://quor-docs/overview/miscellaneous/contact_us.md): Excited to hear from you! ## Deployment / Getting Started - [Overview](http://quor-docs/deployment/overview.md): An overview of deploying Quor - [Quickstart](http://quor-docs/deployment/getting_started/quickstart.md): Recommended way to deploy Quor in minutes - [Resourcing](http://quor-docs/deployment/getting_started/resourcing.md): Resource requirements for deploying Quor ## Deployment / Deploy Locally - [Quor CLI](http://quor-docs/deployment/local/onyx_cli.md): Install and manage a Docker Compose deployment with onyx-cli deploy - [Docker](http://quor-docs/deployment/local/docker.md): Deploy Quor with Docker Compose - [Kubernetes](http://quor-docs/deployment/local/kubernetes.md): Deploy Quor with Helm - [Terraform](http://quor-docs/deployment/local/terraform.md): Provision Quor infrastructure on AWS with Terraform - [OpenSearch](http://quor-docs/deployment/local/opensearch.md): Configuring Quor with OpenSearch ## Deployment / Craft - [Deploying Sandbox](http://quor-docs/deployment/local/craft.md): Choose and prepare a sandbox runtime for self-hosted Sandbox - [Kubernetes](http://quor-docs/deployment/local/craft_kubernetes.md): Deploy Sandbox sandboxes with the Quor Helm chart - [Docker Compose](http://quor-docs/deployment/local/craft_docker_compose.md): Deploy Sandbox sandboxes on a trusted Docker host ## Deployment / Quor Anywhere - [Desktop App](http://quor-docs/deployment/local/desktop_app.md): Install and configure the Quor desktop application - [Chrome Extension](http://quor-docs/deployment/configuration/chrome_extension.md): Use Quor in Chrome from any page - [Website Widget](http://quor-docs/deployment/configuration/website_widget.md): Deploy the Quor chat widget on your website - [Quor MCP Server](http://quor-docs/deployment/configuration/mcp_server.md): Connect LLMs like Claude, Cursor, and other AI tools to your Quor knowledge base via the Model Context Protocol ## Deployment / Deploy on Cloud / AWS - [EC2](http://quor-docs/deployment/cloud/aws/ec2.md): Deploy Quor on AWS EC2 - [EKS](http://quor-docs/deployment/cloud/aws/eks.md): Deploy Quor on AWS EKS - [RDS](http://quor-docs/deployment/cloud/aws/rds.md): Setup AWS RDS for Quor ## Deployment / Deploy on Cloud - [GCP](http://quor-docs/deployment/cloud/gcp.md): Deploy Quor on GCP Compute Engine - [Azure](http://quor-docs/deployment/cloud/azure.md): Deploy Quor on Azure Virtual Machines - [Digital Ocean](http://quor-docs/deployment/cloud/digital_ocean.md): Deploy Quor on Digital Ocean Droplets ## Deployment / Authentication - [Basic Auth](http://quor-docs/deployment/authentication/basic.md): Email and password authentication in Quor - [Google OAuth](http://quor-docs/deployment/authentication/oauth.md): Google OAuth authentication setup - [OIDC](http://quor-docs/deployment/authentication/oidc.md): OpenID Connect authentication setup - [SAML](http://quor-docs/deployment/authentication/saml.md): SAML authentication setup - [SSO Providers](http://quor-docs/deployment/authentication/sso_providers.md): Manage multiple SSO providers from the admin panel - [JWT Header Auth](http://quor-docs/deployment/authentication/jwt.md): Authenticate API requests with JWTs minted by your own identity provider ## Deployment / Miscellaneous - [Configure Quor](http://quor-docs/deployment/configuration/configuration.md): How to configure Quor using environment variables and deployment files - [Enterprise Edition](http://quor-docs/deployment/miscellaneous/enterprise_edition.md): Enterprise Edition features and deployment - [Release Process & Updates](http://quor-docs/deployment/miscellaneous/release_process.md): Quor release process, versioning, and recommended update process - [Contact Us](http://quor-docs/deployment/miscellaneous/contact_us.md): Ways to get in touch with the Quor team ## Admins / Getting Started - [Overview](http://quor-docs/admins/overview.md): An Overview of Administering Quor - [Enterprise Edition](http://quor-docs/admins/getting_started/enterprise_edition.md): Enterprise Edition administration features ## Admins / Language Models - [Overview](http://quor-docs/admins/ai_models/overview.md): Configure language model providers and models in Quor ## Admins / Language Models / Supported Providers - [OpenAI](http://quor-docs/admins/ai_models/openai.md): Configure OpenAI language models for Quor - [Anthropic](http://quor-docs/admins/ai_models/anthropic.md): Configure Anthropic Claude language models for Quor - [Ollama](http://quor-docs/admins/ai_models/ollama.md): Using Ollama with Quor - [LM Studio](http://quor-docs/admins/ai_models/lm_studio.md): Using LM Studio with Quor - [Azure OpenAI](http://quor-docs/admins/ai_models/azure_openai.md): Configure Azure OpenAI for enterprise-grade GPT models - [Amazon Bedrock](http://quor-docs/admins/ai_models/bedrock.md): Configure Amazon Bedrock models for use with Quor - [Google Vertex AI](http://quor-docs/admins/ai_models/google_ai.md): Configure Google Vertex AI language models for use with Quor - [OpenRouter](http://quor-docs/admins/ai_models/openrouter.md): Using OpenRouter with Quor - [Bifrost](http://quor-docs/admins/ai_models/bifrost.md): Configure Bifrost as a language model gateway for Quor - [LiteLLM Proxy](http://quor-docs/admins/ai_models/litellm_proxy.md): Configure LiteLLM Proxy as a language model gateway for Quor - [Custom Inference Provider](http://quor-docs/admins/ai_models/custom_inference_provider.md): Configure an OpenAI-compatible language model provider ## Admins / Connectors - [Overview](http://quor-docs/admins/connectors/overview.md): Managing connectors and data sources in Quor ## Admins / Connectors / Supported Connectors - [Airtable](http://quor-docs/admins/connectors/official/airtable.md): Access tables from Airtable - [Asana](http://quor-docs/admins/connectors/official/asana.md): Index tasks and comments from Asana projects - [Bitbucket Connector](http://quor-docs/admins/connectors/official/bitbucket.md): Access knowledge from your Bitbucket Repositories (Cloud only) - [BookStack](http://quor-docs/admins/connectors/official/bookstack.md): Access knowledge from your own BookStack instance - [Box](http://quor-docs/admins/connectors/official/box.md): Index files and web links from Box - [ClickUp](http://quor-docs/admins/connectors/official/clickup.md): Access tasks from ClickUp - [Confluence](http://quor-docs/admins/connectors/official/confluence.md): Access knowledge from your company Wiki - [Discord](http://quor-docs/admins/connectors/official/discord.md): Access knowledge from your Messages - [Discourse](http://quor-docs/admins/connectors/official/discourse.md): Access knowledge from your Discourse **Topics** - [Document360](http://quor-docs/admins/connectors/official/document360.md): Access wiki articles from Document360 - [Dropbox](http://quor-docs/admins/connectors/official/dropbox.md): Access knowledge from Dropbox - [Drupal Wiki](http://quor-docs/admins/connectors/official/drupal_wiki.md): Access knowledge from your Drupal Wiki instance - [Egnyte](http://quor-docs/admins/connectors/official/egnyte.md): Access files stored in Egnyte - [File](http://quor-docs/admins/connectors/official/file.md): Index files from a local or network drive - [Fireflies](http://quor-docs/admins/connectors/official/fireflies.md): Access meeting transcripts from Fireflies - [Freshdesk](http://quor-docs/admins/connectors/official/freshdesk.md): Access tickets and conversations from Freshdesk - [GitBook](http://quor-docs/admins/connectors/official/gitbook.md): Access documentation from GitBook - [GitHub Connector](http://quor-docs/admins/connectors/official/github.md): Access knowledge from your GitHub Repositories - [GitLab](http://quor-docs/admins/connectors/official/gitlab.md): Index repositories and issues from GitLab ## Admins / Connectors / Supported Connectors / Gmail - [Gmail Overview](http://quor-docs/admins/connectors/official/gmail/overview.md): Overview of the Gmail connector - [Gmail OAuth](http://quor-docs/admins/connectors/official/gmail/oauth.md): Set up Gmail OAuth for the connector - [Gmail Service Account](http://quor-docs/admins/connectors/official/gmail/service_account.md): Set up Gmail Service Account for the connector ## Admins / Connectors / Supported Connectors / Google Drive - [Google Drive Overview](http://quor-docs/admins/connectors/official/google_drive/overview.md): Overview of the Google Drive connector - [Google Drive OAuth](http://quor-docs/admins/connectors/official/google_drive/oauth.md): Set up Google Drive OAuth for the connector - [Google Drive Service Account](http://quor-docs/admins/connectors/official/google_drive/service_account.md): Set up Google Drive Service Account for the connector ## Admins / Connectors / Supported Connectors - [Google Sites](http://quor-docs/admins/connectors/official/google_sites.md): Access sites and pages from Google Sites - [Google Cloud Storage](http://quor-docs/admins/connectors/official/google_storage.md): Access files from Google Cloud Storage buckets - [Gong](http://quor-docs/admins/connectors/official/gong.md): Access call transcripts from Gong - [Guru](http://quor-docs/admins/connectors/official/guru.md): Access cards and collections from Guru - [Highspot](http://quor-docs/admins/connectors/official/highspot.md): Access sales content from Highspot - [HubSpot](http://quor-docs/admins/connectors/official/hubspot.md): Access CRM data from HubSpot - [Jira](http://quor-docs/admins/connectors/official/jira.md): Access issues and projects from Jira - [Linear](http://quor-docs/admins/connectors/official/linear.md): Access issues and projects from Linear - [Notion](http://quor-docs/admins/connectors/official/notion.md): Access pages and databases from Notion - [Oracle Cloud Storage](http://quor-docs/admins/connectors/official/oci_storage.md): Access files from Oracle Cloud Storage buckets - [Productboard](http://quor-docs/admins/connectors/official/productboard.md): Access product feedback and features from Productboard - [Cloudflare R2](http://quor-docs/admins/connectors/official/r2.md): Access files from Cloudflare R2 buckets - [RequestTracker](http://quor-docs/admins/connectors/official/requesttracker.md): Access tickets from RequestTracker - [Salesforce](http://quor-docs/admins/connectors/official/salesforce.md): Access CRM data from Salesforce ## Admins / Connectors / Supported Connectors / S3 - [S3 Overview](http://quor-docs/admins/connectors/official/s3/overview.md): Overview of the S3 connector - [S3 Access Keys](http://quor-docs/admins/connectors/official/s3/access-keys.md): Authorize the S3 connector using AWS Access Keys. - [S3 Assume Role](http://quor-docs/admins/connectors/official/s3/assume-role.md): This method automatically uses the IAM role attached to your EC2 instance to access S3 buckets. No manual credential entry is required. - [S3 IAM Role](http://quor-docs/admins/connectors/official/s3/iam-role.md): Authorize the S3 connector using an AWS IAM Role with assume role policy. ## Admins / Connectors / Supported Connectors / SharePoint - [Overview](http://quor-docs/admins/connectors/official/sharepoint/sharepoint.md): Access files and notes from your SharePoint Sites - [Client Secret Authentication](http://quor-docs/admins/connectors/official/sharepoint/client-secret.md): Set up SharePoint connector using client secret authentication - [Certificate-Based Authentication](http://quor-docs/admins/connectors/official/sharepoint/certificate.md): Set up SharePoint connector using certificate-based authentication with optional permission sync support ## Admins / Connectors / Supported Connectors / Slack - [Slack Indexed](http://quor-docs/admins/connectors/official/slack/slack_indexed.md): Set up the Slack Indexed connector - [Slack Federated](http://quor-docs/admins/connectors/official/slack/slack_federated.md): Set up the Slack Federated connector ## Admins / Connectors / Supported Connectors - [Slab](http://quor-docs/admins/connectors/official/slab.md): Access documentation from Slab - [Microsoft Teams](http://quor-docs/admins/connectors/official/teams.md): Access messages and files from Microsoft Teams - [Web](http://quor-docs/admins/connectors/official/web.md): Index public or internal web pages - [XenForo](http://quor-docs/admins/connectors/official/xenforo.md): Access forum posts from XenForo - [Zendesk](http://quor-docs/admins/connectors/official/zendesk.md): Access tickets and conversations from Zendesk - [Zulip](http://quor-docs/admins/connectors/official/zulip.md): Access messages from Zulip streams ## Admins / Managing Features - [Chat UI](http://quor-docs/admins/managing_features/chat.md): Managing the Chat UI experience across your organization ## Admins / Managing Features / RAG and Search - [Connectors](http://quor-docs/admins/managing_features/connectors_link.md): Set up and manage data source connectors - [Index Settings](http://quor-docs/admins/advanced_configs/search_configs.md): Configure search settings and parameters - [Document Sets](http://quor-docs/admins/managing_features/document_sets.md): Managing document sets - [OpenSearch Document Index Migration](http://quor-docs/admins/advanced_configs/opensearch_document_index_migration.md): Migrating indexed documents from Vespa to OpenSearch ## Admins / Managing Features - [Custom Agents](http://quor-docs/admins/agents/overview.md): Managing AI agents ## Admins / Managing Features / Actions - [MCP](http://quor-docs/admins/actions/mcp.md): Configure Model Context Protocol (MCP) actions in Quor - [OpenAPI](http://quor-docs/admins/actions/openapi.md): Configure custom actions in Quor with OpenAPI ## Admins / Managing Features - [Web Search](http://quor-docs/admins/actions/web_search.md): Enable web search capabilities for your AI Agents in Quor - [Code Execution](http://quor-docs/admins/actions/code_interpreter.md): Enable Python code execution for your AI Agents in Quor - [Image Generation](http://quor-docs/admins/actions/image_generation.md): Enable image generation capabilities for your AI Agents in Quor - [Voice Mode](http://quor-docs/admins/actions/voice_mode.md): Set up voice providers to enable Voice Mode for your Quor instance ## Admins / Managing Features / Craft - [Overview](http://quor-docs/admins/managing_features/craft.md): Configure Sandbox access, Apps, instructions, and models - [Skills](http://quor-docs/admins/managing_features/craft_skills.md): Review, publish, share, and maintain reusable Sandbox instructions - [Apps](http://quor-docs/admins/managing_features/craft_apps.md): Configure external services, credentials, and action policies for Sandbox ## Admins / Managing Features - [Coding Agent](http://quor-docs/admins/actions/coding_agent.md): Enable your AI Agents to investigate and answer questions about a GitHub codebase ## Admins / Access Control - [Users and Groups](http://quor-docs/admins/user_management/users_and_groups.md): Manage users, roles, groups, and invitations in Quor - [What's Changing in Permissions](http://quor-docs/admins/permissions/whats_changing.md): Quor is moving to group-based permissions. Here's what's changing, what's being removed, and what you need to do. - [SCIM](http://quor-docs/deployment/authentication/scim.md): Automated user and group provisioning with SCIM 2.0 - [Service Accounts](http://quor-docs/admins/user_management/api_keys.md): Create and manage service accounts for programmatic access ## Admins / Advanced Configs - [Spending Limits](http://quor-docs/admins/advanced_configs/spending_limits.md): Configure spending limits in Quor - [White Labeling](http://quor-docs/admins/advanced_configs/white_labeling.md): Customize Quor's branding and appearance - [Language Model Access Controls](http://quor-docs/admins/advanced_configs/llm_access_controls.md): Configure access controls for language model providers - [Hook Extensions](http://quor-docs/admins/advanced_configs/hook_extensions.md): Inject custom logic into Quor's pipeline at defined stages without modifying source code - [Tracing](http://quor-docs/admins/advanced_configs/tracing.md): Send LLM call traces to observability platforms to monitor and evaluate your Quor deployment - [Slack Bot](http://quor-docs/admins/getting_started/slack_bot_setup.md): How to set up a Slack bot connected to Quor - [Discord Bot](http://quor-docs/admins/miscellaneous/discord_bot.md): Configure your Discord bot ## Admins / Auditing - [Audit Logs & SIEM Integration](http://quor-docs/admins/auditing/audit_logs.md): Forward Quor's structured audit-event stream to your SIEM for security monitoring and compliance - [Usage Analytics](http://quor-docs/admins/analytics/overview.md): Analytics and usage monitoring in Quor - [Query History](http://quor-docs/admins/analytics/query_history.md): View and export query history in Quor - [Custom Analytics](http://quor-docs/admins/analytics/custom_analytics.md): Configure a custom analytics provider in Quor ## Admins / Plans & Billing - [Plans & Billing](http://quor-docs/admins/billing/overview.md): Understand Quor plans and how billing works for Cloud and Self-Hosted deployments - [Subscribe to a Plan](http://quor-docs/admins/billing/subscribing.md): How to subscribe to a paid Quor plan on Cloud or Self-Hosted - [Manage Your Subscription](http://quor-docs/admins/billing/manage.md): Update seats, manage licenses, and access the Stripe portal - [Troubleshooting](http://quor-docs/admins/billing/troubleshooting.md): Common billing and licensing issues and how to resolve them ## Admins / Miscellaneous - [Contact Us](http://quor-docs/admins/miscellaneous/contact_us.md): Excited to hear from you! ## Developers / Getting Started - [Overview & Auth](http://quor-docs/developers/overview.md): Overview of Quor APIs - [Core Concepts](http://quor-docs/developers/core_concepts.md): Essential concepts and terminology for working with Quor APIs ## Developers / Guides & Examples - [Send a Message to Quor](http://quor-docs/developers/guides/chat_new_guide.md): Sending messages programmatically to Quor - [LLM Gateway](http://quor-docs/developers/guides/llm_gateway.md): Route application LLM requests through the models and access controls configured in Quor - [Index Files with the Ingestion API](http://quor-docs/developers/guides/index_files_ingestion_api.md): Learn how to programmatically index documents using Quor's ingestion API - [Create Connectors](http://quor-docs/developers/guides/create_connector.md): Learn how to create and configure connectors programmatically ## Developers / API Reference / Chat - [Create New Chat Session](http://quor-docs/developers/api_reference/chat/create_new_chat_session.md) - [Handle Send Chat Message](http://quor-docs/developers/api_reference/chat/handle_send_chat_message.md) - [Seed Chat](http://quor-docs/developers/api_reference/chat/seed_chat.md) - [Stop Chat Session](http://quor-docs/developers/api_reference/chat/stop_chat_session.md) - [Search Chats](http://quor-docs/developers/api_reference/chat/search_chats.md) - [Get Chat Session](http://quor-docs/developers/api_reference/chat/get_chat_session.md) - [Get User Chat Sessions](http://quor-docs/developers/api_reference/chat/get_user_chat_sessions.md) - [Fetch Chat File](http://quor-docs/developers/api_reference/chat/fetch_chat_file.md) - [Delete Chat Session By Id](http://quor-docs/developers/api_reference/chat/delete_chat_session_by_id.md) - [Delete All Chat Sessions](http://quor-docs/developers/api_reference/chat/delete_all_chat_sessions.md) ## Developers / API Reference / Search - [Handle Search Request](http://quor-docs/developers/api_reference/search/handle_search_request.md) - [Execute Web Search](http://quor-docs/developers/api_reference/search/execute_web_search.md) - [Execute Web Search Lite](http://quor-docs/developers/api_reference/search/execute_web_search_lite.md) - [Execute Open Urls](http://quor-docs/developers/api_reference/search/execute_open_urls.md) ## Developers / API Reference / Agents - [Create Agent](http://quor-docs/developers/api_reference/agents/create_persona.md) - [Get Agent](http://quor-docs/developers/api_reference/agents/get_persona.md) - [Update Agent](http://quor-docs/developers/api_reference/agents/update_persona.md) - [Delete Agent](http://quor-docs/developers/api_reference/agents/delete_persona.md) - [Get Agents Paginated](http://quor-docs/developers/api_reference/agents/get_agents_paginated.md) - [Get Agents Admin Paginated](http://quor-docs/developers/api_reference/agents/get_agents_admin_paginated.md) - [List Agents Admin](http://quor-docs/developers/api_reference/agents/list_personas_admin.md) - [Undelete Agent](http://quor-docs/developers/api_reference/agents/undelete_persona.md) ## Developers / API Reference / Actions - [Create Custom Tool](http://quor-docs/developers/api_reference/actions/create_custom_tool.md) - [Update Custom Tool](http://quor-docs/developers/api_reference/actions/update_custom_tool.md) - [Delete Custom Tool](http://quor-docs/developers/api_reference/actions/delete_custom_tool.md) - [Validate Tool](http://quor-docs/developers/api_reference/actions/validate_tool.md) - [List Tools](http://quor-docs/developers/api_reference/actions/list_tools.md) - [List OpenAPI Tools](http://quor-docs/developers/api_reference/actions/list_openapi_tools.md) - [Get Custom Tool](http://quor-docs/developers/api_reference/actions/get_custom_tool.md) ## Developers / API Reference / Connectors & Credentials / Connectors - [Create Connector From Model](http://quor-docs/developers/api_reference/files_connectors/create_connector_from_model.md) - [Get Connectors By Credential](http://quor-docs/developers/api_reference/files_connectors/get_connectors_by_credential.md) - [Get Connectors](http://quor-docs/developers/api_reference/files_connectors/get_connectors.md) - [Get Connector By Id](http://quor-docs/developers/api_reference/files_connectors/get_connector_by_id.md) - [Get Basic Connector Indexing Status](http://quor-docs/developers/api_reference/files_connectors/get_basic_connector_indexing_status.md) - [Get Connector Status](http://quor-docs/developers/api_reference/files_connectors/get_connector_status.md) - [Get Currently Failed Indexing Status](http://quor-docs/developers/api_reference/files_connectors/get_currently_failed_indexing_status.md) - [Get Connector Indexing Status](http://quor-docs/developers/api_reference/files_connectors/get_connector_indexing_status.md) - [Connector Run Once](http://quor-docs/developers/api_reference/files_connectors/connector_run_once.md) - [Upload Files Api](http://quor-docs/developers/api_reference/files_connectors/upload_files_api.md) - [List Connector Files](http://quor-docs/developers/api_reference/files_connectors/list_connector_files.md) - [Update Connector Files](http://quor-docs/developers/api_reference/files_connectors/update_connector_files.md) - [Delete Connector By Id](http://quor-docs/developers/api_reference/files_connectors/delete_connector_by_id.md) - [Create Deletion Attempt For Connector Id](http://quor-docs/developers/api_reference/files_connectors/create_deletion_attempt_for_connector_id.md) - [Get Indexed Sources](http://quor-docs/developers/api_reference/files_connectors/get_indexed_sources.md) - [Get CC Pair Full Info](http://quor-docs/developers/api_reference/files_connectors/get_cc_pair_full_info.md) - [Get CC Pair Index Attempts](http://quor-docs/developers/api_reference/files_connectors/get_cc_pair_index_attempts.md) - [Get CC Pair Indexing Errors](http://quor-docs/developers/api_reference/files_connectors/get_cc_pair_indexing_errors.md) - [Update CC Pair Status](http://quor-docs/developers/api_reference/files_connectors/update_cc_pair_status.md) - [Prune Cc Pair](http://quor-docs/developers/api_reference/files_connectors/prune_cc_pair.md) - [Get Cc Source Full Info](http://quor-docs/developers/api_reference/files_connectors/get_cc_source_full_info.md) - [Get Docs By Connector Credential Pair](http://quor-docs/developers/api_reference/files_connectors/get_docs_by_connector_credential_pair.md) ## Developers / API Reference / Connectors & Credentials / Credentials - [List Credentials Admin](http://quor-docs/developers/api_reference/files_connectors/list_credentials_admin.md) - [List Credentials](http://quor-docs/developers/api_reference/files_connectors/list_credentials.md) - [Get Credential By Id](http://quor-docs/developers/api_reference/files_connectors/get_credential_by_id.md) - [Create Credential From Model](http://quor-docs/developers/api_reference/files_connectors/create_credential_from_model.md) - [Create Credential With Private Key](http://quor-docs/developers/api_reference/files_connectors/create_credential_with_private_key.md) - [Update Credential From Model](http://quor-docs/developers/api_reference/files_connectors/update_credential_from_model.md) - [Update Credential Data](http://quor-docs/developers/api_reference/files_connectors/update_credential_data.md) - [Update Credential Private Key](http://quor-docs/developers/api_reference/files_connectors/update_credential_private_key.md) - [Delete Credential By Id](http://quor-docs/developers/api_reference/files_connectors/delete_credential_by_id.md) - [Delete Credential By Id Admin](http://quor-docs/developers/api_reference/files_connectors/delete_credential_by_id_admin.md) - [Force Delete Credential By Id](http://quor-docs/developers/api_reference/files_connectors/force_delete_credential_by_id.md) - [Swap Credentials For Connector](http://quor-docs/developers/api_reference/files_connectors/swap_credentials_for_connector.md) - [Associate Credential To Connector](http://quor-docs/developers/api_reference/files_connectors/associate_credential_to_connector.md) - [Dissociate Credential From Connector](http://quor-docs/developers/api_reference/files_connectors/dissociate_credential_from_connector.md) ## Developers / API Reference / Projects & Files - [Get Projects](http://quor-docs/developers/api_reference/projects/get_projects.md) - [Create Project](http://quor-docs/developers/api_reference/projects/create_project.md) - [Get Project](http://quor-docs/developers/api_reference/projects/get_project.md) - [Update Project](http://quor-docs/developers/api_reference/projects/update_project.md) - [Delete Project](http://quor-docs/developers/api_reference/projects/delete_project.md) - [Get Project Details](http://quor-docs/developers/api_reference/projects/get_project_details.md) - [Get Project Instructions](http://quor-docs/developers/api_reference/projects/get_project_instructions.md) - [Upsert Project Instructions](http://quor-docs/developers/api_reference/projects/upsert_project_instructions.md) - [Get Files In Project](http://quor-docs/developers/api_reference/projects/get_files_in_project.md) - [Get Chat Session Project Files](http://quor-docs/developers/api_reference/projects/get_chat_session_project_files.md) - [Upload User Files](http://quor-docs/developers/api_reference/projects/upload_user_files.md) - [Get User File Statuses](http://quor-docs/developers/api_reference/projects/get_user_file_statuses.md) - [Get User File](http://quor-docs/developers/api_reference/projects/get_user_file.md) - [Delete User File](http://quor-docs/developers/api_reference/projects/delete_user_file.md) - [Link User File To Project](http://quor-docs/developers/api_reference/projects/link_user_file_to_project.md) - [Unlink User File From Project](http://quor-docs/developers/api_reference/projects/unlink_user_file_from_project.md) ## Developers / API Reference / Ingestion API - [Get Ingestion Docs](http://quor-docs/developers/api_reference/ingestion/get_ingestion_docs.md) - [Upsert Ingestion Doc](http://quor-docs/developers/api_reference/ingestion/upsert_ingestion_doc.md) - [Delete Ingestion Doc](http://quor-docs/developers/api_reference/ingestion/delete_ingestion_doc.md) ## Developers / API Reference / User Management - [Get Auth Type](http://quor-docs/developers/api_reference/user_management/get_auth_type.md) - [Verify User Logged In](http://quor-docs/developers/api_reference/user_management/verify_user_logged_in.md) - [Get User Role](http://quor-docs/developers/api_reference/user_management/get_user_role.md) - [Set User Role](http://quor-docs/developers/api_reference/user_management/set_user_role.md) - [List All Users Basic Info](http://quor-docs/developers/api_reference/user_management/list_all_users_basic_info.md) - [List All Users](http://quor-docs/developers/api_reference/user_management/list_all_users.md) - [List Invited Users](http://quor-docs/developers/api_reference/user_management/list_invited_users.md) - [List Accepted Users](http://quor-docs/developers/api_reference/user_management/list_accepted_users.md) - [Bulk Invite Users](http://quor-docs/developers/api_reference/user_management/bulk_invite_users.md) - [Remove Invited User](http://quor-docs/developers/api_reference/user_management/remove_invited_user.md) - [Activate User Api](http://quor-docs/developers/api_reference/user_management/activate_user_api.md) - [Deactivate User Api](http://quor-docs/developers/api_reference/user_management/deactivate_user_api.md) - [Delete User](http://quor-docs/developers/api_reference/user_management/delete_user.md) ## Developers / API Reference / Token Limits - [Get Global Token Limit Settings](http://quor-docs/developers/api_reference/miscellaneous/get_global_token_limit_settings.md) - [Create Global Token Limit Settings](http://quor-docs/developers/api_reference/miscellaneous/create_global_token_limit_settings.md) - [Update Token Limit Settings](http://quor-docs/developers/api_reference/miscellaneous/update_token_limit_settings.md) - [Delete Token Limit Settings](http://quor-docs/developers/api_reference/miscellaneous/delete_token_limit_settings.md) ## Developers / API Reference / Miscellaneous - [Healthcheck](http://quor-docs/developers/api_reference/miscellaneous/healthcheck.md) - [Get Backend Version](http://quor-docs/developers/api_reference/miscellaneous/get_version.md) - [Get Latest App Version Tags](http://quor-docs/developers/api_reference/miscellaneous/get_versions.md) ## Developers / Miscellaneous - [Contact Us](http://quor-docs/developers/contact_us.md): Excited to hear from you! ## Security / Architecture - [System Description](http://quor-docs/security/architecture/system_description.md): High level view of Quor components - [Sandbox Architecture](http://quor-docs/security/architecture/craft.md): Understand Sandbox isolation, data flows, credentials, approvals, and sharing - [Data Flows](http://quor-docs/security/architecture/data_flows.md): How data and queries are handled and stored - [Data Storage](http://quor-docs/security/architecture/data_storage.md): How data is persisted in the Quor system - [Access Controls](http://quor-docs/security/architecture/access_controls.md): Resource protection from users - [FAQ](http://quor-docs/security/architecture/faq.md): General questions about Quor security ## Security / Self-hosted - [Data Processing](http://quor-docs/security/self_hosted/data_processing.md): How sensitive data is processed - [FAQ](http://quor-docs/security/self_hosted/faq.md): Common questions specifically for self-hosting ## Security / Quor Cloud - [Multi Tenant](http://quor-docs/security/onyx_cloud/multi_tenant.md): Self-serve cloud - [Single Tenant](http://quor-docs/security/onyx_cloud/single_tenant.md): Enterprise cloud - [Compliance](http://quor-docs/security/onyx_cloud/compliance.md): Certifications ## Security / Miscellaneous - [Contact Us](http://quor-docs/security/contact_us.md): Excited to hear from you! ## Changelog - [Release Notes](http://quor-docs/changelog.md): New Features, Improvements, and Bug Fixes ## Agent Wiki / Getting Started - [Welcome to Agent Wiki](http://quor-docs/agent-wiki/welcome.md): A shared collaboration space for humans and agents - [Quickstart](http://quor-docs/agent-wiki/quickstart.md): Get Agent Wiki running and connect your first agent ## Agent Wiki / Using Agent Wiki - [The Wiki](http://quor-docs/agent-wiki/using/wiki.md): Browsing, organizing, and searching pages - [Editor](http://quor-docs/agent-wiki/using/editor.md): Co-editing pages with humans and agents - [Update Policies](http://quor-docs/agent-wiki/using/update_policies.md): Decide which pages AI may edit, and how - [Trash](http://quor-docs/agent-wiki/using/trash.md): Recover deleted pages and folders - [Account Settings](http://quor-docs/agent-wiki/using/account_settings.md): Your profile, appearance, notifications, and connectors ## Agent Wiki / Automate - [Connect an Agent (MCP)](http://quor-docs/agent-wiki/automate/mcp.md): Connect Claude Code, Cursor, Codex, or Quor Sandbox to your wiki over MCP - [Agents & Actions](http://quor-docs/agent-wiki/automate/agents_and_actions.md): Manage the API keys your agents use to reach the wiki - [Triggers](http://quor-docs/agent-wiki/automate/triggers.md): Watch pages for changes or run on a schedule, and get notified when something matters - [Chats](http://quor-docs/agent-wiki/automate/chats.md): Ask questions and make edits in conversation - [Auto Organize](http://quor-docs/agent-wiki/automate/auto_organize.md): Let the wiki find and fix its own clutter, with your approval ## Agent Wiki / Deployment - [Docker Compose](http://quor-docs/agent-wiki/deployment/docker_compose.md): Run Agent Wiki on a single host with Docker Compose - [Kubernetes](http://quor-docs/agent-wiki/deployment/kubernetes.md): Deploy Agent Wiki to an existing cluster with the Helm chart - [Configuration](http://quor-docs/agent-wiki/deployment/configuration.md): Environment variables and runtime settings ## Agent Wiki / Admin - [Admin Overview](http://quor-docs/agent-wiki/admin/overview.md): What lives in the Agent Wiki admin console - [Language Models](http://quor-docs/agent-wiki/admin/language_models.md): Provider credentials and the model agents use - [Web Search](http://quor-docs/agent-wiki/admin/web_search.md): Give agents access to the public web - [Document Templates](http://quor-docs/agent-wiki/admin/templates.md): Named starting points for new pages - [Users & Groups](http://quor-docs/agent-wiki/admin/users_and_groups.md): Accounts, access requests, and permission groups - [Quor Integration](http://quor-docs/agent-wiki/admin/onyx_integration.md): Push documents from Quor into the wiki - [Notifications](http://quor-docs/agent-wiki/admin/notifications.md): Slack app and outbound email - [Status & Usage](http://quor-docs/agent-wiki/admin/status.md): System health and LLM usage tracking