.dockerignore
.env.example
.gitignore
.pre-commit-config.yaml
.secrets.baseline
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONSTRAINTS.md
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
README.md
SECURITY.md
codecov.yml
coverage.json
docker-compose.yml
env.example
kairix.example.config.yaml
pyproject.toml
sonar-project.properties
uv.lock
.architecture/baseline/bdd-no-implementation-leaks-files.txt
.architecture/baseline/env-reads-in-paths-files.txt
.architecture/baseline/no-env-monkeypatch-files.txt
.architecture/baseline/no-internal-patches-files.txt
.architecture/baseline/no-internal-test-imports-files.txt
.architecture/baseline/no-test-only-kwargs-files.txt
.architecture/baseline/per-file-coverage-floor-files.txt
.architecture/baseline/per-file-coverage-floor-union-files.txt
.architecture/baseline/suppressions-have-rationale-files.txt
.github/CODEOWNERS
.github/FUNDING.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature.md
.github/codeql/codeql-config.yml
.github/workflows/benchmark-gate.yml
.github/workflows/ci.yml
.github/workflows/dependency-review.yml
.github/workflows/docker-publish.yml
.github/workflows/integration.yml
.github/workflows/publish-pypi.yml
.github/workflows/reflib-benchmark-gate.yml
.github/workflows/sonar-triage.yml
Kairix_agentic_knowledge_mgt.egg-info/PKG-INFO
Kairix_agentic_knowledge_mgt.egg-info/SOURCES.txt
Kairix_agentic_knowledge_mgt.egg-info/dependency_links.txt
Kairix_agentic_knowledge_mgt.egg-info/entry_points.txt
Kairix_agentic_knowledge_mgt.egg-info/requires.txt
Kairix_agentic_knowledge_mgt.egg-info/top_level.txt
benchmark-results/contract-baseline.json
benchmark-results/reflib-contract-baseline.json
benchmark-results/reflib-gold-v3-baseline.json
docker/.env.example
docker/README.md
docker/docker-compose.yml
docker/entrypoint.sh
docker/vault-agent/Dockerfile
docker/vault-agent/entrypoint.sh
docker/vault-agent/fetch_secrets.py
docs/architecture/ENGINEERING.md
docs/architecture/cli-mcp-feature-parity.md
docs/architecture/configurable-default-scope.md
docs/architecture/eval-module-refactor.md
docs/architecture/file-watcher.md
docs/architecture/fitness-functions.md
docs/architecture/paths-di-refactor.md
docs/architecture/quality-harness-setup-guide.md
docs/architecture/reference-library-spec.md
docs/architecture/rerank-cross-encoder.md
docs/architecture/retrieval-boost-configuration.md
docs/evaluation/EVALUATION.md
docs/evaluation/evaluation-methodology.md
docs/evaluation/quality-framework.md
docs/getting-started/connecting-agents.md
docs/getting-started/quick-start.md
docs/operations/MCP-CLIENT-MIGRATION.md
docs/operations/MCP-DEPLOYMENT.md
docs/operations/OPERATIONS.md
docs/operations/runbooks/INDEX.md
docs/operations/runbooks/how-to-configure-pypi-trusted-publisher.md
docs/operations/runbooks/how-to-debug-search-ranking.md
docs/operations/runbooks/how-to-rebuild-entity-graph.md
docs/operations/runbooks/how-to-run-benchmark.md
docs/operations/runbooks/how-to-upgrade-kairix.md
docs/operations/runbooks/runbook-benchmark-regression.md
docs/operations/runbooks/runbook-embedding-lag.md
docs/operations/runbooks/runbook-vector-search-failure.md
docs/project/ROADMAP.md
docs/reference/open-knowledge-source-directory.md
docs/upgrades/v2026.5.3.md
docs/user-guide/agent-usage-guide.md
docs/user-guide/eval-guide.md
docs/user-guide/mcp-tools.md
kairix/__init__.py
kairix/_azure.py
kairix/cli.py
kairix/credentials.py
kairix/paths.py
kairix/secrets.py
kairix/text.py
kairix/utils.py
kairix/worker.py
kairix/agents/__init__.py
kairix/agents/briefing/__init__.py
kairix/agents/briefing/cli.py
kairix/agents/briefing/pipeline.py
kairix/agents/briefing/sources.py
kairix/agents/briefing/synthesiser.py
kairix/agents/briefing/writer.py
kairix/agents/curator/__init__.py
kairix/agents/curator/cli.py
kairix/agents/curator/health.py
kairix/agents/mcp/__init__.py
kairix/agents/mcp/capability_probe.py
kairix/agents/mcp/cli.py
kairix/agents/mcp/errors.py
kairix/agents/mcp/readiness.py
kairix/agents/mcp/server.py
kairix/agents/mcp/transport.py
kairix/agents/research/__init__.py
kairix/agents/research/confidence.py
kairix/agents/research/graph.py
kairix/agents/research/nodes.py
kairix/agents/research/protocols.py
kairix/agents/research/state.py
kairix/core/__init__.py
kairix/core/factory.py
kairix/core/protocols.py
kairix/core/classify/__init__.py
kairix/core/classify/cli.py
kairix/core/classify/judge.py
kairix/core/classify/router.py
kairix/core/classify/rules.py
kairix/core/db/__init__.py
kairix/core/db/fts.py
kairix/core/db/repository.py
kairix/core/db/scanner.py
kairix/core/db/schema.py
kairix/core/embed/__init__.py
kairix/core/embed/_pipeline_defaults.py
kairix/core/embed/cli.py
kairix/core/embed/date_extract.py
kairix/core/embed/deps.py
kairix/core/embed/embed.py
kairix/core/embed/pipeline.py
kairix/core/embed/recall_check.py
kairix/core/embed/schema.py
kairix/core/embed/use_cases.py
kairix/core/search/__init__.py
kairix/core/search/backends.py
kairix/core/search/bm25.py
kairix/core/search/boosts.py
kairix/core/search/budget.py
kairix/core/search/cli.py
kairix/core/search/config.py
kairix/core/search/config_loader.py
kairix/core/search/config_validator.py
kairix/core/search/fusion.py
kairix/core/search/intent.py
kairix/core/search/logger.py
kairix/core/search/pipeline.py
kairix/core/search/planner.py
kairix/core/search/registry.py
kairix/core/search/rerank.py
kairix/core/search/resolver.py
kairix/core/search/rrf.py
kairix/core/search/scope.py
kairix/core/search/tokenizer.py
kairix/core/search/vec_index.py
kairix/core/search/vector_repository.py
kairix/core/temporal/__init__.py
kairix/core/temporal/chunker.py
kairix/core/temporal/cli.py
kairix/core/temporal/index.py
kairix/core/temporal/rewriter.py
kairix/knowledge/__init__.py
kairix/knowledge/contradict/__init__.py
kairix/knowledge/contradict/cli.py
kairix/knowledge/contradict/detector.py
kairix/knowledge/contradict/extract.py
kairix/knowledge/contradict/protocols.py
kairix/knowledge/contradict/scorers.py
kairix/knowledge/entities/__init__.py
kairix/knowledge/entities/cli.py
kairix/knowledge/entities/filters.py
kairix/knowledge/entities/protocols.py
kairix/knowledge/entities/seed.py
kairix/knowledge/entities/suggest.py
kairix/knowledge/entities/validate.py
kairix/knowledge/graph/__init__.py
kairix/knowledge/graph/client.py
kairix/knowledge/graph/models.py
kairix/knowledge/graph/repository.py
kairix/knowledge/reflib/__init__.py
kairix/knowledge/reflib/catalogue.py
kairix/knowledge/reflib/cli.py
kairix/knowledge/reflib/dedup.py
kairix/knowledge/reflib/emit.py
kairix/knowledge/reflib/extract.py
kairix/knowledge/reflib/filters.py
kairix/knowledge/reflib/frontmatter.py
kairix/knowledge/reflib/loader.py
kairix/knowledge/reflib/markdown.py
kairix/knowledge/reflib/normalise.py
kairix/knowledge/reflib/resolve.py
kairix/knowledge/reflib/retrieval_config.py
kairix/knowledge/reflib/sources.py
kairix/knowledge/reflib/splitter.py
kairix/knowledge/store/__init__.py
kairix/knowledge/store/cli.py
kairix/knowledge/store/crawler.py
kairix/knowledge/store/health.py
kairix/knowledge/summaries/__init__.py
kairix/knowledge/summaries/cli.py
kairix/knowledge/summaries/generate.py
kairix/knowledge/summaries/loader.py
kairix/knowledge/summaries/staleness.py
kairix/knowledge/wikilinks/__init__.py
kairix/knowledge/wikilinks/audit.py
kairix/knowledge/wikilinks/cli.py
kairix/knowledge/wikilinks/injector.py
kairix/knowledge/wikilinks/resolver.py
kairix/platform/__init__.py
kairix/platform/llm/__init__.py
kairix/platform/llm/backends.py
kairix/platform/llm/embed_provider.py
kairix/platform/llm/protocol.py
kairix/platform/onboard/__init__.py
kairix/platform/onboard/check.py
kairix/platform/onboard/cli.py
kairix/platform/onboard/ports.py
kairix/platform/setup/__init__.py
kairix/platform/setup/agent.py
kairix/platform/setup/cli.py
kairix/platform/setup/prompts.py
kairix/platform/setup/wizard.py
kairix/platform/setup/templates/consulting.yaml
kairix/platform/setup/templates/general.yaml
kairix/platform/setup/templates/technical.yaml
kairix/quality/__init__.py
kairix/quality/benchmark/SPEC.md
kairix/quality/benchmark/__init__.py
kairix/quality/benchmark/_mock_engine.py
kairix/quality/benchmark/baseline.py
kairix/quality/benchmark/cli.py
kairix/quality/benchmark/dual_runner.py
kairix/quality/benchmark/mock_reflib_retrieval.py
kairix/quality/benchmark/mock_retrieval.py
kairix/quality/benchmark/pipeline.py
kairix/quality/benchmark/runner.py
kairix/quality/benchmark/suite.py
kairix/quality/contracts/__init__.py
kairix/quality/contracts/briefing.py
kairix/quality/contracts/embed.py
kairix/quality/contracts/entities.py
kairix/quality/contracts/search.py
kairix/quality/eval/__init__.py
kairix/quality/eval/auto_gold.py
kairix/quality/eval/cli.py
kairix/quality/eval/constants.py
kairix/quality/eval/gate.py
kairix/quality/eval/generate.py
kairix/quality/eval/gold_builder.py
kairix/quality/eval/hybrid_sweep.py
kairix/quality/eval/judge.py
kairix/quality/eval/logger.py
kairix/quality/eval/metrics.py
kairix/quality/eval/monitor.py
kairix/quality/eval/reporter.py
kairix/quality/eval/retrieval.py
kairix/quality/eval/schema.py
kairix/quality/eval/scorers.py
kairix/quality/eval/sweep.py
kairix/quality/eval/tune.py
reference-library/CATALOGUE.md
reference-library/LICENSE-NOTICES.md
reference-library/README.md
reference-library/agentic-ai/autogen-docs/faq.md
reference-library/agentic-ai/autogen-docs/readme.md
reference-library/agentic-ai/autogen-docs/support.md
reference-library/agentic-ai/autogen-docs/transparency-faqs.md
reference-library/agentic-ai/autogen-docs/docs/design/01-programming-model.md
reference-library/agentic-ai/autogen-docs/docs/design/02-topics.md
reference-library/agentic-ai/autogen-docs/docs/design/03-agent-worker-protocol.md
reference-library/agentic-ai/autogen-docs/docs/design/04-agent-and-topic-id-specs.md
reference-library/agentic-ai/autogen-docs/docs/design/05-services.md
reference-library/agentic-ai/autogen-docs/docs/design/readme.md
reference-library/agentic-ai/autogen-docs/docs/dotnet/index.md
reference-library/agentic-ai/autogen-docs/docs/dotnet/readme.md
reference-library/agentic-ai/autogen-docs/docs/dotnet/core/differences-from-python.md
reference-library/agentic-ai/autogen-docs/docs/dotnet/core/index.md
reference-library/agentic-ai/autogen-docs/docs/dotnet/core/installation.md
reference-library/agentic-ai/autogen-docs/docs/dotnet/core/protobuf-message-types.md
reference-library/agentic-ai/autogen-docs/docs/dotnet/core/tutorial.md
reference-library/agentic-ai/autogen-docs/dotnet/packaging.md
reference-library/agentic-ai/autogen-docs/dotnet/readme.md
reference-library/agentic-ai/autogen-docs/dotnet/nuget/nuget.md
reference-library/agentic-ai/autogen-docs/dotnet/nuget/readme.md
reference-library/agentic-ai/autogen-docs/dotnet/src/auto-gen.LMStudio/readme.md
reference-library/agentic-ai/autogen-docs/dotnet/src/auto-gen.SourceGenerator/readme.md
reference-library/agentic-ai/autogen-docs/dotnet/src/microsoft.AutoGen/readme.md
reference-library/agentic-ai/autogen-docs/dotnet/website/index.md
reference-library/agentic-ai/autogen-docs/dotnet/website/readme.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/agent-overview.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen-mistral-overview.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen-open-ai-overview.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/built-in-messages.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/consume-llm-server-from-lm-studio.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/create-a-user-proxy-agent.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/create-an-agent.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/create-type-safe-function-call.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/function-call-overview.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/function-call-with-ollama-and-litellm.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/function-comparison-page-between-python-auto-gen-and-autogen-net.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/getting-start.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/group-chat-overview.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/group-chat.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/installation.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/middleware-overview.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/mistral-chat-agent-count-token-usage.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/mistral-chat-agent-use-function-call.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/open-aichat-agent-connect-to-third-party-api.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/open-aichat-agent-simple-chat.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/open-aichat-agent-support-more-messages.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/open-aichat-agent-use-function-call.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/open-aichat-agent-use-json-mode.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/print-message-middleware.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/roundrobin-chat.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/run-dotnet-code.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/two-agent-chat.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/use-function-call.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/use-graph-in-group-chat.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.Gemini/chat-with-google-gemini.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.Gemini/chat-with-vertex-gemini.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.Gemini/function-call-with-gemini.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.Gemini/image-chat-with-gemini.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.Gemini/overview.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.Ollama/chat-with-llama.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.Ollama/chat-with-llava.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.SemanticKernel/auto-gen-semantic-kernel-overview.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.SemanticKernel/semantic-kernel-agent-simple-chat.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.SemanticKernel/semantic-kernel-agent-support-more-messages.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.SemanticKernel/semantic-kernel-chat-agent-simple-chat.md
reference-library/agentic-ai/autogen-docs/dotnet/website/articles/auto-gen.SemanticKernel/use-kernel-plugin-in-other-agents.md
reference-library/agentic-ai/autogen-docs/dotnet/website/release_note/0-0-16.md
reference-library/agentic-ai/autogen-docs/dotnet/website/release_note/0-0-17.md
reference-library/agentic-ai/autogen-docs/dotnet/website/release_note/0-1-0.md
reference-library/agentic-ai/autogen-docs/dotnet/website/release_note/0-2-0.md
reference-library/agentic-ai/autogen-docs/dotnet/website/release_note/update.md
reference-library/agentic-ai/autogen-docs/dotnet/website/tutorial/chat-with-an-agent.md
reference-library/agentic-ai/autogen-docs/dotnet/website/tutorial/create-agent-with-tools.md
reference-library/agentic-ai/autogen-docs/dotnet/website/tutorial/image-chat-with-agent.md
reference-library/agentic-ai/autogen-docs/dotnet/website/tutorial/use-auto-gen-net-agent-as-model-in-ag-studio.md
reference-library/agentic-ai/autogen-docs/python/readme.md
reference-library/agentic-ai/autogen-docs/python/docs/readme.md
reference-library/agentic-ai/autogen-docs/python/docs/src/index.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/index.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/installation.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/logging.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/magentic-one.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-01-migration-guide-for-v02-to-v04.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-02-what-is-v04.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-03-new-to-autogen.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-04-whats-in-this-guide.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-05-model-client.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-06-model-client-for-openai-compatible-apis.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-07-model-client-cache.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-08-assistant-agent.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-09-multi-modal-agent.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-10-user-proxy.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-11-rag-agent.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-12-instantiate-a-teachability-object-its-parameters-are-all-opt.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-13-.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-14-example-of-a-chromadbvectormemory-class.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-15-you-can-add-logic-such-as-a-document-indexer-that-adds-conte.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-16-conversable-agent-and-register-reply.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-17-register-the-reply-function.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-18-note-an-async-reply-function-will-only-be-invoked-with-async.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-19-save-and-load-agent-state.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-20-two-agent-chat.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-21-intermediate-messages-are-printed-to-the-console-directly.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-22-tool-use.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-23-register-the-tool-function-to-the-tool-caller-and-executor.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-24-chat-result.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-25-conversion-between-v02-and-v04-messages.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-26-group-chat.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-27-create-a-group-chat-with-the-writer-and-critic.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-28-create-a-group-chat-manager-to-manage-the-group-chat-use-rou.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-29-initiate-the-chat-with-the-editor-intermediate-messages-are-.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-30-group-chat-with-resume.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-31-save-and-load-group-chat-state.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-32-group-chat-with-tool-use.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-33-group-chat-with-custom-selector-stateflow.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-34-note-this-example-uses-mock-tools-instead-of-real-apis-for-d.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-35-nested-chat.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-36-sequential-chat.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-37-gptassistantagent.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-38-long-context-handling.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-39-observability-and-control.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/migration-guide-part-40-code-executors.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/examples/index.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/agentchat-user-guide/tutorial/index.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/autogenstudio-user-guide/experimental.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/autogenstudio-user-guide/faq.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/autogenstudio-user-guide/index.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/autogenstudio-user-guide/installation.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/autogenstudio-user-guide/usage.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/faqs.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/index.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/installation.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/cookbook/azure-openai-with-aad-auth.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/cookbook/index.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/cookbook/instrumenting.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/core-concepts/agent-and-multi-agent-application.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/core-concepts/agent-identity-and-lifecycle.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/core-concepts/application-stack.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/core-concepts/architecture.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/core-concepts/topic-and-subscription.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/design-patterns/intro.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/framework/logging.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/core-user-guide/framework/telemetry.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/extensions-user-guide/create-your-own.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/extensions-user-guide/discover.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/extensions-user-guide/index.md
reference-library/agentic-ai/autogen-docs/python/docs/src/user-guide/extensions-user-guide/installation.md
reference-library/agentic-ai/autogen-docs/python/packages/agbench/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/agbench/benchmarks/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/agbench/benchmarks/gaia/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/agbench/benchmarks/humaneval/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-agentchat/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-core/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-ext/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-ext/src/autogen_ext/experimental/task_centric_memory/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-ext/src/autogen_ext/tools/mcp/_host/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-magentic-one/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-studio/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-studio/frontend/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-studio/frontend/src/components/shared/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/autogen-test-utils/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/component-schema-gen/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/magentic-one-cli/readme.md
reference-library/agentic-ai/autogen-docs/python/packages/pyautogen/readme.md
reference-library/agentic-ai/autogen-docs/python/templates/new-package/cookiecutter.package_name}}/readme.md
reference-library/agentic-ai/awesome-ai-system-prompts/readme-old.md
reference-library/agentic-ai/awesome-ai-system-prompts/readme.md
reference-library/agentic-ai/awesome-ai-system-prompts/augment/readme.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-01-preamble.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-02-tool-use-formatting.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-03-tools.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-04-executecommand.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-05-readfile.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-06-createfile.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-07-editfile.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-08-searchfiles.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-09-listfiles.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-10-tool-use-examples.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-11-example-1-requesting-to-execute-a-command.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-12-example-2-requesting-to-write-to-a-file.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-13-tool-use-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-18-brainstormplan.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-19-replaceinfile.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-22-listfiles.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-24-example-1-requesting-to-execute-a-command.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-25-example-2-requesting-to-create-a-new-file.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-26-example-3-requesting-to-make-targeted-edits-to-a-file-when-r.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-27-tool-use-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-28-createfile.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-29-purpose.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-30-when-to-use.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-31-important-considerations.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-32-replaceinfile.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-33-purpose.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-34-when-to-use.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-35-advantages.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-36-choosing-the-appropriate-tool.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-37-workflow-tips.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-45-listfiles.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-46-searchcode.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-50-tool-use-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-58-listfiles.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-62-example-3-requesting-to-use-an-mcp-tool.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-63-example-4-requesting-to-access-an-mcp-resource.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-64-tool-use-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-65-connected-mcp-servers.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-74-listfiles.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-79-example-4-requesting-to-use-an-mcp-tool.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-80-example-5-requesting-to-access-an-mcp-resource.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-86-replaceinfile-preferable.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-90-choosing-the-appropriate-tool.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-91-workflow-tips.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/blackbox-agent-part-92-connected-mcp-servers.md
reference-library/agentic-ai/awesome-ai-system-prompts/blackbox.ai/readme.md
reference-library/agentic-ai/awesome-ai-system-prompts/chatgpt/4-5.md
reference-library/agentic-ai/awesome-ai-system-prompts/chatgpt/4o.md
reference-library/agentic-ai/awesome-ai-system-prompts/chatgpt/5.md
reference-library/agentic-ai/awesome-ai-system-prompts/chatgpt/dalle.md
reference-library/agentic-ai/awesome-ai-system-prompts/chatgpt/gpt-5.md
reference-library/agentic-ai/awesome-ai-system-prompts/chatgpt/study-mode-2025-07-31.md
reference-library/agentic-ai/awesome-ai-system-prompts/chatgpt/system-2025-04-16.md
reference-library/agentic-ai/awesome-ai-system-prompts/claude-code/readme.md
reference-library/agentic-ai/awesome-ai-system-prompts/clawdbot/agents.md
reference-library/agentic-ai/awesome-ai-system-prompts/clawdbot/identity.md
reference-library/agentic-ai/awesome-ai-system-prompts/clawdbot/readme.md
reference-library/agentic-ai/awesome-ai-system-prompts/clawdbot/soul.md
reference-library/agentic-ai/awesome-ai-system-prompts/cluely/default.md
reference-library/agentic-ai/awesome-ai-system-prompts/cluely/enterprise.md
reference-library/agentic-ai/awesome-ai-system-prompts/cursor/agent.md
reference-library/agentic-ai/awesome-ai-system-prompts/devin/system.md
reference-library/agentic-ai/awesome-ai-system-prompts/google/google-diffusion.md
reference-library/agentic-ai/awesome-ai-system-prompts/google-jules/prompt.md
reference-library/agentic-ai/awesome-ai-system-prompts/grok/grok-jail-break-prompt.md
reference-library/agentic-ai/awesome-ai-system-prompts/grok/grok2.md
reference-library/agentic-ai/awesome-ai-system-prompts/grok/grok3.md
reference-library/agentic-ai/awesome-ai-system-prompts/grok/grok3with-deep-search.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/agent-prompt.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-01-preamble.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-02-allowed-files.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-03-welcome-to-your-lovable-project.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-04-project-info.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-05-how-can-i-edit-this-code.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-06-step-1-clone-the-repository-using-the-projects-git-url.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-07-step-2-navigate-to-the-project-directory.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-08-step-3-install-the-necessary-dependencies.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-09-step-4-start-the-development-server-with-auto-reloading-and-.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-10-what-technologies-are-used-for-this-project.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-11-how-can-i-deploy-this-project.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-12-i-want-to-use-a-custom-domain-is-that-possible.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-13-forbidden-files.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-14-dependencies.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-15-handling-large-unchanged-code-blocks.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-16-prioritize-creating-small-focused-files-and-components.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-17-immediate-component-creation.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-18-important-rules-for-lov-write-operations.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-19-coding-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-20-common-errors-when-using-lucide-react.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-21-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-24-immediate-component-creation.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-25-important-rules-for-lov-write-operations.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-26-coding-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-27-commands.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-28-usage.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prompt-part-29-instruction-reminder.md
reference-library/agentic-ai/awesome-ai-system-prompts/loveable/prev/loveable-old.md
reference-library/agentic-ai/awesome-ai-system-prompts/manus/modules.md
reference-library/agentic-ai/awesome-ai-system-prompts/manus/prompt.md
reference-library/agentic-ai/awesome-ai-system-prompts/metaai-whatsapp/whatsapp-llama4-jul-19-2025.md
reference-library/agentic-ai/awesome-ai-system-prompts/mistral/le-chat-2025-05-29.md
reference-library/agentic-ai/awesome-ai-system-prompts/notion/wip-partial.md
reference-library/agentic-ai/awesome-ai-system-prompts/notte/prompt.md
reference-library/agentic-ai/awesome-ai-system-prompts/parahelp/manager.md
reference-library/agentic-ai/awesome-ai-system-prompts/parahelp/planning.md
reference-library/agentic-ai/awesome-ai-system-prompts/perplexity.ai/regular.md
reference-library/agentic-ai/awesome-ai-system-prompts/replit/2025-08-11/prompt.md
reference-library/agentic-ai/awesome-ai-system-prompts/replit/before-2025-08-11/system.md
reference-library/agentic-ai/awesome-ai-system-prompts/same.new/same-new.md
reference-library/agentic-ai/awesome-ai-system-prompts/security/ai-system-hardening.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-01-tool-use-formatting.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-03-launching-tasks.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-04-codeproject.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-05-svelte-code-project.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-06-thinking.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-07-diagram-blocks.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-08-math.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-09-coding-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-10-supabase-integration-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-11-neon-integration-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-12-upstash-for-redis-integration-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-13-blob-integration-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-14-grok-integration-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-15-groq-integration-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-16-fal-integration-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-17-deep-infra-integration-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-18-design-guidelines.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-19-color-system.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-20-typography.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-21-layout-structure.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-22-tailwind-implementation.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-23-visual-elements-icons.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-24-creative-decision-framework.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-25-v0-capabilities.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-26-refusals.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-27-locale-and-time.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-28-alignment.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-29-reminder-message.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-08-11-prompt-part-30-current-project.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/instructions.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-model.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-01-v0-system-prompts.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-02-introduction.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-03-general-instructions.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-04-code-project-instructions.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-05-image-and-media-handling.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-06-diagrams-and-math.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-07-other-code-blocks.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-08-quickedit.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-09-nodejs-executable.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-10-environment-variables.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-11-accessibility.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-12-refusals.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-13-citations.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-14-examples.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-15-diagrams.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-16-other-code.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-17-quickedit.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-18-nodejs-executable.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-19-math.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-20-addenvironmentvariables.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-21-v0-capabilities.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-22-domain-knowledge.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-23-sources-and-domain-knowledge.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-24-effect-hookseffect-hooks-link-for-effect-hooks.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-25-performance-hooksperformance-hooks-link-for-performance-hook.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-26-image-legacy.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-27-comparison.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-28-required-props.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-29-optional-props.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-30-describing-the-uiundefined-link-for-this-heading.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-31-your-first-componentyour-first-component-link-for-your-first.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-32-ai-sdk-overview.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-33-api-design.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-34-examples.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-35-language-model-middleware.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-36-example.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-37-refusals.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-38-current-project.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-part-39-examples.md
reference-library/agentic-ai/awesome-ai-system-prompts/v0/2025-04-05/v0-tools.md
reference-library/agentic-ai/awesome-ai-system-prompts/windsurf/2025-08-11-wave11-tools.md
reference-library/agentic-ai/awesome-ai-system-prompts/windsurf/2025-08-11-wave11.md
reference-library/agentic-ai/awesome-ai-system-prompts/windsurf/system-2025-04-20.md
reference-library/agentic-ai/awesome-ai-system-prompts/z.ai/prompt.md
reference-library/agentic-ai/dair-ai-prompts/claude.md
reference-library/agentic-ai/dair-ai-prompts/readme.md
reference-library/agentic-ai/dair-ai-prompts/guides/prompts-advanced-usage.md
reference-library/agentic-ai/dair-ai-prompts/guides/prompts-adversarial.md
reference-library/agentic-ai/dair-ai-prompts/guides/prompts-applications.md
reference-library/agentic-ai/dair-ai-prompts/guides/prompts-basic-usage.md
reference-library/agentic-ai/dair-ai-prompts/guides/prompts-chatgpt.md
reference-library/agentic-ai/dair-ai-prompts/guides/prompts-intro.md
reference-library/agentic-ai/dair-ai-prompts/guides/prompts-miscellaneous.md
reference-library/agentic-ai/dair-ai-prompts/guides/prompts-reliability.md
reference-library/agentic-ai/dair-ai-prompts/guides/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-01-language-model-evaluation-harness.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-02-latest-news.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-03-announcement.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-04-overview.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-05-install.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-06-basic-usage.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-07-set-environment-variable-pointing-to-megatron-lm-installatio.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-08-advanced-usage-tips.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-09-saving-caching-results.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-10-visualizing-results.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-11-contributing.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-12-optional-extras.md
reference-library/agentic-ai/eleutherai-lm-eval/readme-part-13-cite-as.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/api-guide.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/chat-template-readme.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/config-files.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/decontamination.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/footguns.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/interface.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/model-guide.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/new-task-guide.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/python-api.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/docs/task-guide.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/readme-part-01-tasks.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/readme-part-02-multimodal-tasks.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/aclue/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/acpbench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/aexams/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrimgsm/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrimmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrixnli/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/adr/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/afriqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/afrisenti/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/belebele/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/flores/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/injongointent/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/mafand/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/masakhaner/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/masakhanews/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/masakhapos/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/naijarc/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/nollysenti/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/ntrex/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/openai_mmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/salt/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/sib/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/uhura-arc-easy/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/afrobench/xlsum/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/agieval/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/aime/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/alghafa/copa_ar/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/alghafa/piqa_ar/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/anli/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/arab_culture/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/arab_culture_completion/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/arabic_leaderboard_complete/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/arabic_leaderboard_light/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/arabicmmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/aradice/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/arc/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/arc_mt/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/arithmetic/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/asdiv/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/babi/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/babilong/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/bangla/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/basque_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/basqueglue/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/bbh/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/bbq/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/bear/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/belebele/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/benchmarks/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/benchmarks/multimedqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/bertaqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/bhs/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/bigbench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/blimp/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/blimp_nl/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/c4/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/cabbq/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/careqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/catalan_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/ceval/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/chartqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/click/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/cmmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/cnn_dailymail/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/code_x_glue/code-text/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/commonsense_qa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/copal_id/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/coqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/crows_pairs/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/darija_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/darija_bench/darija_sentiment/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/darija_bench/darija_summarization/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/darija_bench/darija_translation/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/darija_bench/darija_transliteration/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/darijahellaswag/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/darijammlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/discrim_eval/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/drop/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/e2lmc/mmlu_early_training/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/e2lmc/noor/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/e2lmc/sciknoweval_mcqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/egyhellaswag/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/egymmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/eq_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/esbbq/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/eus_exams/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/eus_proficiency/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/eus_reading/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/eus_trivia/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/evalita_llm/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/fda/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/fld/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/french_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/galician_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/glianorex/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/global_mmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/global_piqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/glue/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/gpqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/graphwalks/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/groundcocoa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/gsm8k/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/gsm8k_platinum/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/gsm_plus/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/haerae/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/headqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/hellaswag/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/hendrycks_ethics/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/hendrycks_math/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/histoires_morales/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/hrm8k/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/humaneval/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/humaneval_infilling/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/icelandic_winogrande/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/ifeval/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/include/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/inverse_scaling/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/japanese_leaderboard/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/jfinqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/jsonschema_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/kbl/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/kmmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/kobest/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/kormedmcqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/lambada/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/lambada_cloze/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/lambada_multilingual/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/lambada_multilingual_stablelm/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/leaderboard/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/libra/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/lingoly/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/llama3/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/lm_syneval/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/logiqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/logiqa2/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/longbench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/longbench2/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mastermind/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mathqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mbpp/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mc_taco/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/med_concepts_qa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/meddialog/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mediqa_qa2019/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/medtext/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mela/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/meqsum/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/metabench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mgsm/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mimic_repsum/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/minerva_math/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mlqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mmlu-pro-plus/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mmlu-redux-spanish/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mmlu-redux/generative/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mmlu_pro/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mmlu_prox/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mmlusr/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mmmu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/moral_stories/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mts_dialog/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/multiblimp/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/mutual/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/noreval/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/noreval/ask_gec/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/noticia/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/nq_open/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/okapi/arc_multilingual/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/okapi/hellaswag_multilingual/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/okapi/truthfulqa_multilingual/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/olaph/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/openai-mmmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/openbookqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/paloma/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/paws-x/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/pile/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/pile_10k/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/piqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/pisa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/polemo2/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/portuguese_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/prost/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/pubmedqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/qa4mre/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/qasper/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/race/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/ruler/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/sciq/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/score/non-greedy.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/score/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/scrolls/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/simple_cooccurrence_bias/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/siqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/slr_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/spanish_bench/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/squad_completion/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/squadv2/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/storycloze/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/super_glue/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/swag/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/swde/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/tinybenchmarks/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/tmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/tmmluplus/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/toxigen/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/translation/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/triviaqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/truthfulqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/truthfulqa-multi/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/turblimp/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/turkishmmlu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/ulqa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/unitxt/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/unscramble/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/webqs/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/wikitext/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/winogender/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/winogrande/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/wmdp/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/wmt2016/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/wsc273/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/xcopa/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/xnli/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/xnli_eu/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/xquad/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/xstorycloze/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/xwinograd/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/lm_eval/tasks/zhoblimp/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/scripts/clean_training_data/readme.md
reference-library/agentic-ai/eleutherai-lm-eval/templates/new_yaml_task/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/agents.md
reference-library/agentic-ai/ms-gen-ai-beginners/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/00-course-setup/01-setup-cloud.md
reference-library/agentic-ai/ms-gen-ai-beginners/00-course-setup/02-setup-local.md
reference-library/agentic-ai/ms-gen-ai-beginners/00-course-setup/03-providers.md
reference-library/agentic-ai/ms-gen-ai-beginners/00-course-setup/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/01-introduction-to-genai/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/02-exploring-and-comparing-different-llms/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/03-using-generative-ai-responsibly/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/04-prompt-engineering-fundamentals/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/05-advanced-prompts/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/06-text-generation-apps/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/07-building-chat-applications/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/08-building-search-applications/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/08-building-search-applications/scripts/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/09-building-image-applications/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/10-building-low-code-ai-applications/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/11-integrating-with-function-calling/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/12-designing-ux-for-ai-applications/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/13-securing-ai-applications/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/14-the-generative-ai-application-lifecycle/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/15-rag-and-vector-databases/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/15-rag-and-vector-databases/data/frameworks.md
reference-library/agentic-ai/ms-gen-ai-beginners/15-rag-and-vector-databases/data/own-framework.md
reference-library/agentic-ai/ms-gen-ai-beginners/15-rag-and-vector-databases/data/perceptron.md
reference-library/agentic-ai/ms-gen-ai-beginners/16-open-source-models/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/17-ai-agents/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/18-fine-tuning/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/18-fine-tuning/resources.md
reference-library/agentic-ai/ms-gen-ai-beginners/19-slm/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/20-mistral/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/21-meta/readme.md
reference-library/agentic-ai/ms-gen-ai-beginners/docs/enhanced-features-roadmap.md
reference-library/agentic-ai/ms-gen-ai-beginners/docs/security-guidelines.md
reference-library/agentic-ai/ms-prompts-edu/readme.md
reference-library/agentic-ai/ms-prompts-edu/support.md
reference-library/agentic-ai/ms-prompts-edu/students/prompts/quiz-me.md
reference-library/agentic-ai/openai-cookbook/agents.md
reference-library/agentic-ai/openai-cookbook/readme.md
reference-library/agentic-ai/openai-cookbook/articles/chatgpt-agents-sales-meeting-prep.md
reference-library/agentic-ai/openai-cookbook/articles/codex-exec-plans.md
reference-library/agentic-ai/openai-cookbook/articles/gpt-oss-safeguard-guide.md
reference-library/agentic-ai/openai-cookbook/articles/how-to-work-with-large-language-models.md
reference-library/agentic-ai/openai-cookbook/articles/openai-harmony.md
reference-library/agentic-ai/openai-cookbook/articles/related-resources.md
reference-library/agentic-ai/openai-cookbook/articles/techniques-to-improve-reliability.md
reference-library/agentic-ai/openai-cookbook/articles/text-comparison-examples.md
reference-library/agentic-ai/openai-cookbook/articles/what-makes-documentation-good.md
reference-library/agentic-ai/openai-cookbook/articles/gpt-oss/handle-raw-cot.md
reference-library/agentic-ai/openai-cookbook/articles/gpt-oss/run-locally-lmstudio.md
reference-library/agentic-ai/openai-cookbook/articles/gpt-oss/run-locally-ollama.md
reference-library/agentic-ai/openai-cookbook/articles/gpt-oss/run-transformers.md
reference-library/agentic-ai/openai-cookbook/articles/gpt-oss/run-vllm.md
reference-library/agentic-ai/openai-cookbook/articles/gpt-oss/verifying-implementations.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/multi-agent-portfolio-collaboration/prompts/code-interpreter.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/multi-agent-portfolio-collaboration/prompts/editor-base.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/multi-agent-portfolio-collaboration/prompts/fundamental-base.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/multi-agent-portfolio-collaboration/prompts/macro-base.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/multi-agent-portfolio-collaboration/prompts/pm-base.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/multi-agent-portfolio-collaboration/prompts/quant-base.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/multi-agent-portfolio-collaboration/prompts/tool-retry-prompt.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/sandboxed-code-migration/migration_agent/agents.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/sandboxed-code-migration/repo_fixtures/case_summary_service/migration.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/sandboxed-code-migration/repo_fixtures/case_summary_service/readme.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/sandboxed-code-migration/repo_fixtures/support_reply_service/migration.md
reference-library/agentic-ai/openai-cookbook/examples/agents_sdk/sandboxed-code-migration/repo_fixtures/support_reply_service/readme.md
reference-library/agentic-ai/openai-cookbook/examples/chatgpt/gpt_actions_library/gpt-action-canvas.md
reference-library/agentic-ai/openai-cookbook/examples/chatgpt/gpt_actions_library/gpt-action-github.md
reference-library/agentic-ai/openai-cookbook/examples/chatgpt/gpt_actions_library/gpt-action-google-calendar.md
reference-library/agentic-ai/openai-cookbook/examples/chatgpt/gpt_actions_library/gpt-action-retool-workflow.md
reference-library/agentic-ai/openai-cookbook/examples/chatgpt/gpt_actions_library/gpt-action-salesforce-gong.md
reference-library/agentic-ai/openai-cookbook/examples/chatgpt/gpt_actions_library/gpt-action-trayai-apim.md
reference-library/agentic-ai/openai-cookbook/examples/chatgpt/gpt_actions_library/gpt-action-workday.md
reference-library/agentic-ai/openai-cookbook/examples/chatgpt/gpt_actions_library/gpt-middleware-google-cloud-function.md
reference-library/agentic-ai/openai-cookbook/examples/chatgpt/sharepoint_azure_function/using-azure-functions-and-microsoft-graph-to-query-share-point.md
reference-library/agentic-ai/openai-cookbook/examples/codex/build-code-review-with-codex-sdk.md
reference-library/agentic-ai/openai-cookbook/examples/codex/code-modernization.md
reference-library/agentic-ai/openai-cookbook/examples/codex/secure-quality-gitlab.md
reference-library/agentic-ai/openai-cookbook/examples/data/structured_outputs_articles/cnns.md
reference-library/agentic-ai/openai-cookbook/examples/data/structured_outputs_articles/llms.md
reference-library/agentic-ai/openai-cookbook/examples/data/structured_outputs_articles/moe.md
reference-library/agentic-ai/openai-cookbook/examples/deep_research_api/how_to_build_a_deep_research_mcp_server/readme.md
reference-library/agentic-ai/openai-cookbook/examples/evals/imagegen_evals/readme.md
reference-library/agentic-ai/openai-cookbook/examples/evals/imagegen_evals/editing_harness/readme.md
reference-library/agentic-ai/openai-cookbook/examples/evals/imagegen_evals/generation_harness/readme.md
reference-library/agentic-ai/openai-cookbook/examples/evals/realtime_evals/readme.md
reference-library/agentic-ai/openai-cookbook/examples/evals/realtime_evals/crawl_harness/readme.md
reference-library/agentic-ai/openai-cookbook/examples/evals/realtime_evals/results_viewer/readme.md
reference-library/agentic-ai/openai-cookbook/examples/evals/realtime_evals/run_harness/readme.md
reference-library/agentic-ai/openai-cookbook/examples/evals/realtime_evals/skills/bootstrap-realtime-eval/skill.md
reference-library/agentic-ai/openai-cookbook/examples/evals/realtime_evals/skills/bootstrap-realtime-eval/references/harness-selection.md
reference-library/agentic-ai/openai-cookbook/examples/evals/realtime_evals/walk_harness/readme.md
reference-library/agentic-ai/openai-cookbook/examples/evaluation/building-resilient-prompts-using-an-evaluation-flywheel.md
reference-library/agentic-ai/openai-cookbook/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/readme.md
reference-library/agentic-ai/openai-cookbook/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/ui/readme.md
reference-library/agentic-ai/openai-cookbook/examples/third_party/code-quality-and-security-scan-with-git-hub-actions.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/cassandra_astradb/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/elasticsearch/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/kusto/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/mongodb_atlas/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/neon/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/pinecone/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/redis/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/singlestoredb/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/supabase/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/typesense/readme.md
reference-library/agentic-ai/openai-cookbook/examples/vector_databases/weaviate/readme.md
reference-library/agentic-ai/openai-cookbook/examples/voice_solutions/running-realtime-api-speech-on-esp32-arduino-edge-runtime-elatoai.md
reference-library/agentic-ai/openai-cookbook/examples/voice_solutions/one_way_translation_using_realtime_api/readme.md
reference-library/agentic-ai/panaversity-agentic/certification.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-01-comprehensive-guide-to-dapr-agentic-cloud-ascent-daca-design.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-02-executive-summary-dapr-agentic-cloud-ascent-daca.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-03-table-of-content.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-04-introduction.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-05-what-is-daca.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-06-our-vision-agentia-world.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-07-the-technology-architecture-for-agentia-world.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-08-the-indispensable-role-of-agent-native-cloud-technologies.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-09-current-cloud-services-limitations-for-ai-agent-development.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-10-daca-architecture-overview.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-11-daca-framework-constructs.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-12-daca-deployment-stages-the-ascent.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-13-why-daca-excels-for-agentic-ai.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-14-how-daca-addresses-current-cloud-services-limitations-for-ai.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-15-where-daca-does-fill-the-holes.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-16-where-daca-only-partly-helps-or-leaves-a-gap.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-17-take-aways-for-your-architecture.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-18-daca-real-world-examples.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-19-why-these-examples-work-with-daca.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-20-conclusion.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-21-appendix-i-handling-10-million-concurrent-agents.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-22-appendix-ii-cost-estimates-for-a-basic-kubernetes-cluster.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-23-appendix-iii-daca-a-design-patter-or-framework.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-24-appendix-iv-daca-with-openai-agents-sdk-vs-langgraph.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-25-appendix-v-a2a-vs-mcp.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-26-appendix-vi-how-daca-supports-an-agent-native-cloud.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-27-appendix-vii-kafka-and-a2a.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-28-appendix-viii-applying-12-factor-agents-principles-to-the-da.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-29-mapping-cheat-sheet.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-30-three-key-observations.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-31-where-you-still-need-elbow-grease.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-32-appendix-ix-ros-2-in-daca.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-33-use-cases.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-34-deployment-considerations.md
reference-library/agentic-ai/panaversity-agentic/comprehensive-guide-daca-part-35-conclusion.md
reference-library/agentic-ai/panaversity-agentic/journey.md
reference-library/agentic-ai/panaversity-agentic/raos.md
reference-library/agentic-ai/panaversity-agentic/readme.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/readme.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/00_which_llm/readme.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/01_which_agentic_framework/readme.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/02_prompts_by_examples/readme.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/01-what-are-multi-agent-systems.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02a-email-agent-architecture.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02b-supply-chain-agent-architecture.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02c-patient-monitoring-agent-architecture.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02d-financial-trading-agent-architecture.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02e-personalized-learning-agent-architecture.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02f-blook-bank-erp-agent-architecture.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02g-shopping-cart-agent-architecture.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02h-social-media-agent-architecture.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02i-customer-acquisition-management-agent-architecture.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/02j-other-areas.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/03-technology-stack.md
reference-library/agentic-ai/panaversity-agentic/-01_lets_get_started/03_from_llms_to_stateful_long_runningl_multi_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/00_openai_api/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/00_swarm/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/01_uv/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/01_uv/00_uv_installation/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/01_uv/01_simple_application/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/01_uv/01_simple_application/my-simple-app/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/01_uv/02_packaged_application/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/01_uv/02_packaged_application/my-packaged-app/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/02_what_is_api/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/03_get_api_key/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/04_hello_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/04_hello_agent/hello_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/05_model_configuration/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/06_basic_tools/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/07_model_settings/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/07_model_settings/hello_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/08_local_context/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/09_dynamic_instructions/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/09_dynamic_instructions/hello_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/10_streaming/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/11_agent_clone/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/11_agent_clone/shallow-vs-deep-copy.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/11_agent_clone/hello_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/12_basic_tracing/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/13_agents_as_tool/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/14_basic_handsoff/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/15_advanced_tools/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/16_advanced_handoffs/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/17_structured_output/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/18_guardrails/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/19_agent_lifecycle/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/20_run_lifecycle/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/21_sesssion_memory/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/22_memory_management/01_embeddings_and_vector_search/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/22_memory_management/02_mem0_memory/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/23_custom_runner/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/01_chatbot/chainlit.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/01_chatbot/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/02_tools-chainlit/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/03_agent_as_tool_chatbot/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/04_streaming_chatbot/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/05_context_chatbot/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/06_handsoff_chatbot/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/07_guardrails_chatbot/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/25_chainlit/helloworld/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/26_external_tracing_and_basic_evals/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/26_external_tracing_and_basic_evals/basic_eval/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/27_sessions_context_engineering/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/27_sessions_context_engineering/01_context_trimming/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/27_sessions_context_engineering/02_context_summarization/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/27_sessions_context_engineering/03_postgres_sessions/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/27_sessions_context_engineering/04_redis_sessions/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/28_managed_rag_service/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/29_deployment/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/29_deployment/01_prepare_app/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/29_deployment/02_huggingface_spaces/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/29_deployment/03_docker_basics/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/29_deployment/04_cicd_auto_deploy/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/30_mcp_10x_development/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/appendix/_computer_use_example/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/appendix/_litellm/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/appendix/_rsi/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/appendix/_voice_mode/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/appendix/framework_python_syntax/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/assignments/01-agentic-ai-usecase.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/assignments/teacher_guidelines/01-feedback-framework.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/assignments/teacher_guidelines/01-grading-criteria.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/assignments/teacher_guidelines/01-sample-eval.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/agentic-rag/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/agentic-rag/advanced/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/agentic-rag/basic/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/agentic-rag/basic/agent/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/agentic-rag/basic/agent/custom_sessions/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/agentic-rag/basic/crawl4ai_examples/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/agentic-rag/basic/embeddings_examples/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/agentic-rag/basic/vectordb/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/agentic-rag/intermediate/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/bak/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/bak/agentic_rag/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/bak/payments/readme.md
reference-library/agentic-ai/panaversity-agentic/01_ai_agents_first/projects/deepsearch/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/01_rise_of_agentic_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/00_prologue/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/01_what_is_a_gpu/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/02_blackwell_gpus/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/03_cuda/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/04_tsmc/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/05_agi/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/06_compound_ai_systems/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/07_agentic_ai_stack/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/08_next_wave_humaniods/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/09_cloud_and_edge/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/10_microservices_ai_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/11_ray/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/12_ai_economics/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/02_technology_background/13_agi_light_speed/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/00_getting_started_generative_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/01_leaderboards/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/02_genai_foundations/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/02_genai_foundations/00_neural_networks/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/02_genai_foundations/01_descriminative_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/02_genai_foundations/02_generative_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/02_genai_foundations/02_generative_ai/01_gans/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/02_genai_foundations/02_generative_ai/02_deffuser/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/02_genai_foundations/02_generative_ai/03_transformers/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/03_prompt_engineering/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/04_openai_canvas/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/05_advanced_voice_mode/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/06_video_generation/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/07_compound_ai_systerms/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/08_conversational_ai_as_next_browser/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/08_conversational_ai_as_next_browser/transformation-of-browsers.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/09_ai_to_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/03_generative_ai_for_beginners/10_working_with_apps/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/00_markdown/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/01_reasoners_prompt_engineering/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/02_intro_meta_prompting/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/03_fixing_prompts/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/04_reverse_metaprompting/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/05_metaprompting_for_ai_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/06_personas_with_metaprompting/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/07_read_ai_mind_with_metaprompting/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/08_test_driven_promot_engineering/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/09_prompt_marketplace/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/10_stop_learning_prompt_engineering/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/11_ultimate_2025_guide/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/04_prompt_engineering/test_driven_promot_engineering/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/00_defining_ai_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/01_evalution_ai_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/02_agents_transform_saas/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/03_economics_of_ai_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/04_rag_vs_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/05_multi_agent_systems/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/06_components_of_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/07_next_generation_architecture/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/08_horizontals/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/09_applications/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/10_function_calling_leaderboard/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/11_prompt_engineering_for_agentic_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/02_agentic_foundations/05_ai_agents_intro/13_agentic_design_patterns/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/01_http_theory/00-http-basics.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/01_http_theory/01-http-lifecycle-example.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/01_http_theory/02-http-structured-example.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/01_http_theory/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/02_rest/01-rest-basics.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/03_json_rpc/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/01_hello_mcp_server/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/01_hello_mcp_server/hello-mcp/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/01_hello_mcp_server/postman/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/02_project_setup/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/02_project_setup/agents_sdk_cli_project/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/03_defining_tools/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/03_defining_tools/agents_sdk_cli_project/postman/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/04_implementing_client/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/04_implementing_client/class_code/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/05_defining_resources/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/05_defining_resources/class_code/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/04_fundamental_ primitives/06_working_with_prompts/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/00_mcp_transport_overview/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/01_mcp_transports/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/02_stateful_http_lifecycle/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/02_stateful_http_lifecycle/hello-mcp/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/02_stateful_http_lifecycle/postman/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/03_sampling/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/04_logging_notifications/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/05_progress/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/05_progress/mcp_code/postman/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/05_capabilities_and_transport/06_roots/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/06_openai_agents_sdk_integration/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/06_openai_agents_sdk_integration/01_agent_mcp_http/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/06_openai_agents_sdk_integration/02_caching_tool_lists/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/06_openai_agents_sdk_integration/03_static_tool_filter/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/06_openai_agents_sdk_integration/04_dynamic_tool_filters/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/06_openai_agents_sdk_integration/05_prompt_server/code/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/06_openai_agents_sdk_integration/06_agent_with_multiple_mcp_servers/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/06_openai_agents_sdk_integration/07_resources_use/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/06_openai_agents_sdk_integration/shared_mcp_server/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/07_mcp_specs/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/08_projects/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/08_projects/01_github_mcp/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/08_projects/05_marketing_mcp_servers/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/00_concepts/01-rfc-9728.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/01_protected_resource_metadata/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/02_authorization_server_metadata/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/03_dynamic_client_registration/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/04_oauth2_authorization_code_flow/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/05_pkce_implementation/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/06_token_audience_validation/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/07_error_handling/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/08_client_credentials_flow/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/09_oauth/09_security_best_practices/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/07_elicitation/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/08_completions/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/08_completions/mcp_completions_server/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/08_completions/mcp_completions_server/postman/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/09_pagination/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/09_pagination/postman/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/10_resumption/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/10_resumption/postman/postman-readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/11_cancellation/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/11_cancellation/postman/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/12_ping/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/12_ping/mcp_code/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/10_extra_stateful_capabilities/12_ping/postman/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/00_ip/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/01_tcp/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/02_udp/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/03_http2/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/04_quic/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/05_grpc/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/05_grpc/hello_grpc/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/06_webrtc/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/07_http3/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/08_webtransport/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/09_webcodecs/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/10_mqtt/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/11_sse/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/12_web_xr/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/13_websockets/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/14_future_ai_protocols/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/bak/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/bak/03_streamable_http/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/bak/04_json_rpc/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/01_mcp/extra/bak/05_mcp_streamable_http_spec/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/00_protocol_transports_spec/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/01_a2a_fundamentals/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/02_agent_executor/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/03_client_messaging/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/04_streaming_and_tasks/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/05_multi_agent_systems/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/05_multi_agent_systems/ahmad_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/05_multi_agent_systems/ameen_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/05_multi_agent_systems/friends_host/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/05_multi_agent_systems/qasim_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/06_human_in_loop/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/07_multiturn_interactions/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/08_basic_security/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/09_mcp_a2a/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/10_multimodality/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/11_push_notifications/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/12_multiple_cards/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/13_grpc_transport/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/15_security_hardening/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/02_a2a/16_a2a_inspector/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/03_nanda/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/04_llms_txt/readme.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/04_llms_txt/myproject/llms.md
reference-library/agentic-ai/panaversity-agentic/03_ai_protocols/04_llms_txt/myproject/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-01-ai-agents-vs-workflows-a-technical-comparison.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-02-introduction.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-03-definitions.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-04-key-differences-summary.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-05-purpose-and-design-intent.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-06-architecture-and-execution-patterns.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-07-flexibility-and-autonomy.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-08-use-cases.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-09-development-complexity.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-10-observability-and-control.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/01_agents_workflows/readme-part-11-conclusion-and-best-practices.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/02_building_blocks/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/03_design_patterns/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/01_fundamentals/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/02_external_storage/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/03_temporal_knowledge_graphs/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/04_neo4j_aura_db/detailed-tutorial.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/04_neo4j_aura_db/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/05_mcp_temporal_memory/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/05_mcp_temporal_memory/graphiti_mcp_server/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/01_hello_world/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/02_adding_episodes/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/03_custom_types/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/04_communities/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/05_graph_namespacing/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/06_searching/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/07_crud_operations/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/08_fact_triples/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/09_configuration/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/10_official_mcp_breakdown/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/11_teaching_agent_capstone/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/11_teaching_agent_capstone/tutorsgpt_mcp_server/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/04_augumentation_memory/06_graphiti_learning_path/12_zep_managed_memory/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/01_indexing/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/02_retrieval/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/03_ingestion_strategies/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/04_retrieval_strategies/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/05_multimodal_rag/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/06_rag_architectures/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/07_agentic_mcp_server/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/08_evaluation_metrics/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/01_vector_db/09_ragflow_platform/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/02_relational_db/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/02_relational_db/01_neon_mcp_nlp_control/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/02_relational_db/02_pgvector_hybrid_search/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/02_relational_db/03_google_mcp_toolbox/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/05_augumention_retrival/03_graph_db/readme.md
reference-library/agentic-ai/panaversity-agentic/04_building_effective_agents/06_payments_economy/readme.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-01-agentic-web-for-developers-a-comprehensive-tutorial.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-02-introduction-to-the-agentic-web.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-03-historical-evolution-from-pc-web-to-mobile-web-to-agentic-we.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-04-core-foundations-intelligence-interaction-and-economics.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-05-key-protocols-and-infrastructure-mcp-a2a-and-more.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-06-architectures-and-tools-for-building-agentic-web-application.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-07-educational-use-cases-and-examples.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-08-evaluation-and-benchmarking-of-educational-ai-agents.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-09-getting-started-and-further-resources.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-10-ranking-of-agentic-web-protocols-in-the-order-of-importance.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-11-what-is-the-agent-attention-economy.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-12-why-micropayments-matter.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-13-how-agents-would-use-micropayments-design-pattern.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-14-micropayment-rails-you-can-use-today.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-15-interledger-web-monetization-open-payments.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-16-bitcoin-lightning-network-plus-taproot-assets-for-stablecoin.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-17-putting-it-together-in-the-attention-market.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/readme-part-18-practical-guidance-short-and-actionable.md
reference-library/agentic-ai/panaversity-agentic/05a_agentic_web/videos/readme.md
reference-library/agentic-ai/panaversity-agentic/05b_agentic_browsers/readme.md
reference-library/agentic-ai/panaversity-agentic/05c_agentic_org/guide.md
reference-library/agentic-ai/panaversity-agentic/05c_agentic_org/readme.md
reference-library/agentic-ai/panaversity-agentic/06_spec_driven_vibe_coding/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/00_what_is_cloud_native/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/01_agent_native_clouds/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/02_containers/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/03_kubernetes/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/04_helm/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/05_dapr/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/06_dapr_for_agentic_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/07_argon_cd/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/08_cloud_anywhere/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/08_observability/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/09_open_core_managed_edges/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/10_cloud_design_patterns/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/10_cloud_design_patterns/01_actor_model/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/00_concepts_strategies_technologies/10_cloud_design_patterns/02_workflows/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/01_intro_fastapi/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/01_intro_fastapi/01_hello_fastapi/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/01_intro_fastapi/02_pydantic_validation/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/01_intro_fastapi/03_api_parameters/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/01_intro_fastapi/04_dependency_injection/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/01_intro_fastapi/05_pytest/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/01_intro_fastapi/06_openai_agents_with_fastapi/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/02_agent_native_cloud_setup/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/02_agent_native_cloud_setup/00_yaml_tutorial/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/02_agent_native_cloud_setup/01_rancher_installation/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/02_agent_native_cloud_setup/02_hello_containers/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/02_agent_native_cloud_setup/03_kubernetes_basics/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/02_agent_native_cloud_setup/04_helm_basics/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/03_dapr_intro/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/03_dapr_intro/01_dapr_helm/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/03_dapr_intro/02_fastapi_dapr/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/03_dapr_intro/03_hot_reloading/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/03_dapr_intro/03_hot_reloading/01_tilt_fastapi/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/03_dapr_intro/03_hot_reloading/02_tilt_dapr/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/03_dapr_intro/03_hot_reloading/03_microservice_with_sidecar/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/03_dapr_intro/04_dapr_sdk/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/04_security_fundamentals/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/04_security_fundamentals/01_configmaps/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/04_security_fundamentals/01_configmaps/hello_secure_aiapp/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/04_security_fundamentals/02_k8_secrets/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/04_security_fundamentals/03_api_endpoint_security/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/04_security_fundamentals/04_dapr_secrets/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/01_hello_actors/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/02_chat_actor/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/03_actors_communication/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/04_advanced_actor_config/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/04_advanced_actor_config/01_actor_timers/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/04_advanced_actor_config/02_actor_reminders/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/04_advanced_actor_config/03_actor_reentrancy/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/04_advanced_actor_config/04_runtime_config/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/05_actors_observability/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/01_pubsub/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/01_pubsub/03_advanced_qna_challenge/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/02_service_invocation/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/03_dapr_bindings/readme-part-01-step-3-bindingshttpsdocsdapriodeveloping-applicationsbuildin.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/03_dapr_bindings/readme-part-02-1-core-dapr-binding-concepts.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/03_dapr_bindings/readme-part-03-2-dapr-bindings-in-agentic-systems-daca-context.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/03_dapr_bindings/readme-part-04-3-hands-on-labs-dapr-bindings-in-action.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/03_dapr_bindings/readme-part-05-4-choosing-the-right-integration-approach-for-agents.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/03_dapr_bindings/readme-part-06-5-best-practices-for-using-bindings-with-ai-agents.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/03_dapr_bindings/readme-part-07-6-key-takeaways.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/03_dapr_bindings/readme-part-08-7-next-steps.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/03_dapr_bindings/readme-part-09-8-resources.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/04_jobs/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/06_event_driven_actors/05_protobuf_serialization/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/07_daca_actor_runtime/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/07_daca_actor_runtime/01_actor_foundation/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/05_agent_actors/07_daca_actor_runtime/02_base_agent_actor/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/00_starter-code/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/00_starter-code/daca-workflow/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/01_hello_workflow/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/01_hello_workflow/hello-workflow-code/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/02_architecture_theory/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/03_author_workflows/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/03_author_workflows/author-workflow-code/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/04_manage_workflows/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/05_patterns/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/05_patterns/01_task_chaining/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/05_patterns/02_fan_in_out/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/05_patterns/03_async_http_apis/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/05_patterns/04_monitor/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/05_patterns/05_external_system_interaction/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/06_dapr_workflows/06_ai_pizza_shop/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/07_security_advanced/01_oauth2_authentication/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/07_security_advanced/02_mtls_and_certificate_rotation/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/07_security_advanced/03_kubernetes_rbac_and_network_policies/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/07_security_advanced/04_actor_security/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/08_performance_optimization/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/08_performance_optimization/a2a_daca_challenge/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/01_databases/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/02_microservices_with_fastapi/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/02_microservices_with_fastapi/fastapi-daca-tutorial/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/03_dapr_state_management/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/04_service_invocation/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/06_dapr_pubsub_messaging/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/07_dapr_secrets_management/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/08_dapr_observability/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-01-16dacahitl-human-in-the-loop-hitl-integration-with-daca.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-02-what-youll-learn.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-03-prerequisites.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-04-step-1-what-is-human-in-the-loop-hitl-integration.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-05-step-2-update-the-chat-service-workflow.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-06-configure-logging.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-07-pydantic-models.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-08-sensitive-keywords-requiring-human-review.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-09-dapr-client-for-interacting-with-dapr-apis.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-10-openai-client-setup.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-11-activities-for-the-workflow.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-12-new-activity-to-check-for-sensitive-content.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-13-new-activity-to-request-human-review.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-14-new-activity-to-wait-for-human-decision.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-15-chat-workflow-with-hitl.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-16-start-the-workflow-runtime.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-17-step-3-create-the-streamlit-ui-for-human-review.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-18-configure-logging.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-19-placeholder-for-review-requests.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-20-function-to-publish-human-decision.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-21-subscribe-to-humanreviewrequired-events.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-22-run-the-subscription-in-a-background-thread.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-23-display-review-requests.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-24-use-a-base-image-with-python-39.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-25-install-uv.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-26-set-the-working-directory.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-27-copy-the-dependency-files.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-28-install-dependencies-with-uv.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-29-copy-the-application-code.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-30-expose-the-port-streamlit-will-run-on.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-31-define-the-command-to-run-the-app.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-32-step-4-update-dapr-pubsub-configuration-for-the-streamlit-ui.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-33-step-5-update-docker-composeyml-to-include-the-streamlit-ui.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-34-step-6-run-the-application-with-docker-compose.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-35-step-7-test-the-hitl-workflow.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-36-step-8-why-hitl-for-daca.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-37-step-9-next-steps.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/09_daca_hitl/readme-part-38-conclusion.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/10_hello_dapr_actors/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/11_hello_dapr_workflows/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/12_relational_sqlmodel/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/13_dapr_local_deployment/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/13_dapr_local_deployment/rancher/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/experimental/01_cryptography/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/experimental/01_state_encryption/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/experimental/02_pluggable_components/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/experimental/03_kafka_bindings/readme.md
reference-library/agentic-ai/panaversity-agentic/07_daca_agent_native_dev/backup/experimental/06_transactional outbox pattern/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/1-environment-setup/azure-container-apps-provisioning.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/1-environment-setup/dapr-sidecar-configuration.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/1-environment-setup/secrets-management-azure-key-vault.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/2-containerization/dependency-management-poetry-or-requirements.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/2-containerization/dockerfile-best-practices.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/3-ci-cd-pipeline/container-registry-integration.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/3-ci-cd-pipeline/git-hub-actions-build-and-deploy.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/4-validation-and-testing/basic-load-testing-with-k6.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/4-validation-and-testing/smoke-testing-checklist.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/5-submission-and-feedback/collecting-feedback-and-iterating.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/5-submission-and-feedback/prototype-url-sharing.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/01_prototype-deployment-serverless/xx-infrastructure-setup/database-geo-replication-strategies.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/01_cluster_provisioning/create-cluster-using-rancher-and-civo.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/01_cluster_provisioning/node-pool-configuration.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/02_gitops_and_registry/git-ops-setup-with-argo-cd.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/02_gitops_and_registry/push-images-to-registry.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/03_security_and_compliance/rbac-and-network-policies.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/03_security_and_compliance/secrets-management-kubernetes.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/03_security_and_compliance/tls-certificates-using-cert-manager.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/04_autoscaling_and_resiliency/cluster-autoscaler-configuration.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/04_autoscaling_and_resiliency/hpa-setup-for-agents.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/04_autoscaling_and_resiliency/pod-disruption-budget-and-readiness-probes.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/05_observability/centralized-logging-with-loki-or-efk.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/05_observability/enable-dapr-metrics-and-tracing.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/05_observability/install-prometheus-grafana.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/06_load_testing_and_capacity_planning/define-slos-and-slas.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/06_load_testing_and_capacity_planning/execute-load-test-k6-or-locust.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/06_load_testing_and_capacity_planning/resource-sizing-guidelines.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/07_provider_spectrum_review/civo-vs-aws-vs-azure-vs-gcp.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/07_provider_spectrum_review/finalize-civo-decision.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/02_enterprise-deployment-kubernetes/xx-infrastructure-setup/service-connections.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/01_global-cluster-federation/cross-region-data-replication.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/01_global-cluster-federation/global-load-balancing-and-traffic-management.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/01_global-cluster-federation/global-service-mesh-configuration.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/01_global-cluster-federation/kubernetes-federation-v2-guide.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/01_global-cluster-federation/multi-region-monitoring-and-observability.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/01_global-cluster-federation/setup-multi-region-clusters.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/02_geo_replication_and_traffic_management/configure-civo-global-load-balancer.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/02_geo_replication_and_traffic_management/database-geo-replication-strategies.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/03_advanced_autoscaling_and_cost_optimization/cross-region-auto-scaling.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/03_advanced_autoscaling_and_cost_optimization/use-of-spot-instances.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/04_enterprise_observability_at_scale/centralized-monitoring-aggregation.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/04_enterprise_observability_at_scale/distributed-tracing-across-regions.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/05_disaster_recovery_and_compliance/global-security-policies.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/05_disaster_recovery_and_compliance/scheduled-backup-and-restore.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/06_future_spectrum_review/hybrid-multi-cloud-planning.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/03_planetary-scale-deployment/06_future_spectrum_review/watch-emerging-global-clouds.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_01_daca_prototyping_deployment/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_02_daca_medium_scale_aca_deployment/aca-tutorial.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_02_daca_medium_scale_aca_deployment/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_03_kubernetes_tutorial/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_04_daca_planet_scale_kubernetes_deployment_on_oracle/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_05_daca_planet_scale_kubernetes_deployment_on_civo/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_06_self_hosting_llms/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_07_helm_tutorial/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_08_operator_tutorial/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_09_prometheus_tutorial/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_10_argo_cd_tutorial/readme.md
reference-library/agentic-ai/panaversity-agentic/08_daca_deployment_guide/old/old_11_istio_tutorial/readme.md
reference-library/agentic-ai/panaversity-agentic/09_ckad/readme.md
reference-library/agentic-ai/panaversity-agentic/10_agent_discovery/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/00_helloworld/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/01_magic/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/02_basics/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/03_bmi_caulculator_project/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/04_multipage_apps/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/05_session_state/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/06_layout_containers/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/07_chat_elements/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/08_status/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/09_secrets_management_native/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/10_deploy/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/11_connect/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/12_chat_app_project/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/13_openai_assistants_project/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/14_multimodal_project/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/02_streamlit/15_build_with_chatgpt/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/03_fullstack_v0_fastapi/readme.md
reference-library/agentic-ai/panaversity-agentic/11_advanced_agentic_ui/04_agents_ui/readme.md
reference-library/agentic-ai/panaversity-agentic/12_agent_to_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/13_voice_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/14_open_source_llms/readme.md
reference-library/agentic-ai/panaversity-agentic/14_open_source_llms/01_self_hosting_llms/readme.md
reference-library/agentic-ai/panaversity-agentic/14_open_source_llms/02_fine_tuning_llms/readme.md
reference-library/agentic-ai/panaversity-agentic/15_authentication/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/00_knowledge_graphs/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/01_personalization/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/02_understanding_gql/gql-basics.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/02_understanding_gql/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/03_neo4j/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/04_auradb/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/05_python_driver/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/06_graph_rag/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/07_knowledge_graphs_genai_ai_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/16_graph_query_language/08_falkordb/readme.md
reference-library/agentic-ai/panaversity-agentic/17_enterprise_features/readme.md
reference-library/agentic-ai/panaversity-agentic/18_agentia/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/01_helloworld/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/02_user_preferences/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/03_knowledge_graph/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/04_mail_processing/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/05_travel_companion/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/06_financial_advisor/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/07_project_management/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/08_fitness_management/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/09_event_planner/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/10_smart_home/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/11_degital_marketing/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/12_real_estate/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/13_ecommerce/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/14_wordpress/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/15_stock_market/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/16_erp/readme.md
reference-library/agentic-ai/panaversity-agentic/agentia_projects/17_socialmedia/readme.md
reference-library/agentic-ai/panaversity-agentic/agentic_ai_startup_roadmap/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/04_integrations_openai_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/04_integrations_openai_agents/00_agent_generated_queries/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/00_ai_agents_course/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/01_actor_model/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/02_agentchat_helloworld/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/03_tool_calling/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/04_agents_messages/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/05_teams/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/06_human_in_the_loop/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/06_human_in_the_loop/console_chat_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/07_termination/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/08_managing_state/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/09_cutom_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/10_selector_group_chat/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/11_design_patterns/openai-swarm.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/11_design_patterns/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/11_design_patterns/teams-impl.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/12_memory/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/13_serializing_components/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07a_autogen_microsoft/14_examples/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/01_intro/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/01_intro/00_python_decorators/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/01_intro/00_python_decorators/myproject/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/01_intro/01_chatgpt/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/01_intro/01_chatgpt/my_new_flow/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/01_intro/02_gemini/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/02_crew_ai_core_primitives/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/03_flows_patterns/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/03_flows_patterns/01_prompt_chaining/prompt_chaining/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/04_crews_agents_tasks/01_crews/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/04_crews_agents_tasks/01_crews/flows/project1/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/04_crews_agents_tasks/02_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/04_crews_agents_tasks/03_tasks/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/04_crews_agents_tasks/code_examples_crewai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/04_crews_agents_tasks/code_examples_crewai/01litellm/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/04_crews_agents_tasks/code_examples_crewai/02localllm/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/04_crews_agents_tasks/code_examples_crewai/03multiple_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/04_crews_agents_tasks/code_examples_crewai/05knowldge5/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/05_augmented_llms/01_llms/litellm-for-augmented-llm.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/05_augmented_llms/02_knowledge/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/05_augmented_llms/03_memory/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/05_augmented_llms/04_tools/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/06_processes/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/07_collaboration/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/08_training/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/09_planning/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/10_deployment/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/11_testing/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/12_monitoring/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/12_monitoring/monitoring_cr/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/12_monitoring/monitoring_cr/report.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/13_openai_swarm_design_patterns/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/14_flows_examples/00_poem_flow_pure_python/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/14_flows_examples/00_poem_flow_pure_python/poemflow/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/14_flows_examples/01_email_auto_responder_flow/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/14_flows_examples/02_lead-score-flow/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/14_flows_examples/03_write_a_book_with_flows/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/14_flows_examples/04_meeting_assistant_flow/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/14_flows_examples/05_self_evaluation_loop_flow/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/14_flows_examples/06_chatbot/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/14_flows_examples/07_flows_feedback_loop/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/15_payment_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/16_security/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/17_ai_agent_from_scratch/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/18_agentic_ai_app/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/19_crash_course/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/20_noob_vs-pro_tools/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/21_voice_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/22_human-input-on-execution/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/21_agentic_rag/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/21_human_input/readmd.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/22_planning/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/23_testing/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/24_deployment/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/25_observability/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/26_chatbots_flows/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/28_fullstack_nextjs_advanced/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/29_knowledge_graph/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/30_text_to_cypher_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07b_crew_ai/backup/31_latest_updates/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/00_fun_fact_city/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/00_fun_fact_city/fun_fact_city/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/01_poem_flow/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/01_poem_flow/poem_flow/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/02_concepts/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/03_design_patterns/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/03_design_patterns/augmented_llm/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/04_prompt_chaining_pattern/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/04_prompt_chaining_pattern/customer_support_email_composer/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/04_prompt_chaining_pattern/multilingual_marketing_copy/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/04_prompt_chaining_pattern/multilingual_marketing_copy/output/marketing-copy.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/04_prompt_chaining_pattern/recipe_generator/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/04_prompt_chaining_pattern/recipe_generator/output/recipe.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/05_parallelization_pattern/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/05_parallelization_pattern/hello_parallel/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/05_parallelization_pattern/prompt_evaluator/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/05_parallelization_pattern/prompt_evaluator/output/final-evaluation-report.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/05_parallelization_pattern/travel_itinerary/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/06_routing_pattern/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/06_routing_pattern/assistant_selector/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/06_routing_pattern/customer_support_request/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/07_orchestrator_worker_pattern/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/07_orchestrator_worker_pattern/personalized_health_and_fitness_plan_generator/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/07_orchestrator_worker_pattern/workflow_evaluator/output/evaluation-report.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/08_evaluator_optimizer/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/08_evaluator_optimizer/poem_flow/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/09_agent_building_blocks/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/09_agent_building_blocks/01_react_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/09_agent_building_blocks/02_agentic_rag/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/09_agent_building_blocks/03_reflection/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/09_agent_building_blocks/04_planning/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/10a_deployment/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/10a_deployment/lg_dev_mode/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/bidirectional_chatbots/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/hybrid_ui/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langchain/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langchain/-01_gemini_standalone/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langchain/00_gemini_langchain/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langchain/langchain_for_llm_application_development_deeplearningai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/agentic_projects/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/agentic_projects/00_chat_agent/requirements.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/agentic_projects/01_human_interactions/requirements.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/agentic_projects/02_browsing_ai_agent/requirements.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/chatbot/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/course-notebooks/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/langgraph_easy_tutorial/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/langgraph_easy_tutorial/01_gemini_2_mutimodal_text_live_api_helloworld/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/langgraph_easy_tutorial/02_gemini_2_live_api_multimodal_audio_helloworld/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/langgraph_easy_tutorial/03_gemini_2_live_api_tools/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/00_text_analysis_pipeline/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/01_customer_support_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/02_essay_grading_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/03_travel_planning_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/04_gif_animation_generator_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/05_tts_poem_generator_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/06_music_compositor_agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/07_quiz_system/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langgraph/projects/08_github_book/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/07c_langgraph_functional_api/18_langchain_ecosystem/langsmith/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/08_coversational_agentic_ai/education.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/08_coversational_agentic_ai/prediction.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/08_coversational_agentic_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/08a_autogen_conversational_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/08a_autogen_conversational_ai/00_single_agent/chatbot/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/08b_crewai_conversational_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/08c_langgraph_conversational_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/09a_mcp_autogen/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/09b_mcp_crewai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/09c_mcp_langgraph/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/10a_agentops_autogen/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/10b_agentops_crewai/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/10c_agentops_langgraph/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/14_realtime_voice/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/agent_prototypes/appointment-agent/readme.md
reference-library/agentic-ai/panaversity-agentic/backup_recent/xx_three_questions/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/00_jupyter_notebooks/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/01_google_colab/persistance.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/01_google_colab/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/01_google_colab/terminal.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/02_ollama/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/03_running_llama_3_1_on_colab/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/04_colab_ollama_ngrok_tunnel_remote/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/05_pyngrok/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/06_langchain_llms/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/07_gemini_api/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/08_huggingface_model/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_prototype_to_production/00_prototyping/09_pricing/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_python_syntax/dataclass.md
reference-library/agentic-ai/panaversity-agentic/other_material/01_python_syntax/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/02_agi_level3_ai_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/02_agi_level3_ai_agents/00_buiding_own_agents/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/03_open_source_llms/00_local_llm/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/03_open_source_llms/01_llama_stack/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/03_open_source_llms/02_groq/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/03_open_source_llms/03_nvidia_nim_langchain/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/03_open_source_llms/04_improving_llm_accuracy/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/04_openai_assistants_api/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/04_openai_assistants_api/00_llm_powered_apis/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/04_openai_assistants_api/01_prototype/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/04_openai_assistants_api/02_streaming_asyncronously_function_calling_fastapi/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/04_openai_assistants_api/03_challenge_project/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/05_other_agentic_frameworks/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/05_other_agentic_frameworks/crew_ai/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/05_other_agentic_frameworks/skyfire/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/06_lean_startup/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/07_ros2/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/08_latest_development/readme.md
reference-library/agentic-ai/panaversity-agentic/other_material/09_ray/readmd.md
reference-library/agentic-ai/panaversity-agentic/projects/readme.md
reference-library/agentic-ai/panaversity-agentic/startups/readme.md
reference-library/agentic-ai/panaversity-agentic/xx_real_agentic_ai/readme.md
reference-library/agentic-ai/stanford-helm/readme.md
reference-library/agentic-ai/stanford-helm/docs/adding-new-models.md
reference-library/agentic-ai/stanford-helm/docs/adding-new-scenarios.md
reference-library/agentic-ai/stanford-helm/docs/adding-new-tokenizers.md
reference-library/agentic-ai/stanford-helm/docs/benchmark.md
reference-library/agentic-ai/stanford-helm/docs/code.md
reference-library/agentic-ai/stanford-helm/docs/credentials.md
reference-library/agentic-ai/stanford-helm/docs/developer-adding-new-models.md
reference-library/agentic-ai/stanford-helm/docs/developer-setup.md
reference-library/agentic-ai/stanford-helm/docs/downloading-raw-results.md
reference-library/agentic-ai/stanford-helm/docs/editing-documentation.md
reference-library/agentic-ai/stanford-helm/docs/efficient-benchmarking.md
reference-library/agentic-ai/stanford-helm/docs/enterprise-benchmark.md
reference-library/agentic-ai/stanford-helm/docs/heim.md
reference-library/agentic-ai/stanford-helm/docs/huggingface-models.md
reference-library/agentic-ai/stanford-helm/docs/importing-custom-modules.md
reference-library/agentic-ai/stanford-helm/docs/index.md
reference-library/agentic-ai/stanford-helm/docs/installation.md
reference-library/agentic-ai/stanford-helm/docs/medhelm.md
reference-library/agentic-ai/stanford-helm/docs/models.md
reference-library/agentic-ai/stanford-helm/docs/proxy-server.md
reference-library/agentic-ai/stanford-helm/docs/reeval.md
reference-library/agentic-ai/stanford-helm/docs/reproducing-leaderboards.md
reference-library/agentic-ai/stanford-helm/docs/run-entries-configuration-files.md
reference-library/agentic-ai/stanford-helm/docs/run-entries.md
reference-library/agentic-ai/stanford-helm/docs/schemas.md
reference-library/agentic-ai/stanford-helm/docs/tutorial.md
reference-library/agentic-ai/stanford-helm/docs/vhelm.md
reference-library/agentic-ai/stanford-helm/helm-frontend/readme.md
reference-library/agentic-ai/stanford-helm/src/helm/benchmark/annotation/wildbench/eval-template-pairwise-v2.md
reference-library/agentic-ai/stanford-helm/src/helm/benchmark/annotation/wildbench/eval-template-score-v2.md
reference-library/data-and-analysis/causal-inference-handbook/readme.md
reference-library/data-and-analysis/causal-inference-handbook/causal-inference-for-the-brave-and-true/landing-page.md
reference-library/data-and-analysis/dbt-docs/agents.md
reference-library/data-and-analysis/dbt-docs/readme.md
reference-library/data-and-analysis/dbt-docs/contributing/adding-page-components.md
reference-library/data-and-analysis/dbt-docs/contributing/content-style-guide.md
reference-library/data-and-analysis/dbt-docs/contributing/content-types.md
reference-library/data-and-analysis/dbt-docs/contributing/contributor-code-of-conduct.md
reference-library/data-and-analysis/dbt-docs/contributing/lightbox.md
reference-library/data-and-analysis/dbt-docs/contributing/single-sourcing-content.md
reference-library/data-and-analysis/dbt-docs/contributing/operating-model/outline.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/best-practice-workflows.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/clone-incremental-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/custom-generic-tests.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/dbt-unity-catalog-best-practices.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/dont-nest-your-curlies.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-1-intro.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-2-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-3-build-semantic-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-4-build-metrics.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-5-advanced-metrics.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-6-terminology.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-7-semantic-structure.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-8-refactor-a-rollup.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-9-conclusion.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-handle-real-time-data/1-intro.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-handle-real-time-data/2-incremental-patterns.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-handle-real-time-data/3-warehouse-native-features.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-handle-real-time-data/4-lambda-views.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-handle-real-time-data/5-views-only-pattern.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-handle-real-time-data/6-operational-considerations.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-mesh/mesh-1-intro.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-mesh/mesh-2-who-is-dbt-mesh-for.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-mesh/mesh-3-structures.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-mesh/mesh-4-implementation.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-mesh/mesh-5-faqs.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-mesh/mesh-6-coordinate-versions.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-structure/1-guide-overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-structure/2-staging.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-structure/3-intermediate.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-structure/4-marts.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-structure/5-the-rest-of-the-project.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-style/0-how-we-style-our-dbt-projects.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-style/1-how-we-style-our-dbt-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-style/2-how-we-style-our-sql.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-style/3-how-we-style-our-python.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-style/4-how-we-style-our-jinja.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-style/5-how-we-style-our-yaml.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/how-we-style/6-how-we-style-conclusion.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/materializations/materializations-guide-1-guide-overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/materializations/materializations-guide-2-available-materializations.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/materializations/materializations-guide-3-configuring-materializations.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/materializations/materializations-guide-4-incremental-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/materializations/materializations-guide-5-best-practices.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/materializations/materializations-guide-6-examining-builds.md
reference-library/data-and-analysis/dbt-docs/website/docs/best-practices/materializations/materializations-guide-7-conclusion.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/contribute.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/join.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/contributing/contributing-coding.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/contributing/contributing-online-community.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/contributing/contributing-realtime-events.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/contributing/contributing-writing.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/code-of-conduct.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/community-rules-of-the-road.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/contributor-expectations.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/contributor-license-agreements.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/forum-guidelines.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/getting-help.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/jobs-terms-and-conditions.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/maintaining-a-channel.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/organizing-inclusive-events.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/oss-sa-projects.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/speaking-at-a-meetup.md
reference-library/data-and-analysis/dbt-docs/website/docs/community/resources/viewpoint.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/about-dbt-extension.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/about-dbt-install.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/about-dbt-lsp.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/about-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/community-adapters.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/configuration-checklist.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/configure-dbt-extension.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/connect-adapters.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/contribute-core-adapters.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-environments.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-extension-features.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-support.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/environments-in-dbt.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/get-started-dbt.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/introduction.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/supported-data-platforms.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/trusted-adapters.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud-develop-defer.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-develop-dbt.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-profiles.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/account-integrations.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/account-settings.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/billing.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/build-canvas-copilot.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/canvas-interface.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/canvas.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/cloud-cli-installation.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/configure-cloud-cli.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/copilot-chat-in-studio.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/copilot-styleguide.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/dbt-copilot-faqs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/dbt-copilot-overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/dbt-copilot.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/enable-dbt-copilot.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/migration.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/use-canvas.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/use-dbt-copilot.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/about-snowflake-native-app.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/avail-sl-integrations.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/downstream-exposures-tableau.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/downstream-exposures.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/orchestrate-exposures.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/set-up-snowflake-native-app.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/semantic-layer/excel.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/semantic-layer/gsheets.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/semantic-layer/power-bi.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud-integrations/semantic-layer/tableau.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud/about-cloud-ide.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud/about-dbt-cloud.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud/account-url-migration.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud/architecture.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud/browsers.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud/change-your-dbt-cloud-theme.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/about-cloud/tenancy.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/authenticate-azure.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/connect-azure-devops.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/connect-github.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/connect-gitlab.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/git-configuration-in-dbt-cloud.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/git-version-control.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/import-a-project-by-git-url.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/managed-repository.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/merge-conflicts.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/pr-template.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/setup-azure-service-principal.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/setup-azure-service-user.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/git/version-control-basics.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/about-network-security.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/ip-restrictions.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/aws/databricks.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/aws/overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/aws/postgres.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/aws/redshift.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/aws/self-hosted.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/aws/snowflake.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/azure/databricks.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/azure/overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/azure/postgres.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/azure/self-hosted.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/azure/snowflake.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/azure/synapse.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/gcp/bigquery.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/gcp/overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/gcp/self-hosted.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/secure/private-connectivity/gcp/snowflake.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/studio-ide/autofix-deprecations.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/studio-ide/develop-copilot.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/studio-ide/develop-in-the-cloud.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/studio-ide/git-commit-signing.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/studio-ide/ide-user-interface.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/studio-ide/keyboard-shortcuts.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/cloud/studio-ide/lint-format.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/about-dbt-ai.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/about-mcp.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/analyst-agent.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/dbt-agents.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/developer-agent.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/integrate-mcp-claude.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/integrate-mcp-cursor.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/integrate-mcp-vscode.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/mcp-available-tools.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/mcp-environment-variables.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/mcp-find-ids.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/mcp-quickstart-remote.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/mcp-troubleshooting.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/setup-local-mcp.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-ai/setup-remote-mcp.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/admin-cloud-api.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/apis-overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/authentication.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/discovery-api.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/discovery-querying.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/discovery-use-cases-and-examples.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/project-state.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/schema-discovery-about.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/service-tokens.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/sl-api-overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/sl-graphql.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/sl-jdbc.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/sl-python-sdk.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-cloud-apis/user-tokens.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2022-release-notes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-01-december-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-02-november-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-03-october-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-04-september-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-05-august-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-06-july-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-07-june-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-08-may-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-09-april-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-10-march-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-11-feb-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2023-release-notes-part-12-january-2023.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-01-preamble.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-02-december-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-03-november-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-04-october-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-05-september-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-06-august-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-07-july-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-08-june-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-09-may-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-10-april-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-11-march-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-12-february-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2024-release-notes-part-13-january-2024.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/2025-release-notes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/about-versions.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/cloud-release-tracks.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/compatible-track-changelog.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-01-preamble.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-02-april-22-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-03-new.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-04-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-05-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-06-april-15-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-07-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-08-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-09-april-8-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-10-new.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-11-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-12-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-13-april-1-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-14-new.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-15-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-16-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-17-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-18-march-25-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-19-new.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-20-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-21-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-22-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-23-march-18-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-24-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-25-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-26-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-27-march-11-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-28-new.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-29-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-30-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-31-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-32-march-4-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-33-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-34-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-35-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-36-february-25-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-37-new.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-38-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-39-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-40-february-18-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-41-new.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-42-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-43-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-44-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-45-february-11-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-46-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-47-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-48-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-49-february-4-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-50-new.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-51-enhancements.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-52-fixes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-53-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-54-january-28-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-55-january-21-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-56-january-14-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-57-january-7-2026.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-58-december-24-2025.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-59-december-17-2025.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-60-december-10-2025.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-cloud-release-notes-gen-part-61-december-3-2025.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/dbt-versions.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/experimental-features.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/product-lifecycles.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/release-notes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/upgrade-dbt-version-in-cloud.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/02-upgrading-to-fusion.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/03-upgrading-to-v1-12.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/04-upgrading-to-v1-11.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/05-upgrading-to-v1-10.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/06-upgrading-to-v1-9.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/07-upgrading-to-v1-8.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/08-upgrading-to-v1-7.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/11-older versions/09-upgrading-to-v1-6.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/11-older versions/10-upgrading-to-v1-5.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/11-older versions/12-upgrading-to-v1-4.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/11-older versions/13-upgrading-to-v1-3.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/11-older versions/14-upgrading-to-v1-2.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/11-older versions/15-upgrading-to-v1-1.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/11-older versions/16-upgrading-to-v1-0.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/core-upgrade/11-older versions/upgrading-to-dbt-utils-v1-0.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/release-notes/98-dbt-cloud-changelog-2021.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/dbt-versions/release-notes/99-dbt-cloud-changelog-2019-2020.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/about-ci.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/advanced-ci.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/artifacts.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/ci-jobs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/continuous-deployment.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/continuous-integration.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/deploy-environments.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/deploy-jobs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/deployment-overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/deployment-tools.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/hybrid-projects.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/hybrid-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/job-commands.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/job-notifications.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/job-scheduler.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/jobs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/merge-jobs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/model-notifications.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/monitor-jobs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/orchestrate-exposures.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/retry-jobs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/run-visibility.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/source-freshness.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/state-aware-about.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/state-aware-interface.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/state-aware-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/deploy/webhooks.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/access-dbt-insights.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/access-from-dbt-cloud.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/build-and-view-your-docs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/column-level-lineage.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/cost-insights.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/data-health-signals.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/data-tile.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/dbt-explorer-faqs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/dbt-insights.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/explore-cost-data.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/explore-global-nav.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/explore-multiple-projects.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/explore-projects.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/explore-your-data.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/external-metadata-ingestion.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/model-performance.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/model-query-history.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/navigate-dbt-insights.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/project-recommendations.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/set-up-cost-insights.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/explore/view-downstream-exposures.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/about-fusion-install.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/about-fusion.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/adbc.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/fusion-availability.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/fusion-networking.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/fusion-readiness.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/fusion-releases.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/fusion.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/get-started-fusion.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/new-concepts.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/supported-features.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/telemetry-observability.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/vs-compare-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/connect-data-platform-fusion/bigquery-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/connect-data-platform-fusion/databricks-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/connect-data-platform-fusion/redshift-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/connect-data-platform-fusion/salesforce-data-cloud-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/fusion/connect-data-platform-fusion/snowflake-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/local/dbt-core-environments.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/local/install-dbt.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/about-mesh.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/govern/about-model-governance.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/govern/model-access.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/govern/model-contracts.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/govern/model-versions.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/govern/project-dependencies.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/iceberg/about-catalogs.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/iceberg/apache-iceberg-support.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/iceberg/bigquery-iceberg-support.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/iceberg/databricks-iceberg-support.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/mesh/iceberg/snowflake-iceberg-support.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/running-a-dbt-project/run-your-dbt-projects.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/running-a-dbt-project/using-threads.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/use-dbt-semantic-layer/consume-metrics.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/use-dbt-semantic-layer/dbt-sl.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/use-dbt-semantic-layer/deploy-sl.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/use-dbt-semantic-layer/exports.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/use-dbt-semantic-layer/setup-sl.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/use-dbt-semantic-layer/sl-cache.md
reference-library/data-and-analysis/dbt-docs/website/docs/docs/use-dbt-semantic-layer/sl-faqs.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/account-specific-features.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/change-billing.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/change-users-license.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/cloud-upgrade-instructions.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/configurable-snapshot-path.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/dbt-specific-jinja.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/delete-users.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/find-user-id.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/git-account-in-use.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/payment-accepted.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/scim-faq.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/sso-faq.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/accounts/transfer-account.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/core/install-pip-best-practices.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/core/install-pip-os-prereqs.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/core/install-python-compatibility.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/cost optimizations/actual-vs-displayed-costs.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/cost optimizations/job-frequency.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/cost optimizations/troubleshooting-cost-data.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/docs/documenting-macros.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/docs/long-descriptions.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/docs/modify-owner-column.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/docs/sharing-documentation.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/environments/custom-branch-settings.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/environments/delete-environment-job.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/environments/diff-database-environment.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/branch-migration.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/git-migration.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/github-permissions.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/gitignore.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/gitlab-authentication.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/gitlab-selfhosted.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/gitlab-token-refresh.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/google-cloud-repo.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/managed-repo.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/git/run-on-pull.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/jinja/jinja-whitespace.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/jinja/quoting-column-names.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/jinja/which-jinja-docs.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/available-configurations.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/available-materializations.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/configurable-model-path.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/create-dependencies.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/insert-records.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/model-custom-schemas.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/removing-deleted-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/run-downtime.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/source-quotes.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/specifying-column-types.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/models/sql-dialect.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/consolidate-projects.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/dbt-source-freshness.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/define-a-column-type.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/delete-a-project.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/example-projects.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/exclude-table-from-freshness.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/multiple-resource-yml-files.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/properties-not-in-config.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/resource-yml-name.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/schema-yml-name.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/source-has-bad-name.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/source-in-different-database.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/udfs-vs-macros.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/unique-resource-names.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/which-schema.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/why-not-write-dml.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/why-so-many-macros.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project/why-version-2.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project_ref/define-private-packages.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/project_ref/indirectly-reference-upstream-model.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/runs/checking-logs.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/runs/failed-tests.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/runs/running-models-downstream-of-source.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/runs/sao-difference-core.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/runs/snapshot-frequency.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/seeds/configurable-data-path.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/seeds/full-refresh-seed.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/seeds/load-raw-data-with-seed.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/seeds/seed-custom-schemas.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/seeds/seed-datatypes.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/snapshots/snapshot-schema-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/snapshots/snapshot-target-is-not-a-snapshot-table.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/snapshots/snapshotting-freshness-for-one-source.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/tests/available-tests.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/tests/configurable-data-test-path.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/tests/custom-test-thresholds.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/tests/recommended-tests.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/tests/test-one-model.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/tests/testing-seeds.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/tests/testing-sources.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/tests/uniqueness-two-columns.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/access-gdrive-credential.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/could-not-parse-project.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/dispatch-could-not-find-package.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/error-importing-repo.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/failed-snowflake-oauth-connection.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/generate-har-file.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/git-revlist-error.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/gitignore.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/gitlab-authentication.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/gitlab-webhook.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/ide-freezes-lineage-tab-opened.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/ide-session-unknown-error.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/ip-restrictions.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/job-memory-limits.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/nonetype-ide-error.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/partial-parsing-error.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/refresh-snowflake-oauth-credentials.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/runtime-error-could-not-find-profile.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/runtime-packages-yml.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/sl-alpn-error.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/sql-errors.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/troubleshooting/unused-model-configurations.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/warehouse/bq-impersonate-service-account-setup.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/warehouse/bq-impersonate-service-account-why.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/warehouse/connecting-to-two-dbs-not-allowed.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/warehouse/database-privileges.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/warehouse/db-connection-dbt-compile.md
reference-library/data-and-analysis/dbt-docs/website/docs/faqs/warehouse/loading-data.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-01-introduction.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-02-prerequisites.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-03-build-a-new-adapter.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-04-test-your-adapter.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-05-seedsmyseedcsv.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-06-modelsmymodelsql.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-07-modelsmymodelyml.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-08-our-file-contents.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-09-class-must-begin-with-test.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-10-import-the-standard-functional-fixtures-as-a-plugin.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-11-note-fixtures-with-session-scope-need-to-be-local.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-12-the-profile-dictionary-used-to-write-out-profilesyml.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-13-dbt-will-supply-a-unique-schema-per-test-so-we-do-not-specif.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-14-set-the-datatype-of-the-name-column-in-the-added-seed-so-it.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-15-can-hold-the-update-thats-added.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-16-using-pytestmarkskipprofileapachespark-uses-the-skipbyprofil.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-17-autouse-fixture-below.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-18-snapshots-require-access-to-the-delta-file-format-available-.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-19-so-lets-skip-on-apache-spark.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-20-document-a-new-adapter.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-21-promote-a-new-adapter.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/adapter-creation-part-22-build-a-trusted-adapter.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/airflow-and-dbt-cloud.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/analyze-data-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/athena-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/azure-synapse-analytics-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/bigquery-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/building-packages.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/canvas-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/config.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/core-migration-1.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/core-migration-2.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/core-migration-3.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/create-new-materializations.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/custom-cicd-pipelines.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/customize-schema-alias.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/databricks-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-models-on-databricks.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-bigframes.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-01-introduction.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-02-configure-snowflake.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-03-connect-to-data-source.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-04-configure-dbt.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-05-change-development-schema-name-and-navigate-the-ide.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-06-create-branch-and-set-up-project-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-07-create-folders-and-organize-files.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-08-create-source-and-staging-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-09-transform-sql.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-10-running-dbt-python-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-11-prepare-for-machine-learning-cleaning-encoding-and-splits.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-12-training-a-model-to-predict-in-machine-learning.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-13-test-your-data-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-14-document-your-dbt-project.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dbt-python-snowpark-part-15-deploy-your-code.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/debug-errors.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/debug-schema-names.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/dremio-lakehouse.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/duckdb-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/explorer-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/fusion-package-compat.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/fusion-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/fusion-upgrade-prepare.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/fusion-upgrade.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/how-to-use-databricks-workflows-to-run-dbt-cloud-jobs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/manual-install-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/mesh-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/mf-time-spine.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/microsoft-fabric-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/migrate-from-spark-to-databricks.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/migrate-from-stored-procedures.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/productionize-your-dbt-databricks-project.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/prompt-cookbook.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/redshift-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/refactoring-legacy-sql.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/serverless-datadog.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/serverless-pagerduty.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/set-up-ci.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/set-up-your-databricks-dbt-project.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-partner-integration-guide.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-01-preamble.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-02-introduction.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-03-create-new-snowflake-worksheet-and-set-up-environment.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-04-connect-dbt-to-snowflake.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-05-set-up-dbt-project.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-06-build-your-dbt-project.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-07-create-semantic-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-08-define-metrics-and-add-a-second-semantic-model.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-09-newly-added.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-10-test-and-query-metrics.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-11-run-a-production-job.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-12-administer-the-semantic-layer.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-13-query-the-semantic-layer.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/sl-snowflake-qs-part-14-whats-next.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/snowflake-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/starburst-galaxy-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/teradata-qs.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/using-jinja.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/zapier-ms-teams.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/zapier-refresh-mode-report.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/zapier-refresh-tableau-workbook.md
reference-library/data-and-analysis/dbt-docs/website/docs/guides/zapier-slack.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/advanced-config-usage.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/analysis-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/changes-overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/configs-and-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/data-test-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-classes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-commands.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-project-yml.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbtignore.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/define-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/define-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/deprecations.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dimension-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/events-logging.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/exit-codes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/exposure-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/function-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/function-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/macro-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/metric-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/model-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/model-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/parsing.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/programmatic-invocations.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/references-overview.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/seed-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/seed-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/semantic-layer-reference.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/semantic-model-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/snapshot-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/snapshot-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/source-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/source-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/artifacts/catalog-json.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/artifacts/dbt-artifacts.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/artifacts/manifest-json.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/artifacts/other-artifacts.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/artifacts/run-results-json.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/artifacts/sl-manifest.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/artifacts/sources-json.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/build.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/clean.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/clone.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/cmd-docs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/compile.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/dbt-environment.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/debug.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/deps.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/init.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/invocation.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/list.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/parse.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/retry.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/rpc.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/run-operation.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/run.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/seed.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/show.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/snapshot.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/source.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/test.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/commands/version.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/database-permissions/about-database-permissions.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/database-permissions/databricks-permissions.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/database-permissions/postgres-permissions.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/database-permissions/redshift-permissions.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/database-permissions/snowflake-permissions.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/adapter.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/as-bool.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/as-native.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/as-number.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/builtins.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/config.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/cross-database-macros.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/dbt-project-yml-context.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/dbt-version.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/debug-method.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/dispatch.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/doc.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/env-var.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/exceptions.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/execute.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/flags.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/fromjson.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/fromyaml.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/graph.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/invocation-id.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/local-md5.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/log.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/model.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/modules.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/on-run-end-context.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/packages-yml.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/print.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/profiles-yml-context.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/project-name.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/properties-yml-context.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/ref.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/return.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/run-query.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/run-started-at.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/schemas.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/selected-resources.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/set.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/source.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/statement-blocks.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/target.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/this.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/thread-id.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/tojson.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/toyaml.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/var.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/dbt-jinja-functions/zip.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/about-global-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/adapter-behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/behavior-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/bigquery-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/cache.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/command-line-options.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/databricks-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/environment-variable-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/failing-fast.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/indirect-selection.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/json-artifacts.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/logs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/parsing.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/print-output.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/project-flags.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/record-timing-info.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/redshift-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/resource-type.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/snowflake-changes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/sqlparse.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/static-analysis-flag.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/usage-stats.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/version-compatibility.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/global-configs/warnings.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/configure-state.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/defer.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/exclude.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/graph-operators.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/methods.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/putting-it-together.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/set-operators.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/state-comparison-caveats.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/state-selection.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/syntax.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/test-selection-examples.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/node-selection/yaml-selectors.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/analysis-paths.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/asset-paths.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/clean-targets.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/dispatch-config.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/docs-paths.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/function-paths.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/macro-paths.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/model-paths.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/name.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/on-run-start-on-run-end.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/packages-install-path.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/profile.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/query-comment.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/quoting.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/require-dbt-version.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/seed-paths.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/snapshot-paths.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/test-paths.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/project-configs/version.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/access.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/alias.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/athena-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/azuresynapse-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/batch-size.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/begin.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/bigquery-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/check-cols.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/clickhouse-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/column-types.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/contract.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/database.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-01-configuring-tables.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-02-configuring-columns.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-03-incremental-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-04-python-model-configuration.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-05-dbtprojectyml.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-06-selecting-compute-per-model.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-08-query-tags.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-09-default-file-format-configurations.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-10-materialized-views-and-streaming-tables.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/databricks-configs-part-11-setting-table-properties.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/dbt-valid-to-current.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/delimiter.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/deltastream-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/docs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/doris-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/duckdb-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/enabled.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/entry-point.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/event-time.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/exasol-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/fabric-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/fabricspark-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/fail-calc.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/firebolt-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/freshness.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/full-refresh.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/glue-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/grants.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/greenplum-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/group.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/hard-deletes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/hive-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/ibm-netezza-config.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/impala-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/infer-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/invalidate-hard-deletes.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/limit.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/lookback.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/materialize-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/materialized.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/meta.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/mindsdb-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/mssql-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/no-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/on-configuration-change.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/oracle-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/packages.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/persist-docs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/plus-prefix.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/postgres-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/pre-hook-post-hook.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/quote-columns.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/redshift-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/resource-path.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/runtime-version.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/salesforce-data-cloud-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/schema.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/severity.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/singlestore-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snapshot-meta-column-names.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snapshot-name.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snapshots-jinja-legacy.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-01-iceberg-table-format.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-02-dynamic-tables.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-03-semantic-views.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-04-temporary-tables.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-05-transient-tables.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-06-query-tags.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-07-merge-behavior-incremental-models.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-08-configuring-table-clustering.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-09-python-model-configuration.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-10-configuring-virtual-warehouses.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-11-override-the-snowflake-virtual-warehouse-for-just-this-model.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-12-copying-grants.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-13-setting-row-access-policies.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-14-configuring-table-tags.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-15-secure-views.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-16-source-freshness-known-limitation.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/snowflake-configs-part-17-pagination-for-object-results.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/spark-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/sql-header.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/starrocks-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/static-analysis.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/store-failures-as.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/store-failures.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/strategy.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/tags.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/target-database.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/target-schema.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/teradata-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/trino-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/type.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/unique-key.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/updated-at.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/upsolver-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/vertica-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/volatility.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/watsonx-presto-config.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/watsonx-spark-config.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/where.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-configs/yellowbrick-configs.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/anchors.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/arguments.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/columns.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/concurrent-batches.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/config.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/constraints.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/data-formats.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/data-tests.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/data-types.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/database.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/deprecation-date.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/description.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/external.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/freshness.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/function-arguments.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/identifier.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/latest-version.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/loader.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/overrides.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/quoting.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/returns.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/schema.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/unit-test-input.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/unit-test-overrides.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/unit-testing-versions.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/unit-tests.md
reference-library/data-and-analysis/dbt-docs/website/docs/reference/resource-properties/versions.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/aggregate-functions/sql-array-agg.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/aggregate-functions/sql-avg.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/aggregate-functions/sql-count.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/aggregate-functions/sql-max.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/aggregate-functions/sql-min.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/aggregate-functions/sql-round.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/aggregate-functions/sql-sum.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/clauses/sql-having.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/clauses/sql-limit.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/clauses/sql-order-by.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/clauses/sql-where.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/data-type/sql-data-types.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/data-type/sql-strings.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/date-functions/sql-date-trunc.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/date-functions/sql-dateadd.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/date-functions/sql-datediff.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/date-functions/sql-datepart.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/joins/sql-cross-join.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/joins/sql-full-outer-join.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/joins/sql-inner-join.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/joins/sql-left-join.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/joins/sql-right-join.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/joins/sql-self-join.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/operators/sql-and.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/operators/sql-any-all.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/operators/sql-between.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/operators/sql-ilike.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/operators/sql-in.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/operators/sql-like.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/operators/sql-not.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/operators/sql-or.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/other/sql-cast.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/other/sql-comments.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/statements/sql-case-statement.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/statements/sql-distinct.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/statements/sql-from.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/statements/sql-group-by.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/statements/sql-select.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/string-functions/sql-concat.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/string-functions/sql-lower.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/string-functions/sql-trim.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/string-functions/sql-upper.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/window-functions/sql-rank.md
reference-library/data-and-analysis/dbt-docs/website/docs/sql-reference/window-functions/sql-row-number.md
reference-library/data-and-analysis/dbt-docs/website/docs/terms/hover-terms.md
reference-library/data-and-analysis/dbt-docs/website/snippets/about-external-oauth.md
reference-library/data-and-analysis/dbt-docs/website/snippets/about-fusion.md
reference-library/data-and-analysis/dbt-docs/website/snippets/active-auto-exposures-overview.md
reference-library/data-and-analysis/dbt-docs/website/snippets/adapters-trusted.md
reference-library/data-and-analysis/dbt-docs/website/snippets/analyst-agents-copilot.md
reference-library/data-and-analysis/dbt-docs/website/snippets/auth0-uri.md
reference-library/data-and-analysis/dbt-docs/website/snippets/auto-exposures-considerations-tb.md
reference-library/data-and-analysis/dbt-docs/website/snippets/auto-exposures-view.md
reference-library/data-and-analysis/dbt-docs/website/snippets/available-git-providers.md
reference-library/data-and-analysis/dbt-docs/website/snippets/aws-private-connectivity-matrix.md
reference-library/data-and-analysis/dbt-docs/website/snippets/azure-private-connectivity-matrix.md
reference-library/data-and-analysis/dbt-docs/website/snippets/bastion-server.md
reference-library/data-and-analysis/dbt-docs/website/snippets/bigquery-permissions.md
reference-library/data-and-analysis/dbt-docs/website/snippets/canvas-prerequisites.md
reference-library/data-and-analysis/dbt-docs/website/snippets/change-environment.md
reference-library/data-and-analysis/dbt-docs/website/snippets/cloud-cli-relative-path.md
reference-library/data-and-analysis/dbt-docs/website/snippets/cloud-environments-info.md
reference-library/data-and-analysis/dbt-docs/website/snippets/cloud-feature-parity.md
reference-library/data-and-analysis/dbt-docs/website/snippets/cloud-license-types.md
reference-library/data-and-analysis/dbt-docs/website/snippets/command-line-variables.md
reference-library/data-and-analysis/dbt-docs/website/snippets/compare-changes-table.md
reference-library/data-and-analysis/dbt-docs/website/snippets/compare-changes-tldr.md
reference-library/data-and-analysis/dbt-docs/website/snippets/config-dbt-version-check.md
reference-library/data-and-analysis/dbt-docs/website/snippets/configs-properties.md
reference-library/data-and-analysis/dbt-docs/website/snippets/connection-profiles.md
reference-library/data-and-analysis/dbt-docs/website/snippets/constraints-table.md
reference-library/data-and-analysis/dbt-docs/website/snippets/contract-support.md
reference-library/data-and-analysis/dbt-docs/website/snippets/core-migration-table.md
reference-library/data-and-analysis/dbt-docs/website/snippets/core-version-support.md
reference-library/data-and-analysis/dbt-docs/website/snippets/core-versions-table.md
reference-library/data-and-analysis/dbt-docs/website/snippets/creation-precedence.md
reference-library/data-and-analysis/dbt-docs/website/snippets/dbt-connection-support-fusion.md
reference-library/data-and-analysis/dbt-docs/website/snippets/dbt-connection-support.md
reference-library/data-and-analysis/dbt-docs/website/snippets/dbt-directory-faq.md
reference-library/data-and-analysis/dbt-docs/website/snippets/dbt-framework.md
reference-library/data-and-analysis/dbt-docs/website/snippets/define-groups.md
reference-library/data-and-analysis/dbt-docs/website/snippets/delete-environment.md
reference-library/data-and-analysis/dbt-docs/website/snippets/delete-job.md
reference-library/data-and-analysis/dbt-docs/website/snippets/developer-agent-studio-setup.md
reference-library/data-and-analysis/dbt-docs/website/snippets/enterprise-permissions-table.md
reference-library/data-and-analysis/dbt-docs/website/snippets/entra-id-get-token.md
reference-library/data-and-analysis/dbt-docs/website/snippets/env-file-considerations.md
reference-library/data-and-analysis/dbt-docs/website/snippets/env-var-secrets.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-availability.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-dwh.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-key-pair.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-lifecycle-callout.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-manual-install.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-migration-readiness-panel.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-migration-workflow.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-missing-features.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-package-compatibility.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-prereqs.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-supported-packages.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-threads.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-troubleshooting.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-upgrade-steps.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-warehouse-permissions-bigquery.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-warehouse-permissions-databricks.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-warehouse-permissions-redshift.md
reference-library/data-and-analysis/dbt-docs/website/snippets/fusion-warehouse-permissions-snowflake.md
reference-library/data-and-analysis/dbt-docs/website/snippets/gcp-private-connectivity-matrix.md
reference-library/data-and-analysis/dbt-docs/website/snippets/generate-metadata.md
reference-library/data-and-analysis/dbt-docs/website/snippets/git-providers-supporting-ci.md
reference-library/data-and-analysis/dbt-docs/website/snippets/grants-vs-access-to.md
reference-library/data-and-analysis/dbt-docs/website/snippets/hard-deletes.md
reference-library/data-and-analysis/dbt-docs/website/snippets/incremental-predicates.md
reference-library/data-and-analysis/dbt-docs/website/snippets/indirect-selection-definitions.md
reference-library/data-and-analysis/dbt-docs/website/snippets/install-dbt-extension.md
reference-library/data-and-analysis/dbt-docs/website/snippets/latest-yaml-spec-availability.md
reference-library/data-and-analysis/dbt-docs/website/snippets/legacy-snapshot-config.md
reference-library/data-and-analysis/dbt-docs/website/snippets/license-count.md
reference-library/data-and-analysis/dbt-docs/website/snippets/load-data.md
reference-library/data-and-analysis/dbt-docs/website/snippets/long-sessions-cli.md
reference-library/data-and-analysis/dbt-docs/website/snippets/lsp-features.md
reference-library/data-and-analysis/dbt-docs/website/snippets/manifest-versions.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-claude-local-json-expandables.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-config-files.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-credit-usage.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-faq-execute-sql.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-faq-multicell.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-faq-oauth.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-faq-server-not-starting.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-faq-toolset-disabled.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-faq-urls-vs-ids.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-faq-uvx.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-faq-wsl.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-qs-local.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mcp-qs-platform.md
reference-library/data-and-analysis/dbt-docs/website/snippets/mesh-cycle-detection.md
reference-library/data-and-analysis/dbt-docs/website/snippets/metadata-api-prerequisites.md
reference-library/data-and-analysis/dbt-docs/website/snippets/metrics-dependencies.md
reference-library/data-and-analysis/dbt-docs/website/snippets/model-governance-rollback.md
reference-library/data-and-analysis/dbt-docs/website/snippets/model-performance.md
reference-library/data-and-analysis/dbt-docs/website/snippets/model-version-callout.md
reference-library/data-and-analysis/dbt-docs/website/snippets/new-sl-changes.md
reference-library/data-and-analysis/dbt-docs/website/snippets/new-sl-setup.md
reference-library/data-and-analysis/dbt-docs/website/snippets/open-ai-project-region.md
reference-library/data-and-analysis/dbt-docs/website/snippets/overwrites-the-manifest.md
reference-library/data-and-analysis/dbt-docs/website/snippets/packages-or-dependencies.md
reference-library/data-and-analysis/dbt-docs/website/snippets/private-connectivity-matrix.md
reference-library/data-and-analysis/dbt-docs/website/snippets/privatelink-cross-zone-load-balancing.md
reference-library/data-and-analysis/dbt-docs/website/snippets/privatelink-troubleshooting.md
reference-library/data-and-analysis/dbt-docs/website/snippets/profiles-yml.md
reference-library/data-and-analysis/dbt-docs/website/snippets/python-compatibility-matrix.md
reference-library/data-and-analysis/dbt-docs/website/snippets/recommendation-overwriting-manifest.md
reference-library/data-and-analysis/dbt-docs/website/snippets/render-method.md
reference-library/data-and-analysis/dbt-docs/website/snippets/run-result.md
reference-library/data-and-analysis/dbt-docs/website/snippets/setting-flags.md
reference-library/data-and-analysis/dbt-docs/website/snippets/setup-pages-intro.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-connect-and-query-api.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-course.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-create-semanticmodel.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-custom-granularity.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-dbt-mesh-faq.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-define-metrics.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-env-vars.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-excel-gsheets.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-faqs.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-measures-parameters.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-mesh-latest-spec.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-partner-links.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-run-prod-job.md
reference-library/data-and-analysis/dbt-docs/website/snippets/sl-test-and-query-metrics.md
reference-library/data-and-analysis/dbt-docs/website/snippets/snowflake-column-size.md
reference-library/data-and-analysis/dbt-docs/website/snippets/snowflake-oauth-with-pl.md
reference-library/data-and-analysis/dbt-docs/website/snippets/state-modified-compare.md
reference-library/data-and-analysis/dbt-docs/website/snippets/tutorial-add-tests-to-models.md
reference-library/data-and-analysis/dbt-docs/website/snippets/tutorial-document-your-models.md
reference-library/data-and-analysis/dbt-docs/website/snippets/tutorial-next-steps-tests.md
reference-library/data-and-analysis/dbt-docs/website/snippets/tutorial-sql-query.md
reference-library/data-and-analysis/dbt-docs/website/snippets/unit-tests-prereqs.md
reference-library/data-and-analysis/dbt-docs/website/snippets/use-copilot-edit-code.md
reference-library/data-and-analysis/dbt-docs/website/snippets/use-copilot-resources.md
reference-library/data-and-analysis/dbt-docs/website/snippets/use-copilot-ve.md
reference-library/data-and-analysis/dbt-docs/website/snippets/v2-sl-prerequisites.md
reference-library/data-and-analysis/dbt-docs/website/snippets/validate-macro-args.md
reference-library/data-and-analysis/dbt-docs/website/snippets/volatility-definition.md
reference-library/data-and-analysis/dbt-docs/website/snippets/warehouse-volatility.md
reference-library/data-and-analysis/dbt-docs/website/snippets/webhook-guide-zapier-secret-store.md
reference-library/data-and-analysis/dbt-docs/website/snippets/what-is-dbt-intro.md
reference-library/data-and-analysis/dbt-docs/website/snippets/what-is-mesh.md
reference-library/data-and-analysis/dbt-docs/website/snippets/whitespace-control.md
reference-library/data-and-analysis/dbt-docs/website/snippets/quickstarts/change-way-model-materialized.md
reference-library/data-and-analysis/dbt-docs/website/snippets/quickstarts/delete-example-models.md
reference-library/data-and-analysis/dbt-docs/website/snippets/quickstarts/schedule-a-job.md
reference-library/data-and-analysis/dbt-docs/website/src/animations/manim/readme.md
reference-library/data-and-analysis/dbt-docs/website/src/animations/tape/readme.md
reference-library/data-and-analysis/growthbook-docs/claude.md
reference-library/data-and-analysis/growthbook-docs/readme.md
reference-library/data-and-analysis/growthbook-docs/.cursor/rules/development-guidelines.md
reference-library/data-and-analysis/growthbook-docs/.cursor/rules/package-boundaries.md
reference-library/data-and-analysis/growthbook-docs/.cursor/rules/permissions.md
reference-library/data-and-analysis/growthbook-docs/.cursor/rules/project-overview.md
reference-library/data-and-analysis/growthbook-docs/.cursor/rules/backend/api-patterns.md
reference-library/data-and-analysis/growthbook-docs/.cursor/rules/backend/legacy-model-migration-patterns.md
reference-library/data-and-analysis/growthbook-docs/.cursor/rules/backend/model-patterns.md
reference-library/data-and-analysis/growthbook-docs/.cursor/rules/frontend/data-fetching.md
reference-library/data-and-analysis/growthbook-docs/.cursor/rules/frontend/react-patterns.md
reference-library/data-and-analysis/growthbook-docs/charts/growthbook/readme.md
reference-library/data-and-analysis/growthbook-docs/docs/readme.md
reference-library/data-and-analysis/growthbook-docs/docs/src/partials/event-webhook/event-webhook-list.md
reference-library/data-and-analysis/growthbook-docs/docs/src/styles/components/readme.md
reference-library/data-and-analysis/growthbook-docs/docs/src/utils/readme.md
reference-library/data-and-analysis/growthbook-docs/plop-templates/readme.md
reference-library/data-and-analysis/mlops-guide/readme.md
reference-library/data-and-analysis/mlops-guide/docs/glossary.md
reference-library/data-and-analysis/mlops-guide/docs/index.md
reference-library/data-and-analysis/mlops-guide/docs/cicd/cml-deploy.md
reference-library/data-and-analysis/mlops-guide/docs/cicd/cml-testing.md
reference-library/data-and-analysis/mlops-guide/docs/cicd/tests.md
reference-library/data-and-analysis/mlops-guide/docs/deployment/index.md
reference-library/data-and-analysis/mlops-guide/docs/infraestrutura/auth/index.md
reference-library/data-and-analysis/mlops-guide/docs/infraestrutura/python/index.md
reference-library/data-and-analysis/mlops-guide/docs/infraestrutura/terraform/index.md
reference-library/data-and-analysis/mlops-guide/docs/mlops/cicdml/index.md
reference-library/data-and-analysis/mlops-guide/docs/mlops/data/index.md
reference-library/data-and-analysis/mlops-guide/docs/mlops/featurestore/index.md
reference-library/data-and-analysis/mlops-guide/docs/mlops/monitoring/index.md
reference-library/data-and-analysis/mlops-guide/docs/mlops/pipelineautomation/index.md
reference-library/data-and-analysis/mlops-guide/docs/openscale/index.md
reference-library/data-and-analysis/mlops-guide/docs/structure/project-structure.md
reference-library/data-and-analysis/mlops-guide/docs/structure/starting.md
reference-library/data-and-analysis/mlops-guide/docs/testes/index.md
reference-library/data-and-analysis/mlops-guide/docs/versionamento/basic-dvc.md
reference-library/data-and-analysis/mlops-guide/docs/versionamento/index.md
reference-library/data-and-analysis/mlops-guide/docs/versionamento/pipelines-dvc.md
reference-library/data-and-analysis/mlops-guide/docs/workflow/index.md
reference-library/data-and-analysis/posthog-docs/agents.md
reference-library/data-and-analysis/posthog-docs/readme.md
reference-library/data-and-analysis/posthog-docs/styleguide.md
reference-library/data-and-analysis/posthog-docs/warp.md
reference-library/data-and-analysis/posthog-docs/.vale/readme.md
reference-library/data-and-analysis/posthog-docs/agents/apps.md
reference-library/data-and-analysis/posthog-docs/agents/components.md
reference-library/data-and-analysis/posthog-docs/agents/data.md
reference-library/data-and-analysis/posthog-docs/agents/styling.md
reference-library/data-and-analysis/posthog-docs/agents/windows.md
reference-library/data-and-analysis/posthog-docs/contents/docs/feature-flag-use-cases.md
reference-library/data-and-analysis/posthog-docs/contents/docs/sdk-doctor.md
reference-library/data-and-analysis/posthog-docs/contents/docs/support-options.md
reference-library/data-and-analysis/posthog-docs/contents/docs/advanced/browser-extension.md
reference-library/data-and-analysis/posthog-docs/contents/docs/advanced/cdp.md
reference-library/data-and-analysis/posthog-docs/contents/docs/advanced/content-security-policy.md
reference-library/data-and-analysis/posthog-docs/contents/docs/billing/common-questions.md
reference-library/data-and-analysis/posthog-docs/contents/docs/billing/limits-alerts.md
reference-library/data-and-analysis/posthog-docs/contents/docs/billing/pre-paid-plans.md
reference-library/data-and-analysis/posthog-docs/contents/docs/billing/spike-detection.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/fivetran-airbyte.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/index.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/troubleshooting.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/batch-exports/azureblob.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/batch-exports/s3.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/activecampaign.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/airtable.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/attio.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/avo.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/aws-kinesis.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/braze.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/brevo.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/customerio.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/discord.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/engage.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/gleap.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/google-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/google-cloud-storage.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/google-pubsub.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/hubspot.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/index.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/intercom.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/june.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/klaviyo.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/knock.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/loops.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/mailgun.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/mailjet.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/make.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/meta-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/microsoft-teams.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/posthog.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/reddit-ads-conversion-api.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/reddit-ads-pixel.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/rudderstack.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/salesforce.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/sendgrid.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/snapchat-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/tiktok-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/twilio.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/zapier.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/destinations/zendesk.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/attio.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/azure-blob.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/bigquery.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/bing-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/buildbetter.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/chargebee.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/clerk.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/convex.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/doit.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/gcs.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/github.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/google-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/google-sheets.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/hubspot.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/klaviyo.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/linear.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/linkedin-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/mailchimp.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/meta-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/mongodb.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/paddle.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/pinterest-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/r2.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/reddit-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/s3.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/salesforce.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/sentry.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/shopify.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/snapchat-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/stripe.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/temporalio.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/tiktok-ads.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/typeform.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/vitally.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/sources/zendesk.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/transformations/customizing-transformations.md
reference-library/data-and-analysis/posthog-docs/contents/docs/cdp/transformations/index.md
reference-library/data-and-analysis/posthog-docs/contents/docs/contribute/badge.md
reference-library/data-and-analysis/posthog-docs/contents/docs/contribute/code-of-conduct.md
reference-library/data-and-analysis/posthog-docs/contents/docs/contribute/index.md
reference-library/data-and-analysis/posthog-docs/contents/docs/contribute/recognizing-contributions.md
reference-library/data-and-analysis/posthog-docs/contents/docs/data/timestamps.md
reference-library/data-and-analysis/posthog-docs/contents/docs/data-warehouse/under-the-hood.md
reference-library/data-and-analysis/posthog-docs/contents/docs/experiments/no-code-web-experiments.md
reference-library/data-and-analysis/posthog-docs/contents/docs/feature-flags/canary-release.md
reference-library/data-and-analysis/posthog-docs/contents/docs/feature-flags/phased-rollout.md
reference-library/data-and-analysis/posthog-docs/contents/docs/feature-flags/targeting-groups.md
reference-library/data-and-analysis/posthog-docs/contents/docs/how-posthog-works/clickhouse.md
reference-library/data-and-analysis/posthog-docs/contents/docs/libraries/laravel.md
reference-library/data-and-analysis/posthog-docs/contents/docs/libraries/moengage.md
reference-library/data-and-analysis/posthog-docs/contents/docs/libraries/n8n.md
reference-library/data-and-analysis/posthog-docs/contents/docs/libraries/retool.md
reference-library/data-and-analysis/posthog-docs/contents/docs/libraries/rudderstack.md
reference-library/data-and-analysis/posthog-docs/contents/docs/libraries/segment.md
reference-library/data-and-analysis/posthog-docs/contents/docs/libraries/woocommerce.md
reference-library/data-and-analysis/posthog-docs/contents/docs/libraries/wordpress.md
reference-library/data-and-analysis/posthog-docs/contents/docs/libraries/zapier.md
reference-library/data-and-analysis/posthog-docs/contents/docs/llm-analytics/dashboard.md
reference-library/data-and-analysis/posthog-docs/contents/docs/privacy/ad-blockers.md
reference-library/data-and-analysis/posthog-docs/contents/docs/product-os/index.md
reference-library/data-and-analysis/posthog-docs/contents/docs/self-host/configure/egress.md
reference-library/data-and-analysis/posthog-docs/contents/docs/self-host/configure/email.md
reference-library/data-and-analysis/posthog-docs/contents/docs/self-host/configure/environment-variables.md
reference-library/data-and-analysis/posthog-docs/contents/docs/self-host/configure/instance-settings.md
reference-library/data-and-analysis/posthog-docs/contents/docs/self-host/configure/running-behind-proxy.md
reference-library/data-and-analysis/posthog-docs/contents/docs/self-host/configure/slack.md
reference-library/data-and-analysis/posthog-docs/contents/docs/self-host/deploy/troubleshooting.md
reference-library/data-and-analysis/posthog-docs/contents/docs/site-apps/index.md
reference-library/data-and-analysis/posthog-docs/contents/docs/site-apps/notification-bar.md
reference-library/data-and-analysis/posthog-docs/contents/docs/site-apps/pineapple-mode.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/finance.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/future.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/help.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/how-we-get-users.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/how-we-make-money.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/low-prices.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/making-users-happy.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/story.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/strong-team.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/values.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/which-products.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/who-we-build-for.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/why-does-posthog-exist.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/wide-company.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/world-class-engineering.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/art-requests.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/designing-posthog-website.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/email-comms.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/in-app.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/partners.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/philosophy.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/press.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/startups.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/style-guide.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/brand/testimonials.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/adding-tools.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/brand-assets.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/communication.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/culture.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/do-more-weird.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/goal-setting.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/grown-ups.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/kudos.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/lore.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/management.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/merch-store.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/new-to-github.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/offsites.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/security-advisories.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/small-teams.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/sprints.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/team-changes.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/post-mortems/2025-09-29-flags-is-down.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/post-mortems/2025-10-03-surveys-sdk-bug.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/post-mortems/2025-10-21-feature-flags-recurring-outages.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/post-mortems/2025-11-15-persons-db-migration.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/post-mortems/2025-11-26-shai-hulud-attack.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/post-mortems/2026-01-17-replay-sdk-fetch-wrapper-incident.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/post-mortems/2026-02-06-feature-flags-cache-degradation.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/post-mortems/2026-02-20-posthog-us-logs-data-loss.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/company/post-mortems/index.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/index.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/linkedin.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/metadata.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/newsletter-ads.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/newsletter-tips.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/newsletter.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/posthog-style-guide.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/screen-recording-guide.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/seo-guide.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/youtube.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/_snippets/list-no-nextline-md.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/_snippets/list-no-nextline.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/_snippets/list-with-nextline-md.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/content/_snippets/list-with-nextline.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/churn-reasons.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/customer-churn-retros.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/customer-industry-segments.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/customer-success.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/feature-requests.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/foundation-check.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/getting-started-with-customers.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/handling-customer-issues.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/health-checks.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/health-tracking.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/how-we-use-automation.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/how-we-work.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/lifecycle-csm.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/new-hire-onboarding-exercise.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/new-hire-onboarding.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/onboarding-success-plan.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/cs-and-onboarding/renewals.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/docs-and-wizard/docs-ownership.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/bug-prioritization.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/cloud-providers.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/customer-comms.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/developer-experience.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/development-process.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/feature-ownership.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/feature-pricing.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/how-to-access-posthog-cloud-infra.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/how-we-review.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/product-design-process.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/product-design.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/product-engineering.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/revenue-and-forecasting.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/tech-talks.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/usage-reports.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/visiting-customers.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/working-with-max-ai.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/writing-docs.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/ai/ai-platform.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/ai/architecture.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/ai/implementation.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/ai/products.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/ai/team-structure.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/conventions/scripts.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/operations/incidents.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/operations/on-call-rotation.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/operations/post-mortems.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/operations/support-hero.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/posthog-com/api-docs.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/posthog-com/developing-the-website.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/posthog-com/technical-architecture.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/sdks/index.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/sdks/support-rotation.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/engineering/session-replay/session-replay-architecture.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/exec/all-hands-topics.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/exec/annual-planning.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/exec/responsibilities.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/getting-started/meetings.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/billing/customer-billing-configurations.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/cross-selling/cross-sell-motions.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/cross-selling/error-tracking-cross-sell.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/cross-selling/how-we-upsell-and-cross-sell.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/cross-selling/tracking-cross-sells.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/growth-engineering/growth-sessions.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/growth-engineering/per-product-activation.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/growth-engineering/product-intents.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/revops/credits.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/revops/lead-assignment-ooo.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/revops/lifecycle-analysis.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/revops/overview.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/revops/retention-metrics.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/revops/revenue-adjustments.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/account-allocation.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/account-planning.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/accounts-overview.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/automations.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/billing.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/communications-templates-feature-adoption.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/communications-templates-fundraising.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/communications-templates-incidents.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/communications-templates.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/contract-rules.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/contracts.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/crm.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/csm-tam-overlay-coverage.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/customer-faqs.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/customer-onboarding.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/customer-onsites.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/customer-training.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/expansion-and-retention.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/expansion-strategies.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/getting-people-to-talk-to-you.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/historical-import.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/how-to-do-discovery.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/how-we-work.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/lead-scoring.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/new-hire-onboarding.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/new-sales.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/outbound-sales.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/overview.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/product-enablement.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/product-led-lead-qualification.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/product-led-sales.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/professional-services.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/refunds.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/risk-mitigation-and-churn-prevention.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/running-trials.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/sales-and-cs-tools.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/sales-operations.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/selling-via-aws.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/slack-channels.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/tam-excellence.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/team-leads.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/trials.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/turning-knowledge-into-agent-skills.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/user-event-streams.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/utilization-by-business-type-part-01-b2b-saas.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/utilization-by-business-type-part-02-b2c-saas.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/utilization-by-business-type-part-03-e-commerce.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/utilization-by-business-type-part-04-marketplace.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/utilization-by-business-type-part-05-developer-tools.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/utilization-by-business-type-part-06-fintech.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/utilization-by-business-type-part-07-healthcaremedtech.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/utilization-by-business-type-part-08-contentmedia.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/who-we-do-business-with.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/sales/why-buy-posthog.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/use-case-selling/ai-llm-observability.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/use-case-selling/customer-experience.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/use-case-selling/data-infrastructure.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/use-case-selling/growth-and-marketing.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/use-case-selling/observability.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/use-case-selling/product-intelligence.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/use-case-selling/release-engineering.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/growth/use-case-selling/use-case-selling.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/campaigns-and-coupons.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/co-marketing.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/customer-case-studies.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/events.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/exporting-blog-post-image.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/incident-comms.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/index.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/influencers.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/ownership.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/paid.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/positioning.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/product-announcements.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/speaker-guide.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/templates.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/video.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/marketing/working-with-website.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/onboarding/chrome-extension-billing-case-study-wildfire.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/onboarding/metabase-account-analysis.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/onboarding/new-hire-onboarding.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/onboarding/onboarding-conversations-playbook.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/onboarding/onboarding-data.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/onboarding/onboarding-program.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/onboarding/onboarding-team.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/onboarding/onboarding-tracking.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/onboarding/sales-handover.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/benefits.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/career-progression.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/feedback.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/finance.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/grievances.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hogpatch-operations.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hogpatch.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/offboarding.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/onboarding.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/overview.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/philosophy-club.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/side-gigs.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/spending-money.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/talent.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/time-off.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/training.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/design-hiring.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/devrel-hiring.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/engineering-hiring.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/engineering-superday.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/engineering-tech-screen.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/exec-hiring.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/how-to-interview.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/marketing-hiring.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/operations-hiring.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/hiring-process/sales-cs-hiring.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/people/ramp-up/product-manager.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/metrics.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/per-product-cost-margin-analysis.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/per-product-growth-reviews.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/prioritizing-work-for-mature-products.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/product-manager-hiring.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/product-manager-role.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/product-team.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/releasing-new-products-and-features.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/user-feedback.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/product/visiting-customers.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/strategy/brand.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/support/customer-support.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/support/support-incident-response.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/support/support-smes.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/support/support-team.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/support/support-zero.md
reference-library/data-and-analysis/posthog-docs/contents/handbook/support/troubleshooting-tips.md
reference-library/data-and-analysis/posthog-docs/contents/library/design/dynamic-open-graph-images.md
reference-library/data-and-analysis/posthog-docs/contents/library/ops/registering-trademarks.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineer/antipatterns.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineer/benefits.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineer/culture.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineer/further-reading.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineer/getting-started.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineer/product-teams.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineer/skills.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineer/traits.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineer/what-is-a-product-engineer.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/10x-engineers-do-user-interviews.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/aarrr-pirate-funnel.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/ab-testing-examples.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/ab-testing-guide-for-engineers.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/ab-testing-mistakes.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/b2b-saas-product-metrics.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/churn-rate-vs-retention-rate.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/customer-retention-metrics.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/decouple-deployment-from-release.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/dogfooding.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/feature-flag-benefits-use-cases.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/feature-flags-vs-configuration.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/fixing-growth-problems.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/github-gitlab-feature-flags.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/growth-loops.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/guardrail-metrics.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/how-to-create-user-personas.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/how-to-do-ab-testing.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/how-to-start-a-growth-team.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/interview-snapshot-guide.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/llm-product-metrics.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/measuring-feature-success.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/mobile-app-metrics-kpis.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/nps-vs-csat-vs-ces.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/product-health-metrics.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/product-survey-questions.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/real-user-monitoring.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/running-group-targeted-ab-tests.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/sql-for-analytics.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/testing-in-production.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/trunk-based-development.md
reference-library/data-and-analysis/posthog-docs/contents/product-engineers/what-is-multivariate-testing-examples.md
reference-library/data-and-analysis/posthog-docs/contents/teams/talent/index.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/readme.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/allowed-files-mode.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/change-detection.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/cost-calculation-update.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/cost-tracking.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/directory-mode.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/implementation-summary.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/quick-start-cost-tracking.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/quickstart.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/readme.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/s3-setup.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/s3-upload-update.md
reference-library/data-and-analysis/posthog-docs/scripts/hogfm/handbook/test-results.md
reference-library/data-and-analysis/posthog-docs/src/components/code/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/docs/config-builder-readme.md
reference-library/data-and-analysis/posthog-docs/src/components/home/herocarousel/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/mspaint/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/mspaint/todo.md
reference-library/data-and-analysis/posthog-docs/src/components/osform/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/presentation/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/productcomparisontable/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/products/slides/examples.md
reference-library/data-and-analysis/posthog-docs/src/components/products/slides/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/producttabs/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/smallteam/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/suggestedlinksblock/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/taskbarmenu/readme.md
reference-library/data-and-analysis/posthog-docs/src/components/taskownershiptable/readme.md
reference-library/data-and-analysis/posthog-docs/src/data/videos-readme.md
reference-library/data-and-analysis/posthog-docs/src/hooks/competitordata/readme.md
reference-library/data-and-analysis/posthog-docs/src/hooks/featuredefinitions/readme.md
reference-library/data-and-analysis/turing-way/accessibility.md
reference-library/data-and-analysis/turing-way/governance-roles.md
reference-library/data-and-analysis/turing-way/readme-part-01-the-turing-way.md
reference-library/data-and-analysis/turing-way/readme-part-02-contributors.md
reference-library/data-and-analysis/turing-way/readme-part-03-crowdin-contributors.md
reference-library/data-and-analysis/turing-way/release-workflow.md
reference-library/data-and-analysis/turing-way/ways-of-working.md
reference-library/data-and-analysis/turing-way/book/readme.md
reference-library/data-and-analysis/turing-way/book/templates/case-study-template/case-study-template.md
reference-library/data-and-analysis/turing-way/book/templates/case-study-template/readme.md
reference-library/data-and-analysis/turing-way/book/templates/case-study-template/reflection-questions.md
reference-library/data-and-analysis/turing-way/book/templates/chapter-template/chapter-landing-page.md
reference-library/data-and-analysis/turing-way/book/templates/chapter-template/readme.md
reference-library/data-and-analysis/turing-way/book/templates/chapter-template/chapter-content/chapter-checklist.md
reference-library/data-and-analysis/turing-way/book/templates/chapter-template/chapter-content/chapter-content.md
reference-library/data-and-analysis/turing-way/book/templates/chapter-template/chapter-content/chapter-personal-stories.md
reference-library/data-and-analysis/turing-way/book/templates/chapter-template/chapter-content/chapter-resources.md
reference-library/data-and-analysis/turing-way/book/website/index.md
reference-library/data-and-analysis/turing-way/book/website/afterword/afterword.md
reference-library/data-and-analysis/turing-way/book/website/afterword/collaborators.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors-record.md
reference-library/data-and-analysis/turing-way/book/website/afterword/data-usage-statement.md
reference-library/data-and-analysis/turing-way/book/website/afterword/glossary.md
reference-library/data-and-analysis/turing-way/book/website/afterword/legal-disclaimer.md
reference-library/data-and-analysis/turing-way/book/website/afterword/subprojects.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/all-contributors-part-01-all-contributors.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/all-contributors-part-02-contributors.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-01-individual-contributors.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-02-personal-highlights-from-the-turing-way-contributors.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-03-founder.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-04-contributors.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-05-a.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-06-b.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-07-c.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-08-d.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-09-e.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-10-f.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-11-g.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-12-h.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-13-i.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-14-j.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-15-k.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-16-l.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-17-m.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-18-n.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-19-p.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-20-r.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-21-s.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-22-t.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-23-v.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-24-w.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-25-x.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/profiles-part-26-z.md
reference-library/data-and-analysis/turing-way/book/website/afterword/contributors/translators.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/academic-industry.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/ambassador-schemes.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/collaboration.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/github-novice.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/leadership.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/maintain-review.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/new-community.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/shared-ownership.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/stakeholder-engagement.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/team-manual.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/academic-industry/academic-industry-community.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/academic-industry/academic-industry-establish.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/academic-industry/case-study-library.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/academic-industry/intro-case-studies-and-best-practices-in-academic-industry-collaboration.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/academic-industry/online-resources-best-practices.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/academic-industry/case-studies/bridge-ai-independent-scientific-advice.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/academic-industry/case-studies/practitioners-hub-case-study.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/academic-industry/case-studies/turing-roche-case-study.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/ambassador-schemes/ambassador-schemes-establish.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/ambassador-schemes/ambassador-schemes-personal-story.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/github-novice/github-novice-advanced.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/github-novice/github-novice-features.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/github-novice/github-novice-firststeps.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/github-novice/github-novice-motivation.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/leadership/leadership-building.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/leadership/leadership-features.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/leadership/leadership-opportunities.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/leadership/leadership-story-data-librarian.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/leadership/leadership-story-hackathon.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/maintain-review/maintain-review-maintenance.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/maintain-review/maintain-review-merge.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/maintain-review/maintain-review-permissions.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/maintain-review/maintain-review-resources.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/maintain-review/maintain-review-review.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/chairing.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/event-tools.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/hybrid-collab.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/organising-coding-cafe.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/organising-conference.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/ppie-events.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/remote-collab.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/hybrid-collab/hybrid-collab-challenges.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/hybrid-collab/hybrid-collab-guidelines.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/hybrid-collab/hybrid-collab-resources.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/organising-conference/reg-form-template.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/organising-conference/reg-forms.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-comms.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-location.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-planning.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-resources.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-schedules.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-socials.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-tech.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/remote-collab/coworking.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/remote-collab/event-participation.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/remote-collab/informal-chats.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/remote-collab/organising-remote-meetings.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/remote-collab/remote-collab-guidelines.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/remote-collab/remote-collab-prosandcons.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/remote-collab/remote-collab-team.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/meetings-events-co-working/remote-collab/remote-collab-useful-resources.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/new-community/new-community-differences.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/new-community/new-community-guide.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/new-community/new-community-teamwork.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/new-community/new-community-techissues.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/oss-sustainability/oss-sustainability-challenges.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/oss-sustainability/oss-sustainability-examples.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles/community-manager.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles/data-steward-personal-story.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles/data-steward.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles/data-wrangler.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles/ram.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles/research-community-manager-personal-story-1.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles/research-infrastructure-developer.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles/rse-personal-story.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/research-infrastructure-roles/rse.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/shared-ownership/shared-ownership-challenges.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/shared-ownership/shared-ownership-defaults.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/shared-ownership/shared-ownership-models.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/shared-ownership/shared-ownership-projects.md
reference-library/data-and-analysis/turing-way/book/website/collaboration/team-manual/team-manual-on-off-boarding.md
reference-library/data-and-analysis/turing-way/book/website/communication/aa.md
reference-library/data-and-analysis/turing-way/book/website/communication/binder.md
reference-library/data-and-analysis/turing-way/book/website/communication/blogs.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable.md
reference-library/data-and-analysis/turing-way/book/website/communication/comms-overview.md
reference-library/data-and-analysis/turing-way/book/website/communication/communication.md
reference-library/data-and-analysis/turing-way/book/website/communication/dif-articles.md
reference-library/data-and-analysis/turing-way/book/website/communication/lay-summaries.md
reference-library/data-and-analysis/turing-way/book/website/communication/open.md
reference-library/data-and-analysis/turing-way/book/website/communication/os-comms.md
reference-library/data-and-analysis/turing-way/book/website/communication/peer-review.md
reference-library/data-and-analysis/turing-way/book/website/communication/personal.md
reference-library/data-and-analysis/turing-way/book/website/communication/podcasts.md
reference-library/data-and-analysis/turing-way/book/website/communication/presentations.md
reference-library/data-and-analysis/turing-way/book/website/communication/research-objects.md
reference-library/data-and-analysis/turing-way/book/website/communication/social-media.md
reference-library/data-and-analysis/turing-way/book/website/communication/aa/aa-equitable.md
reference-library/data-and-analysis/turing-way/book/website/communication/aa/aa-misconduct.md
reference-library/data-and-analysis/turing-way/book/website/communication/aa/aa-overview.md
reference-library/data-and-analysis/turing-way/book/website/communication/aa/aa-resources.md
reference-library/data-and-analysis/turing-way/book/website/communication/aa/aa-stories-community.md
reference-library/data-and-analysis/turing-way/book/website/communication/aa/aa-stories-interdisciplinary.md
reference-library/data-and-analysis/turing-way/book/website/communication/aa/aa-tips.md
reference-library/data-and-analysis/turing-way/book/website/communication/aa/aa-traditions.md
reference-library/data-and-analysis/turing-way/book/website/communication/binder/zero-to-binder.md
reference-library/data-and-analysis/turing-way/book/website/communication/blogs/blogs-personal-stories.md
reference-library/data-and-analysis/turing-way/book/website/communication/blogs/blogs-webpage.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-cff.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-cffinit.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-cite.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-linking.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-metadata.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-orcid.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-otherscite.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-resources.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-steps.md
reference-library/data-and-analysis/turing-way/book/website/communication/citable/citable-versioning.md
reference-library/data-and-analysis/turing-way/book/website/communication/comms-overview/comms-overview-accessibly.md
reference-library/data-and-analysis/turing-way/book/website/communication/comms-overview/comms-overview-principles.md
reference-library/data-and-analysis/turing-way/book/website/communication/comms-overview/comms-overview-resources.md
reference-library/data-and-analysis/turing-way/book/website/communication/dif-articles/data.md
reference-library/data-and-analysis/turing-way/book/website/communication/dif-articles/methods.md
reference-library/data-and-analysis/turing-way/book/website/communication/dif-articles/micro.md
reference-library/data-and-analysis/turing-way/book/website/communication/dif-articles/reg.md
reference-library/data-and-analysis/turing-way/book/website/communication/dif-articles/software.md
reference-library/data-and-analysis/turing-way/book/website/communication/lay-summaries/lay-summaries-personal-stories.md
reference-library/data-and-analysis/turing-way/book/website/communication/open/curriculum-development.md
reference-library/data-and-analysis/turing-way/book/website/communication/open/education.md
reference-library/data-and-analysis/turing-way/book/website/communication/open/embedding-ds.md
reference-library/data-and-analysis/turing-way/book/website/communication/os-comms/os-comms-channels.md
reference-library/data-and-analysis/turing-way/book/website/communication/os-comms/os-comms-issue-tracking.md
reference-library/data-and-analysis/turing-way/book/website/communication/peer-review/peer-review-code.md
reference-library/data-and-analysis/turing-way/book/website/communication/peer-review/peer-review-guidance.md
reference-library/data-and-analysis/turing-way/book/website/communication/peer-review/peer-review-open.md
reference-library/data-and-analysis/turing-way/book/website/communication/peer-review/peer-review-overview.md
reference-library/data-and-analysis/turing-way/book/website/communication/peer-review/peer-review-resources.md
reference-library/data-and-analysis/turing-way/book/website/communication/personal/personal-cv.md
reference-library/data-and-analysis/turing-way/book/website/communication/personal/personal-website.md
reference-library/data-and-analysis/turing-way/book/website/communication/podcasts/podcasts-personal-stories.md
reference-library/data-and-analysis/turing-way/book/website/communication/presentations/presentations-personal-stories.md
reference-library/data-and-analysis/turing-way/book/website/communication/presentations/presentations-remote.md
reference-library/data-and-analysis/turing-way/book/website/communication/research-objects/ro-concepts.md
reference-library/data-and-analysis/turing-way/book/website/communication/research-objects/ro-implementation.md
reference-library/data-and-analysis/turing-way/book/website/communication/social-media/social-media-twitter-multiple.md
reference-library/data-and-analysis/turing-way/book/website/communication/social-media/social-media-twitter-tips.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/accessibility.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/acknowledgement.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/bookdash.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/communication-channels.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/community-calls.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/community-handbook.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/contributing-chapters.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/fireside-chat.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/github-gardening.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/infrastructure.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/local-build.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/newsletters.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/onboarding-offboarding.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/pathways.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/presenting.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/accessibility/accessibility-alt-text.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/accessibility/accessibility-comms-platforms.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/accessibility/accessibility-event-organising.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/acknowledgement/acknowledgement-examples.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/acknowledgement/acknowledgement-members.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/acknowledgement/acknowledgement-record.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/bookdash/bookdash-after.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/bookdash/bookdash-application.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/bookdash/bookdash-events.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/bookdash/bookdash-illustrator.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/bookdash/bookdash-logistics.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/bookdash/bookdash-selection.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/coc/coc-reporting.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/communication-channels/slack-start-guide.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/communication-channels/slack-welcome-guide.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/community-calls/calendar.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/community-calls/community-calls-collabcafe.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/community-calls/community-calls-forums.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/community-calls/community-calls-motivation.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/community-calls/community-calls-working-groups.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/contributing-chapters/contributing-templates.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/contributing-chapters/contributing-workflow.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/fireside-chat/fireside-chat-checklist.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/fireside-chat/fireside-chat-roles.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/infrastructure/infrastructure-contributors.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/infrastructure/infrastructure-dns.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/infrastructure/infrastructure-external-link-check.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/infrastructure/infrastructure-redirects.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/infrastructure/infrastructure-teams-as-code.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/newsletters/newsletters-process.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/newsletters/newsletters-style.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/newsletters/newsletters-template.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/onboarding-offboarding/offboarding-core-team.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/onboarding-offboarding/onboarding-core-team.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/onboarding-offboarding/onboarding-general-calls.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/pathways/pathways-creation.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/pathways/pathways-example.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/style-blocks.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/style-citing.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/style-consistency.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/style-crossref.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/style-custom-roles-and-directives.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/style-figures.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/style-glossary.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/style-videos.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/style-writing-markdown.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/consistency/consistency-formatting.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/consistency/consistency-language.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/style/consistency/consistency-structure.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/templates/template-bookdash-feedback.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/templates/template-bookdash-github.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/templates/template-bookdash-index.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/templates/template-bookdash-notes.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/templates/template-bookdash-precall.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/templates/template-coworking-collabcafe.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/templates/template-fireside-chat.md
reference-library/data-and-analysis/turing-way/book/website/community-handbook/templates/template-newsletter-draft.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/activism.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/cultural-change.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/data-feminism.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/data-hazards.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/ethical-research.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/ethics-committees.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/ethics-intro.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/ethics-open-source-governance.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/internal-policy.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/law-policy.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/preclinical-research.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/self-reflection.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/social-data.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/activism/activism-case-study-google.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/activism/activism-env-impact.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/activism/activism-robodebt.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/activism/activism-unionisation.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/activism/activism-whistleblowing.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/cultural-change/alt-models-discussion.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/cultural-change/cc-examples.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/data-feminism/data-feminism-power.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/data-hazards/dh-case-study.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/data-hazards/dh-how-to-use.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/data-hazards/dh-intro.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/law-policy/law-policy-ethics.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/law-policy/law-policy-resources.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/law-policy/law-policy-rights.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/self-reflection/sr-positionality.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/self-reflection/sr-power.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/self-reflection/sr-prompts.md
reference-library/data-and-analysis/turing-way/book/website/ethical-research/self-reflection/sr-resources.md
reference-library/data-and-analysis/turing-way/book/website/foreword/background.md
reference-library/data-and-analysis/turing-way/book/website/foreword/cite.md
reference-library/data-and-analysis/turing-way/book/website/foreword/community.md
reference-library/data-and-analysis/turing-way/book/website/foreword/embracing-digital-commons.md
reference-library/data-and-analysis/turing-way/book/website/foreword/emergent-strategy.md
reference-library/data-and-analysis/turing-way/book/website/foreword/faqs.md
reference-library/data-and-analysis/turing-way/book/website/foreword/foreword.md
reference-library/data-and-analysis/turing-way/book/website/foreword/governance.md
reference-library/data-and-analysis/turing-way/book/website/foreword/guiding-principles.md
reference-library/data-and-analysis/turing-way/book/website/foreword/navigate.md
reference-library/data-and-analysis/turing-way/book/website/pathways/pathways-community-management-concepts.md
reference-library/data-and-analysis/turing-way/book/website/pathways/pathways-community-management-operations.md
reference-library/data-and-analysis/turing-way/book/website/pathways/pathways-data-science-without-borders.md
reference-library/data-and-analysis/turing-way/book/website/pathways/pathways-data-stewards.md
reference-library/data-and-analysis/turing-way/book/website/pathways/pathways-early-career-researchers.md
reference-library/data-and-analysis/turing-way/book/website/pathways/pathways-project-leaders.md
reference-library/data-and-analysis/turing-way/book/website/pathways/pathways-research-software-engineers.md
reference-library/data-and-analysis/turing-way/book/website/pathways/pathways-software-citation.md
reference-library/data-and-analysis/turing-way/book/website/pathways/pathways.md
reference-library/data-and-analysis/turing-way/book/website/project-design/missing-data.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview.md
reference-library/data-and-analysis/turing-way/book/website/project-design/project-design.md
reference-library/data-and-analysis/turing-way/book/website/project-design/risks-of-bias.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/data-governance.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdp.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdpm.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdpw.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/data-governance/bigcode-casestudy.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/data-governance/data-gov-ml.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdp/biological.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdp/combined.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdp/confidential.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdp/metadata.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdp/personal.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdp/types.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdpm/data-privacy-strategies.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdpm/informed.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdpm/resources.md
reference-library/data-and-analysis/turing-way/book/website/project-design/data-security/sdpm/sharing-sensitive-data.md
reference-library/data-and-analysis/turing-way/book/website/project-design/info-management/code-styling.md
reference-library/data-and-analysis/turing-way/book/website/project-design/info-management/filenaming.md
reference-library/data-and-analysis/turing-way/book/website/project-design/missing-data/missing-data-checklist-resources.md
reference-library/data-and-analysis/turing-way/book/website/project-design/missing-data/missing-data-methods.md
reference-library/data-and-analysis/turing-way/book/website/project-design/missing-data/missing-data-structured-missingness.md
reference-library/data-and-analysis/turing-way/book/website/project-design/missing-data/missing-data-structures.md
reference-library/data-and-analysis/turing-way/book/website/project-design/missing-data/missing-data-visualising-missingness.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/pd-checklist.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/pd-overview-methods.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/pd-overview-planning.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/pd-overview-repro.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/pd-overview-sharing.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/pd-overview-version.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/project-repo.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/project-repo/project-repo-advanced.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/project-repo/project-repo-contributors.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/project-repo/project-repo-participation.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/project-repo/project-repo-readme.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/project-repo/project-repo-resources.md
reference-library/data-and-analysis/turing-way/book/website/project-design/pd-overview/project-repo/project-repo-roadmapping.md
reference-library/data-and-analysis/turing-way/book/website/project-design/project-management-methodologies/overview.md
reference-library/data-and-analysis/turing-way/book/website/project-design/risks-of-bias/confounding-variables.md
reference-library/data-and-analysis/turing-way/book/website/project-design/risks-of-bias/discrimination-bias.md
reference-library/data-and-analysis/turing-way/book/website/project-design/risks-of-bias/identifying-risks-of-bias.md
reference-library/data-and-analysis/turing-way/book/website/project-design/risks-of-bias/validation-generalisability.md
reference-library/data-and-analysis/turing-way/book/website/project-design/sdpw/pd-sdp-private-learning.md
reference-library/data-and-analysis/turing-way/book/website/project-design/sdpw/pd-sdp-sensitive-code.md
reference-library/data-and-analysis/turing-way/book/website/project-design/sdpw/pd-sdp-sensitive-files.md
reference-library/data-and-analysis/turing-way/book/website/project-design/sdpw/pd-sdp-trew.md
reference-library/data-and-analysis/turing-way/book/website/project-design/stakeholders/persona.md
reference-library/data-and-analysis/turing-way/book/website/project-design/stakeholders/persona/persona-contributors.md
reference-library/data-and-analysis/turing-way/book/website/project-design/stakeholders/persona/persona-creation.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/binderhub.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/case-studies.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/ci.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-documentation.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-quality.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-reuse.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/compendia.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/make.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/open.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/overview.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/renv.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/reproducible-research.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/reviewing.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/risk-assess.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/binderhub/binderhub-build.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/binderhub/binderhub-compute.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/binderhub/binderhub-introduction.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/binderhub/binderhub-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/case-studies/case-study-statistical.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/ci/ci-building-gh-actions.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/ci/ci-github-actions.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/ci/ci-options.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/ci/ci-practices.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/ci/ci-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-documentation/code-documentation-code.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-documentation/code-documentation-project.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-quality/code-quality-naming.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-quality/code-quality-readability.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-quality/code-quality-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-quality/code-quality-robust.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-quality/code-quality-style-formatting.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-quality/code-quality-style.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-reuse/code-reuse-details.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-reuse/code-reuse-overview.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/code-reuse/code-reuse-packages.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-checklist.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-compatibility.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-data.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-documentation.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-ethical-source.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-floss.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-hardware.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-ip.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-ml-case-studies.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/licensing/licensing-ml.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/make/make-appendix.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/make/make-casestudy.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/make/make-debugging.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/make/make-examples.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/make/make-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/make/make-results.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/open/open-access.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/open/open-checklist.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/open/open-data.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/open/open-hardware.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/open/open-notebooks.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/open/open-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/open/open-scholarship.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/open/open-source.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/overview/overview-barriers.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/overview/overview-benefit.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/overview/overview-definitions.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/overview/overview-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-article.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-care.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-checklist.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-cleaning.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-data-curation.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-data.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-dmp.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-elns.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-fair.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-find.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-metadata.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-methods.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-personal.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-pid.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-repository.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-sharing.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-smp.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-spreadsheets.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-storage.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-stories.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/rdm/rdm-visualisation.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/renv/renv-containers.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/renv/renv-options.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/renv/renv-package.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/renv/renv-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/renv/renv-virtualmachine.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/renv/renv-yaml.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/reviewing/reviewing-checklist.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/reviewing/reviewing-motivation.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/reviewing/reviewing-recommend.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/reviewing/reviewing-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/reviewing/reviewing-workflow.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/risk-assess/risk-assess-impact.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-acceptance-regression.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-checklist.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-driven-development.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-exceptions.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-guidance.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-integrationtest.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-overview.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-runtime.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-smoketest.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-systemtest.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/testing/testing-unittest.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-checklist.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-data.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-git-branches.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-git-commit.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-git-compare.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-git-general.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-git-in-research.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-git-interactive.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-git-merge.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-git-summary.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-git.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-github.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-personal-stories.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-resources.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-workflow-branches.md
reference-library/data-and-analysis/turing-way/book/website/reproducible-research/vcs/vcs-workflow.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-chinese-part-01-the-turing-way.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-chinese-part-02-.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-dutch.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-french.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-german.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-indonesian.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-italian.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-korean-part-01-the-turing-way.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-korean-part-02-.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-korean-part-03-.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-papiamento.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-portuguese.md
reference-library/data-and-analysis/turing-way/readme-translated/readme-spanish.md
reference-library/economics-and-strategy/google-meridian-mmm/readme.md
reference-library/economics-and-strategy/google-meridian-mmm/meridian/backend/readme.md
reference-library/economics-and-strategy/google-meridian-mmm/meridian/data/unit_testing_data/readme.md
reference-library/economics-and-strategy/google-meridian-mmm/proto/readme.md
reference-library/economics-and-strategy/jph-business-model-canvas/readme.md
reference-library/economics-and-strategy/jph-startup-guide/index.md
reference-library/economics-and-strategy/jph-startup-guide/todo/index.md
reference-library/economics-and-strategy/jph-startup-guide/todo/readme.md
reference-library/economics-and-strategy/meta-robyn-mmm/readme.md
reference-library/economics-and-strategy/meta-robyn-mmm/app/readme.md
reference-library/economics-and-strategy/meta-robyn-mmm/python/readme.md
reference-library/economics-and-strategy/meta-robyn-mmm/python/docs/robyn/modeling/pareto/response-curve.md
reference-library/economics-and-strategy/meta-robyn-mmm/python/docs/tests/robyn/modeling/feature-engineering.md
reference-library/economics-and-strategy/meta-robyn-mmm/python/docs/tests/robyn/modeling/pareto/test-response-curve.md
reference-library/economics-and-strategy/meta-robyn-mmm/python/spec/src/robyn/modeling/pareto/hill-calculator.md
reference-library/economics-and-strategy/meta-robyn-mmm/python/spec/src/robyn/visualization/allocator-plotter.md
reference-library/economics-and-strategy/meta-robyn-mmm/python/spec/src/robyn/visualization/base-visualizer.md
reference-library/economics-and-strategy/meta-robyn-mmm/python/spec/tests/robyn/modeling/pareto/test-hill-calculator.md
reference-library/economics-and-strategy/meta-robyn-mmm/r/readme.md
reference-library/economics-and-strategy/meta-robyn-mmm/website/readme.md
reference-library/economics-and-strategy/pymc-marketing/readme.md
reference-library/economics-and-strategy/pymc-marketing/.cursor/skills/commit/skill.md
reference-library/economics-and-strategy/pymc-marketing/.cursor/skills/make-plan/skill.md
reference-library/economics-and-strategy/pymc-marketing/.cursor/skills/research/skill.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/index.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/api/index.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/contributing/index.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/gallery/gallery.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/gallery/readme.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/getting_started/index.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/getting_started/installation/index.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/getting_started/quickstart/clv/index.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/getting_started/quickstart/customer_choice/index.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/getting_started/quickstart/mmm/index.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/index.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/benefits/why-bayesian.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/benefits/why-open-source.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/benefits/why-pymc-marketing.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/clv/clv-intro.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/customer_choice/incrementality-intro.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/customer_choice/mv-its-intro.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/mmm/comparison.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/mmm/mmm-intro.md
reference-library/economics-and-strategy/pymc-marketing/docs/source/guide/mmm/resources.md
reference-library/economics-and-strategy/pymc-marketing/scripts/docker/readme.md
reference-library/economics-and-strategy/pymc-marketing/scripts/run_notebooks/readme.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/skill.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/references/budget-optimization.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/references/custom-model.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/references/data-analysis.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/references/liftest-calibration.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/references/media-deep-dive.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/references/model-fit.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/references/model-specification.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/references/plot.md
reference-library/economics-and-strategy/pymc-marketing/skills/mmm-modeling/references/time-varying-parameters.md
reference-library/economics-and-strategy/pymc-marketing/streamlit/mmm-explainer/readme.md
reference-library/economics-and-strategy/pymc-marketing/tests/data/readme.md
reference-library/engineering/12factor/readme.md
reference-library/engineering/12factor/blog/blog.md
reference-library/engineering/12factor/blog/community.md
reference-library/engineering/12factor/blog/december-monthly-updates.md
reference-library/engineering/12factor/blog/evolving-twelve-factor.md
reference-library/engineering/12factor/blog/intuit-thrilled.md
reference-library/engineering/12factor/blog/maintainers.md
reference-library/engineering/12factor/blog/narrow-conduits.md
reference-library/engineering/12factor/blog/open-source-announcement.md
reference-library/engineering/12factor/blog/posts.md
reference-library/engineering/12factor/content/cs/admin-processes.md
reference-library/engineering/12factor/content/cs/background.md
reference-library/engineering/12factor/content/cs/backing-services.md
reference-library/engineering/12factor/content/cs/build-release-run.md
reference-library/engineering/12factor/content/cs/codebase.md
reference-library/engineering/12factor/content/cs/concurrency.md
reference-library/engineering/12factor/content/cs/config.md
reference-library/engineering/12factor/content/cs/dependencies.md
reference-library/engineering/12factor/content/cs/dev-prod-parity.md
reference-library/engineering/12factor/content/cs/disposability.md
reference-library/engineering/12factor/content/cs/intro.md
reference-library/engineering/12factor/content/cs/logs.md
reference-library/engineering/12factor/content/cs/port-binding.md
reference-library/engineering/12factor/content/cs/processes.md
reference-library/engineering/12factor/content/cs/toc.md
reference-library/engineering/12factor/content/el/admin-processes.md
reference-library/engineering/12factor/content/el/background.md
reference-library/engineering/12factor/content/el/backing-services.md
reference-library/engineering/12factor/content/el/build-release-run.md
reference-library/engineering/12factor/content/el/codebase.md
reference-library/engineering/12factor/content/el/concurrency.md
reference-library/engineering/12factor/content/el/config.md
reference-library/engineering/12factor/content/el/dependencies.md
reference-library/engineering/12factor/content/el/dev-prod-parity.md
reference-library/engineering/12factor/content/el/disposability.md
reference-library/engineering/12factor/content/el/intro.md
reference-library/engineering/12factor/content/el/logs.md
reference-library/engineering/12factor/content/el/port-binding.md
reference-library/engineering/12factor/content/el/processes.md
reference-library/engineering/12factor/content/el/toc.md
reference-library/engineering/12factor/content/en/admin-processes.md
reference-library/engineering/12factor/content/en/background.md
reference-library/engineering/12factor/content/en/backing-services.md
reference-library/engineering/12factor/content/en/build-release-run.md
reference-library/engineering/12factor/content/en/codebase.md
reference-library/engineering/12factor/content/en/concurrency.md
reference-library/engineering/12factor/content/en/config.md
reference-library/engineering/12factor/content/en/dependencies.md
reference-library/engineering/12factor/content/en/dev-prod-parity.md
reference-library/engineering/12factor/content/en/disposability.md
reference-library/engineering/12factor/content/en/intro.md
reference-library/engineering/12factor/content/en/logs.md
reference-library/engineering/12factor/content/en/port-binding.md
reference-library/engineering/12factor/content/en/processes.md
reference-library/engineering/12factor/content/en/toc.md
reference-library/engineering/12factor/content/fa/admin-processes.md
reference-library/engineering/12factor/content/fa/background.md
reference-library/engineering/12factor/content/fa/backing-services.md
reference-library/engineering/12factor/content/fa/build-release-run.md
reference-library/engineering/12factor/content/fa/codebase.md
reference-library/engineering/12factor/content/fa/concurrency.md
reference-library/engineering/12factor/content/fa/config.md
reference-library/engineering/12factor/content/fa/dependencies.md
reference-library/engineering/12factor/content/fa/dev-prod-parity.md
reference-library/engineering/12factor/content/fa/disposability.md
reference-library/engineering/12factor/content/fa/intro.md
reference-library/engineering/12factor/content/fa/logs.md
reference-library/engineering/12factor/content/fa/port-binding.md
reference-library/engineering/12factor/content/fa/processes.md
reference-library/engineering/12factor/content/fa/toc.md
reference-library/engineering/12factor/content/pt_br/admin-processes.md
reference-library/engineering/12factor/content/pt_br/background.md
reference-library/engineering/12factor/content/pt_br/backing-services.md
reference-library/engineering/12factor/content/pt_br/build-release-run.md
reference-library/engineering/12factor/content/pt_br/codebase.md
reference-library/engineering/12factor/content/pt_br/concurrency.md
reference-library/engineering/12factor/content/pt_br/config.md
reference-library/engineering/12factor/content/pt_br/dependencies.md
reference-library/engineering/12factor/content/pt_br/dev-prod-parity.md
reference-library/engineering/12factor/content/pt_br/disposability.md
reference-library/engineering/12factor/content/pt_br/intro.md
reference-library/engineering/12factor/content/pt_br/logs.md
reference-library/engineering/12factor/content/pt_br/port-binding.md
reference-library/engineering/12factor/content/pt_br/processes.md
reference-library/engineering/12factor/content/pt_br/toc.md
reference-library/engineering/12factor/content/sk/admin-processes.md
reference-library/engineering/12factor/content/sk/backing-services.md
reference-library/engineering/12factor/content/sk/build-release-run.md
reference-library/engineering/12factor/content/sk/codebase.md
reference-library/engineering/12factor/content/sk/concurrency.md
reference-library/engineering/12factor/content/sk/config.md
reference-library/engineering/12factor/content/sk/dependencies.md
reference-library/engineering/12factor/content/sk/dev-prod-parity.md
reference-library/engineering/12factor/content/sk/disposability.md
reference-library/engineering/12factor/content/sk/intro.md
reference-library/engineering/12factor/content/sk/logs.md
reference-library/engineering/12factor/content/sk/port-binding.md
reference-library/engineering/12factor/content/sk/processes.md
reference-library/engineering/12factor/content/sk/toc.md
reference-library/engineering/12factor/content/uk/admin-processes.md
reference-library/engineering/12factor/content/uk/background.md
reference-library/engineering/12factor/content/uk/backing-services.md
reference-library/engineering/12factor/content/uk/build-release-run.md
reference-library/engineering/12factor/content/uk/codebase.md
reference-library/engineering/12factor/content/uk/concurrency.md
reference-library/engineering/12factor/content/uk/config.md
reference-library/engineering/12factor/content/uk/dependencies.md
reference-library/engineering/12factor/content/uk/dev-prod-parity.md
reference-library/engineering/12factor/content/uk/disposability.md
reference-library/engineering/12factor/content/uk/intro.md
reference-library/engineering/12factor/content/uk/logs.md
reference-library/engineering/12factor/content/uk/port-binding.md
reference-library/engineering/12factor/content/uk/processes.md
reference-library/engineering/12factor/content/uk/toc.md
reference-library/engineering/12factor/content/zh_cn/admin-processes.md
reference-library/engineering/12factor/content/zh_cn/background.md
reference-library/engineering/12factor/content/zh_cn/backing-services.md
reference-library/engineering/12factor/content/zh_cn/build-release-run.md
reference-library/engineering/12factor/content/zh_cn/codebase.md
reference-library/engineering/12factor/content/zh_cn/concurrency.md
reference-library/engineering/12factor/content/zh_cn/config.md
reference-library/engineering/12factor/content/zh_cn/dependencies.md
reference-library/engineering/12factor/content/zh_cn/dev-prod-parity.md
reference-library/engineering/12factor/content/zh_cn/disposability.md
reference-library/engineering/12factor/content/zh_cn/intro.md
reference-library/engineering/12factor/content/zh_cn/logs.md
reference-library/engineering/12factor/content/zh_cn/port-binding.md
reference-library/engineering/12factor/content/zh_cn/processes.md
reference-library/engineering/12factor/content/zh_cn/toc.md
reference-library/engineering/18f-guides/readme.md
reference-library/engineering/18f-guides/_includes/methods/markdown/affinity-mapping.md
reference-library/engineering/18f-guides/content/accessibility/alternativeversions.md
reference-library/engineering/18f-guides/content/accessibility/checklist.md
reference-library/engineering/18f-guides/content/accessibility/color.md
reference-library/engineering/18f-guides/content/accessibility/css.md
reference-library/engineering/18f-guides/content/accessibility/flashing.md
reference-library/engineering/18f-guides/content/accessibility/forms.md
reference-library/engineering/18f-guides/content/accessibility/gov-resources.md
reference-library/engineering/18f-guides/content/accessibility/headings.md
reference-library/engineering/18f-guides/content/accessibility/hiddencontent.md
reference-library/engineering/18f-guides/content/accessibility/iframes.md
reference-library/engineering/18f-guides/content/accessibility/images.md
reference-library/engineering/18f-guides/content/accessibility/index.md
reference-library/engineering/18f-guides/content/accessibility/keyboard.md
reference-library/engineering/18f-guides/content/accessibility/landmarks.md
reference-library/engineering/18f-guides/content/accessibility/language.md
reference-library/engineering/18f-guides/content/accessibility/links.md
reference-library/engineering/18f-guides/content/accessibility/multimedia.md
reference-library/engineering/18f-guides/content/accessibility/pagetitles.md
reference-library/engineering/18f-guides/content/accessibility/tables.md
reference-library/engineering/18f-guides/content/accessibility/timeouts.md
reference-library/engineering/18f-guides/content/accessibility/tools.md
reference-library/engineering/18f-guides/content/accessibility/videos.md
reference-library/engineering/18f-guides/content/accessibility/writingguide.md
reference-library/engineering/18f-guides/content/agile/18f-agile-based-project-approach.md
reference-library/engineering/18f-guides/content/agile/agile-fundamentals.md
reference-library/engineering/18f-guides/content/agile/agile-is-a-thing-already.md
reference-library/engineering/18f-guides/content/agile/agile-is-something-you-are-not-something-you-do.md
reference-library/engineering/18f-guides/content/agile/agile-lexicon.md
reference-library/engineering/18f-guides/content/agile/introduction.md
reference-library/engineering/18f-guides/content/agile/modern-software-product-development.md
reference-library/engineering/18f-guides/content/brand/color-palette.md
reference-library/engineering/18f-guides/content/brand/icons.md
reference-library/engineering/18f-guides/content/brand/images.md
reference-library/engineering/18f-guides/content/brand/introduction.md
reference-library/engineering/18f-guides/content/brand/logo.md
reference-library/engineering/18f-guides/content/brand/principles.md
reference-library/engineering/18f-guides/content/brand/templates.md
reference-library/engineering/18f-guides/content/brand/typography.md
reference-library/engineering/18f-guides/content/content-guide/about-this-guide/index.md
reference-library/engineering/18f-guides/content/content-guide/about-this-guide/resources.md
reference-library/engineering/18f-guides/content/content-guide/our-approach/address-the-user.md
reference-library/engineering/18f-guides/content/content-guide/our-approach/avoid-duplication.md
reference-library/engineering/18f-guides/content/content-guide/our-approach/be-concise.md
reference-library/engineering/18f-guides/content/content-guide/our-approach/gather-feedback.md
reference-library/engineering/18f-guides/content/content-guide/our-approach/index.md
reference-library/engineering/18f-guides/content/content-guide/our-approach/keep-refining.md
reference-library/engineering/18f-guides/content/content-guide/our-approach/make-content-web-friendly.md
reference-library/engineering/18f-guides/content/content-guide/our-approach/plain-language.md
reference-library/engineering/18f-guides/content/content-guide/our-approach/structure-the-content.md
reference-library/engineering/18f-guides/content/content-guide/our-style/abbreviations-and-acronyms.md
reference-library/engineering/18f-guides/content/content-guide/our-style/active-voice.md
reference-library/engineering/18f-guides/content/content-guide/our-style/capitalization.md
reference-library/engineering/18f-guides/content/content-guide/our-style/inclusive-language.md
reference-library/engineering/18f-guides/content/content-guide/our-style/index.md
reference-library/engineering/18f-guides/content/content-guide/our-style/names.md
reference-library/engineering/18f-guides/content/content-guide/our-style/numbers-and-percentages.md
reference-library/engineering/18f-guides/content/content-guide/our-style/punctuation.md
reference-library/engineering/18f-guides/content/content-guide/our-style/specific-words-and-phrases.md
reference-library/engineering/18f-guides/content/content-guide/our-style/style-guides.md
reference-library/engineering/18f-guides/content/content-guide/our-style/technical-and-interface-writing.md
reference-library/engineering/18f-guides/content/content-guide/our-style/trademarks-and-brands.md
reference-library/engineering/18f-guides/content/content-guide/our-style/urls-and-filenames.md
reference-library/engineering/18f-guides/content/content-guide/our-style/voice-and-tone.md
reference-library/engineering/18f-guides/content/derisking/qasp.md
reference-library/engineering/18f-guides/content/derisking-government-tech/about.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/buying-development-services.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/conclusion.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/introduction.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/principles.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/software-solutions.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/vendor-management-part-01-preamble.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/vendor-management-part-02-introduction-to-vendor-management.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/vendor-management-part-03-leading-product-direction.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/vendor-management-part-04-setting-up-the-vendor-relationship-setting-up-the-vendor-rel.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/vendor-management-part-05-reviewing-the-vendors-work-reviewing-the-vendors-work.md
reference-library/engineering/18f-guides/content/derisking-government-tech/home/vendor-management-part-06-maintaining-a-healthy-vendor-relationship-maintaining-a-heal.md
reference-library/engineering/18f-guides/content/derisking-government-tech/resources/evaluate-bids.md
reference-library/engineering/18f-guides/content/derisking-government-tech/resources/evaluator-worksheet.md
reference-library/engineering/18f-guides/content/derisking-government-tech/resources/kickoff.md
reference-library/engineering/18f-guides/content/derisking-government-tech/resources/market-research.md
reference-library/engineering/18f-guides/content/derisking-government-tech/resources/open-source-security.md
reference-library/engineering/18f-guides/content/derisking-government-tech/resources/quality-indicators.md
reference-library/engineering/18f-guides/content/derisking-government-tech/resources/resources.md
reference-library/engineering/18f-guides/content/derisking-government-tech/resources/verbal-interview-questions.md
reference-library/engineering/18f-guides/content/derisking/federal-field-guide/1-introduction.md
reference-library/engineering/18f-guides/content/derisking/federal-field-guide/2-basic-principles.md
reference-library/engineering/18f-guides/content/derisking/federal-field-guide/3-planning.md
reference-library/engineering/18f-guides/content/derisking/federal-field-guide/4-deciding-what-to-buy.md
reference-library/engineering/18f-guides/content/derisking/federal-field-guide/5-doing-the-work.md
reference-library/engineering/18f-guides/content/derisking/federal-field-guide/6-appendix.md
reference-library/engineering/18f-guides/content/derisking/state-field-guide/1-introduction.md
reference-library/engineering/18f-guides/content/derisking/state-field-guide/2-basic-principles.md
reference-library/engineering/18f-guides/content/derisking/state-field-guide/3-budgeting-tech.md
reference-library/engineering/18f-guides/content/derisking/state-field-guide/4-questions-to-ask.md
reference-library/engineering/18f-guides/content/eng-hiring/debrief.md
reference-library/engineering/18f-guides/content/eng-hiring/index.md
reference-library/engineering/18f-guides/content/eng-hiring/interviews.md
reference-library/engineering/18f-guides/content/eng-hiring/phone-screens.md
reference-library/engineering/18f-guides/content/eng-hiring/pre-work.md
reference-library/engineering/18f-guides/content/eng-hiring/resume-review.md
reference-library/engineering/18f-guides/content/eng-hiring/selection.md
reference-library/engineering/18f-guides/content/eng-hiring/interviews/code-review.md
reference-library/engineering/18f-guides/content/eng-hiring/interviews/core-values.md
reference-library/engineering/18f-guides/content/eng-hiring/interviews/technical.md
reference-library/engineering/18f-guides/content/eng-hiring/interviews/wrap-up.md
reference-library/engineering/18f-guides/content/engineering/about/about.md
reference-library/engineering/18f-guides/content/engineering/about/resources.md
reference-library/engineering/18f-guides/content/engineering/languages-runtimes/css.md
reference-library/engineering/18f-guides/content/engineering/languages-runtimes/javascript.md
reference-library/engineering/18f-guides/content/engineering/languages-runtimes/language-selection.md
reference-library/engineering/18f-guides/content/engineering/languages-runtimes/markdown.md
reference-library/engineering/18f-guides/content/engineering/languages-runtimes/nodejs.md
reference-library/engineering/18f-guides/content/engineering/languages-runtimes/python.md
reference-library/engineering/18f-guides/content/engineering/languages-runtimes/ruby.md
reference-library/engineering/18f-guides/content/engineering/our-approach/apis.md
reference-library/engineering/18f-guides/content/engineering/our-approach/architecture-reviews.md
reference-library/engineering/18f-guides/content/engineering/our-approach/code-review.md
reference-library/engineering/18f-guides/content/engineering/our-approach/development-environments.md
reference-library/engineering/18f-guides/content/engineering/our-approach/example-workflows.md
reference-library/engineering/18f-guides/content/engineering/our-approach/frontend.md
reference-library/engineering/18f-guides/content/engineering/our-approach/incident-reports.md
reference-library/engineering/18f-guides/content/engineering/our-approach/on-call.md
reference-library/engineering/18f-guides/content/engineering/our-approach/people.md
reference-library/engineering/18f-guides/content/engineering/our-approach/release-checklist.md
reference-library/engineering/18f-guides/content/engineering/our-approach/release-strategies.md
reference-library/engineering/18f-guides/content/engineering/our-approach/workflow.md
reference-library/engineering/18f-guides/content/engineering/our-approach/people/assessment.md
reference-library/engineering/18f-guides/content/engineering/security/cloud-services.md
reference-library/engineering/18f-guides/content/engineering/security/content-security-policy.md
reference-library/engineering/18f-guides/content/engineering/security/dependency-remediation.md
reference-library/engineering/18f-guides/content/engineering/security/incident-response-drills.md
reference-library/engineering/18f-guides/content/engineering/security/output-encoding.md
reference-library/engineering/18f-guides/content/engineering/security/secrets.md
reference-library/engineering/18f-guides/content/engineering/tools/accessibility-scanning.md
reference-library/engineering/18f-guides/content/engineering/tools/books-we-have-read.md
reference-library/engineering/18f-guides/content/engineering/tools/browser-testing.md
reference-library/engineering/18f-guides/content/engineering/tools/continuous-deployment.md
reference-library/engineering/18f-guides/content/engineering/tools/datastore-selection.md
reference-library/engineering/18f-guides/content/engineering/tools/diagramming.md
reference-library/engineering/18f-guides/content/engineering/tools/docker.md
reference-library/engineering/18f-guides/content/engineering/tools/integrations.md
reference-library/engineering/18f-guides/content/engineering/tools/laptop-setup.md
reference-library/engineering/18f-guides/content/engineering/tools/project-setup.md
reference-library/engineering/18f-guides/content/engineering/tools/sharepoint.md
reference-library/engineering/18f-guides/content/engineering/tools/tests.md
reference-library/engineering/18f-guides/content/engineering/tools/web-architecture.md
reference-library/engineering/18f-guides/content/methods/about.md
reference-library/engineering/18f-guides/content/methods/index.md
reference-library/engineering/18f-guides/content/methods/service-blueprint-example.md
reference-library/engineering/18f-guides/content/methods/decide/affinity-mapping.md
reference-library/engineering/18f-guides/content/methods/decide/archetypes.md
reference-library/engineering/18f-guides/content/methods/decide/comparative-analysis.md
reference-library/engineering/18f-guides/content/methods/decide/content-audit.md
reference-library/engineering/18f-guides/content/methods/decide/design-hypothesis.md
reference-library/engineering/18f-guides/content/methods/decide/design-principles.md
reference-library/engineering/18f-guides/content/methods/decide/index.md
reference-library/engineering/18f-guides/content/methods/decide/interface-audit.md
reference-library/engineering/18f-guides/content/methods/decide/journey-mapping.md
reference-library/engineering/18f-guides/content/methods/decide/mental-modeling.md
reference-library/engineering/18f-guides/content/methods/decide/personas.md
reference-library/engineering/18f-guides/content/methods/decide/qualitative-data-analysis.md
reference-library/engineering/18f-guides/content/methods/decide/service-blueprint.md
reference-library/engineering/18f-guides/content/methods/decide/site-mapping.md
reference-library/engineering/18f-guides/content/methods/decide/storyboarding.md
reference-library/engineering/18f-guides/content/methods/decide/style-tiles.md
reference-library/engineering/18f-guides/content/methods/decide/task-flow-analysis.md
reference-library/engineering/18f-guides/content/methods/decide/user-scenarios.md
reference-library/engineering/18f-guides/content/methods/decide/user-stories.md
reference-library/engineering/18f-guides/content/methods/discover/cognitive-walkthrough.md
reference-library/engineering/18f-guides/content/methods/discover/contextual-inquiry.md
reference-library/engineering/18f-guides/content/methods/discover/design-studio.md
reference-library/engineering/18f-guides/content/methods/discover/dot-voting.md
reference-library/engineering/18f-guides/content/methods/discover/five-whys.md
reference-library/engineering/18f-guides/content/methods/discover/heuristic-evaluation.md
reference-library/engineering/18f-guides/content/methods/discover/hopes-and-fears.md
reference-library/engineering/18f-guides/content/methods/discover/index.md
reference-library/engineering/18f-guides/content/methods/discover/kj-method.md
reference-library/engineering/18f-guides/content/methods/discover/lean-coffee.md
reference-library/engineering/18f-guides/content/methods/discover/stakeholder-and-user-interviews.md
reference-library/engineering/18f-guides/content/methods/discover/stakeholder-influence-mapping.md
reference-library/engineering/18f-guides/content/methods/discover/system-map.md
reference-library/engineering/18f-guides/content/methods/fundamentals/compensation.md
reference-library/engineering/18f-guides/content/methods/fundamentals/index.md
reference-library/engineering/18f-guides/content/methods/fundamentals/privacy.md
reference-library/engineering/18f-guides/content/methods/fundamentals/recruiting.md
reference-library/engineering/18f-guides/content/methods/make/design-pattern-library.md
reference-library/engineering/18f-guides/content/methods/make/index.md
reference-library/engineering/18f-guides/content/methods/make/prototyping.md
reference-library/engineering/18f-guides/content/methods/make/wireframing.md
reference-library/engineering/18f-guides/content/methods/validate/card-sorting.md
reference-library/engineering/18f-guides/content/methods/validate/content-highlighter-testing.md
reference-library/engineering/18f-guides/content/methods/validate/index.md
reference-library/engineering/18f-guides/content/methods/validate/metrics.md
reference-library/engineering/18f-guides/content/methods/validate/multivariate-testing.md
reference-library/engineering/18f-guides/content/methods/validate/usability-testing.md
reference-library/engineering/18f-guides/content/methods/validate/visual-preference-testing.md
reference-library/engineering/18f-guides/content/product/about-this-guide/index.md
reference-library/engineering/18f-guides/content/product/about-this-guide/resources.md
reference-library/engineering/18f-guides/content/product/define/index.md
reference-library/engineering/18f-guides/content/product/define/problem.md
reference-library/engineering/18f-guides/content/product/define/roadmap.md
reference-library/engineering/18f-guides/content/product/define/strategy.md
reference-library/engineering/18f-guides/content/product/define/vision.md
reference-library/engineering/18f-guides/content/product/deliver/build.md
reference-library/engineering/18f-guides/content/product/deliver/collaborate.md
reference-library/engineering/18f-guides/content/product/deliver/index.md
reference-library/engineering/18f-guides/content/product/deliver/measure.md
reference-library/engineering/18f-guides/content/product/discover/compliance.md
reference-library/engineering/18f-guides/content/product/discover/index.md
reference-library/engineering/18f-guides/content/product/discover/stakeholders.md
reference-library/engineering/18f-guides/content/product/discover/technical.md
reference-library/engineering/18f-guides/content/product/discover/users.md
reference-library/engineering/18f-guides/content/product/partners/capacity.md
reference-library/engineering/18f-guides/content/product/partners/coach.md
reference-library/engineering/18f-guides/content/product/partners/index.md
reference-library/engineering/18f-guides/content/product/partners/transition.md
reference-library/engineering/18f-guides/content/product/partners/vendor.md
reference-library/engineering/18f-guides/content/ux-guide/index.md
reference-library/engineering/18f-guides/content/ux-guide/resources.md
reference-library/engineering/18f-guides/content/ux-guide/design/build-a-prototype.md
reference-library/engineering/18f-guides/content/ux-guide/design/index.md
reference-library/engineering/18f-guides/content/ux-guide/design/use-a-design-system.md
reference-library/engineering/18f-guides/content/ux-guide/our-approach/defining-design.md
reference-library/engineering/18f-guides/content/ux-guide/our-approach/index.md
reference-library/engineering/18f-guides/content/ux-guide/our-approach/meet-people-where-they-are.md
reference-library/engineering/18f-guides/content/ux-guide/our-approach/stay-lean.md
reference-library/engineering/18f-guides/content/ux-guide/our-approach/values-and-principles.md
reference-library/engineering/18f-guides/content/ux-guide/research/accessibility.md
reference-library/engineering/18f-guides/content/ux-guide/research/bias.md
reference-library/engineering/18f-guides/content/ux-guide/research/clarify-the-basics.md
reference-library/engineering/18f-guides/content/ux-guide/research/do.md
reference-library/engineering/18f-guides/content/ux-guide/research/ethics.md
reference-library/engineering/18f-guides/content/ux-guide/research/index.md
reference-library/engineering/18f-guides/content/ux-guide/research/legal.md
reference-library/engineering/18f-guides/content/ux-guide/research/make-research-actionable.md
reference-library/engineering/18f-guides/content/ux-guide/research/plan.md
reference-library/engineering/18f-guides/content/ux-guide/research/privacy.md
reference-library/engineering/18f-guides/content/ux-guide/research/share-power.md
reference-library/engineering/18f-guides/content/ux-guide/resources/assisting-in-research.md
reference-library/engineering/18f-guides/content/ux-guide/resources/interview-checklist.md
reference-library/engineering/18f-guides/content/ux-guide/resources/interview-debrief-guide.md
reference-library/engineering/18f-guides/content/ux-guide/resources/interview-guide.md
reference-library/engineering/18f-guides/content/ux-guide/resources/participant-agreement-spanish-no-compensation.md
reference-library/engineering/18f-guides/content/ux-guide/resources/participant-agreement.md
reference-library/engineering/18f-guides/content/ux-guide/resources/privacy-act-notice.md
reference-library/engineering/18f-guides/content/ux-guide/resources/research-lead.md
reference-library/engineering/18f-guides/content/ux-guide/resources/research-plan.md
reference-library/engineering/18f-guides/content/ux-guide/resources/usability-test-guide.md
reference-library/engineering/18f-guides/content/ux-guide/resources/usability-test-quality-heuristics.md
reference-library/engineering/18f-guides/content/ux-guide/resources/email-templates/researcher-introduces-themselves.md
reference-library/engineering/18f-guides/content/ux-guide/resources/email-templates/researcher-sends-agreement.md
reference-library/engineering/18f-guides/content/ux-guide/resources/email-templates/stakeholder-introduces-researcher.md
reference-library/engineering/18f-guides/docs/analytics.md
reference-library/engineering/18f-guides/docs/development.md
reference-library/engineering/18f-guides/docs/adr/001-clarify-dependabot-process.md
reference-library/engineering/18f-guides/docs/adr/002-improve-maintenance-of-assets.md
reference-library/engineering/18f-guides/docs/adr/readme.md
reference-library/engineering/adr-examples/readme.md
reference-library/engineering/adr-examples/locales/index.md
reference-library/engineering/adr-examples/locales/readme.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/awgrymiadau-ar-gyfer-ysgrifennu-adrs-da/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/beth-yw-cofnod-penderfyniad-pensaernïaeth/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/canllawiau-i-gyflawni-penderfyniadau-cynaliadwy/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/confensiynau-enw-ffeil/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/cwestiynau-gwaith-tîm-ar-gyfer-adrau/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/cyngor-gwaith-tîm-ar-gyfer-adrs/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/meini-prawf-cynaliadwyedd-penderfynu/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/proses-cofnodion-penderfynol-pensaernïol-aws/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/sut-i-ddechrau-defnyddio-adrs/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/sut-i-ddechrau-defnyddio-adrs-gyda-git/index.md
reference-library/engineering/adr-examples/locales/cy/nogfennau/sut-i-ddechrau-defnyddio-adrs-gydag-offer/index.md
reference-library/engineering/adr-examples/locales/cy/templedi/index.md
reference-library/engineering/adr-examples/locales/cy/templedi/templed-cofnod-penderfyniad-ar-gyfer-achos-busnes/index.md
reference-library/engineering/adr-examples/locales/cy/templedi/templed-cofnod-penderfyniad-ar-gyfer-patrwm-alecsandraidd/index.md
reference-library/engineering/adr-examples/locales/cy/templedi/templed-cofnod-penderfyniad-gan-edgex/index.md
reference-library/engineering/adr-examples/locales/cy/templedi/templed-cofnod-penderfyniad-gan-jeff-tyree-and-art-akerman/index.md
reference-library/engineering/adr-examples/locales/cy/templedi/templed-cofnod-penderfyniad-gan-michael-nygard/index.md
reference-library/engineering/adr-examples/locales/cy/templedi/templed-cofnod-penderfyniad-gan-planguage/index.md
reference-library/engineering/adr-examples/locales/cy/templedi/templed-cofnod-penderfyniad-y-prosiect-madr/index.md
reference-library/engineering/adr-examples/locales/en/documents/aws-adr-process/index.md
reference-library/engineering/adr-examples/locales/en/documents/decision-sustainability-criteria/index.md
reference-library/engineering/adr-examples/locales/en/documents/file-name-conventions-for-adrs/index.md
reference-library/engineering/adr-examples/locales/en/documents/fitness-functions-for-decisions-as-code/index.md
reference-library/engineering/adr-examples/locales/en/documents/guidelines-to-achieve-sustainable-decisions/index.md
reference-library/engineering/adr-examples/locales/en/documents/how-to-start-using-adrs/index.md
reference-library/engineering/adr-examples/locales/en/documents/how-to-start-using-adrs-with-git/index.md
reference-library/engineering/adr-examples/locales/en/documents/how-to-start-using-adrs-with-tools/index.md
reference-library/engineering/adr-examples/locales/en/documents/suggestions-for-writing-good-adrs/index.md
reference-library/engineering/adr-examples/locales/en/documents/teamwork-advice-for-adrs/index.md
reference-library/engineering/adr-examples/locales/en/documents/teamwork-questions-for-adrs/index.md
reference-library/engineering/adr-examples/locales/en/documents/what-is-an-architecture-decision-record/index.md
reference-library/engineering/adr-examples/locales/en/examples/index.md
reference-library/engineering/adr-examples/locales/en/examples/4-day-work-week/index.md
reference-library/engineering/adr-examples/locales/en/examples/agile-software-development/index.md
reference-library/engineering/adr-examples/locales/en/examples/amazon-web-services/index.md
reference-library/engineering/adr-examples/locales/en/examples/api-using-json-v-grpc/index.md
reference-library/engineering/adr-examples/locales/en/examples/authentication-authorization-options/index.md
reference-library/engineering/adr-examples/locales/en/examples/browser-automation-framework-for-e2e-testing-playwright-vs-selenium/index.md
reference-library/engineering/adr-examples/locales/en/examples/chart-library-toolkit-for-data-visualization-using-typescript-and-json/index.md
reference-library/engineering/adr-examples/locales/en/examples/choosing-a-database-technology/index.md
reference-library/engineering/adr-examples/locales/en/examples/continuous-integration/index.md
reference-library/engineering/adr-examples/locales/en/examples/css-framework/index.md
reference-library/engineering/adr-examples/locales/en/examples/docker-swarm-container-orchestration/index.md
reference-library/engineering/adr-examples/locales/en/examples/environment-variable-configuration/index.md
reference-library/engineering/adr-examples/locales/en/examples/go-programming-language/index.md
reference-library/engineering/adr-examples/locales/en/examples/google-cloud-platform/index.md
reference-library/engineering/adr-examples/locales/en/examples/high-trust-teamwork/index.md
reference-library/engineering/adr-examples/locales/en/examples/java-programming-language/index.md
reference-library/engineering/adr-examples/locales/en/examples/kubernetes-container-orchestration/index.md
reference-library/engineering/adr-examples/locales/en/examples/metrics-monitors-alerts/index.md
reference-library/engineering/adr-examples/locales/en/examples/microsoft-azure-cloud-infrastructure/index.md
reference-library/engineering/adr-examples/locales/en/examples/microsoft-azure-devops/index.md
reference-library/engineering/adr-examples/locales/en/examples/monorepo-vs-multirepo/index.md
reference-library/engineering/adr-examples/locales/en/examples/mysql-database/index.md
reference-library/engineering/adr-examples/locales/en/examples/postgresql-database/index.md
reference-library/engineering/adr-examples/locales/en/examples/programming-code-editors/index.md
reference-library/engineering/adr-examples/locales/en/examples/programming-languages/index.md
reference-library/engineering/adr-examples/locales/en/examples/python-django-framework/index.md
reference-library/engineering/adr-examples/locales/en/examples/python-programming-language/index.md
reference-library/engineering/adr-examples/locales/en/examples/react-front-end-javascript-library/index.md
reference-library/engineering/adr-examples/locales/en/examples/ruby-on-rails-framework/index.md
reference-library/engineering/adr-examples/locales/en/examples/rust-programming-language/index.md
reference-library/engineering/adr-examples/locales/en/examples/secrets-storage/index.md
reference-library/engineering/adr-examples/locales/en/examples/snake-case-v-camelcase-for-a-rest-api/index.md
reference-library/engineering/adr-examples/locales/en/examples/svelte-components/index.md
reference-library/engineering/adr-examples/locales/en/examples/svelte-front-end-javascript-library/index.md
reference-library/engineering/adr-examples/locales/en/examples/sveltekit-framework/index.md
reference-library/engineering/adr-examples/locales/en/examples/tailwind-css/index.md
reference-library/engineering/adr-examples/locales/en/examples/timestamp-format/index.md
reference-library/engineering/adr-examples/locales/en/examples/vue-front-end-javascript-library/index.md
reference-library/engineering/adr-examples/locales/en/examples/web-application-framework-batteries-included-full-stack-for-a-startup-product/index.md
reference-library/engineering/adr-examples/locales/en/examples/work-from-home/index.md
reference-library/engineering/adr-examples/locales/en/templates/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-by-arc42/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-by-edgex/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-by-gareth-morgan/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-by-gareth-morgan/readme.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-by-gig-cymru-nhs-wales/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-by-jeff-tyree-and-art-akerman/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-by-jeff-tyree-and-art-akerman/license-wip.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-by-michael-nygard/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-for-alexandrian-pattern/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-for-business-case/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-of-the-madr-project/index.md
reference-library/engineering/adr-examples/locales/en/templates/decision-record-template-using-planguage/index.md
reference-library/engineering/arc42-template/other-formats/eap/readme.md
reference-library/engineering/dropbox-career-framework/readme.md
reference-library/engineering/engineering-ladders/developer.md
reference-library/engineering/engineering-ladders/engineering-manager.md
reference-library/engineering/engineering-ladders/managing-managers.md
reference-library/engineering/engineering-ladders/readme.md
reference-library/engineering/engineering-ladders/tech-lead-engineering-manager.md
reference-library/engineering/engineering-ladders/tech-lead.md
reference-library/engineering/engineering-ladders/technical-program-manager.md
reference-library/engineering/gds-way/readme.md
reference-library/engineering/google-eng-practices/readme.md
reference-library/engineering/google-eng-practices/review/emergencies.md
reference-library/engineering/google-eng-practices/review/index.md
reference-library/engineering/google-eng-practices/review/developer/cl-descriptions.md
reference-library/engineering/google-eng-practices/review/developer/handling-comments.md
reference-library/engineering/google-eng-practices/review/developer/index.md
reference-library/engineering/google-eng-practices/review/developer/small-cls.md
reference-library/engineering/google-eng-practices/review/reviewer/comments.md
reference-library/engineering/google-eng-practices/review/reviewer/index.md
reference-library/engineering/google-eng-practices/review/reviewer/looking-for.md
reference-library/engineering/google-eng-practices/review/reviewer/navigate.md
reference-library/engineering/google-eng-practices/review/reviewer/pushback.md
reference-library/engineering/google-eng-practices/review/reviewer/speed.md
reference-library/engineering/google-eng-practices/review/reviewer/standard.md
reference-library/engineering/madr/readme.md
reference-library/engineering/madr/docs/examples.md
reference-library/engineering/madr/docs/index.md
reference-library/engineering/madr/docs/readme.md
reference-library/engineering/madr/docs/tooling.md
reference-library/engineering/madr/docs/decisions/0000-use-markdown-architectural-decision-records.md
reference-library/engineering/madr/docs/decisions/0001-use-cc0-or-mit-as-license.md
reference-library/engineering/madr/docs/decisions/0002-do-not-use-numbers-in-headings.md
reference-library/engineering/madr/docs/decisions/0003-provide-own-madr-tools.md
reference-library/engineering/madr/docs/decisions/0004-write-own-toc-tool.md
reference-library/engineering/madr/docs/decisions/0005-use-dashes-in-filenames.md
reference-library/engineering/madr/docs/decisions/0006-use-names-as-identifier.md
reference-library/engineering/madr/docs/decisions/0007-do-not-emphasize-line-headings.md
reference-library/engineering/madr/docs/decisions/0008-add-status-field.md
reference-library/engineering/madr/docs/decisions/0009-support-links-between-adrs-inside-an-adrs.md
reference-library/engineering/madr/docs/decisions/0010-support-categories.md
reference-library/engineering/madr/docs/decisions/0011-use-asterisk-as-list-marker.md
reference-library/engineering/madr/docs/decisions/0012-use-curly-braces-to-denote-placeholder.md
reference-library/engineering/madr/docs/decisions/0013-use-yaml-front-matter-for-meta-data.md
reference-library/engineering/madr/docs/decisions/0014-allow-neutral-arguments.md
reference-library/engineering/madr/docs/decisions/0015-include-consulting-informed-of-raci.md
reference-library/engineering/madr/docs/decisions/0016-outcome-before-detailed-pros-cons.md
reference-library/engineering/madr/docs/decisions/0017-use-same-format-for-outcomes-and-options.md
reference-library/engineering/madr/docs/decisions/0018-use-confirmation-as-heading.md
reference-library/engineering/madr/docs/decisions/adr-template.md
reference-library/engineering/madr/docs/decisions/index.md
reference-library/engineering/madr/template/adr-template-minimal.md
reference-library/engineering/madr/template/adr-template.md
reference-library/engineering/madr/template/readme.md
reference-library/engineering/microsoft-api-guidelines/guidelines.md
reference-library/engineering/microsoft-api-guidelines/readme.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-01-considerations-for-service-design.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-02-history.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-03-introduction.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-04-azure-management-plane-vs-data-plane.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-05-start-with-the-developer-experience.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-06-focus-on-hero-scenarios.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-07-design-for-change-resiliency.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-08-use-good-names.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-09-use-previews-to-iterate.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-10-communicate-deprecations.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-11-avoid-surprises.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-12-action-operations.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-13-long-running-operations.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-14-errors.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-15-pagination.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-16-conditional-requests.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-17-returning-string-offsets-lengths-substrings.md
reference-library/engineering/microsoft-api-guidelines/azure/considerations-for-service-design-part-18-getting-help-the-azure-rest-api-stewardship-board.md
reference-library/engineering/microsoft-api-guidelines/azure/guidelines-part-01-microsoft-azure-rest-api-guidelines.md
reference-library/engineering/microsoft-api-guidelines/azure/guidelines-part-02-history.md
reference-library/engineering/microsoft-api-guidelines/azure/guidelines-part-03-introduction.md
reference-library/engineering/microsoft-api-guidelines/azure/guidelines-part-04-building-blocks-http-rest-json.md
reference-library/engineering/microsoft-api-guidelines/azure/guidelines-part-05-common-api-patterns.md
reference-library/engineering/microsoft-api-guidelines/azure/guidelines-part-06-final-thoughts.md
reference-library/engineering/microsoft-api-guidelines/azure/readme.md
reference-library/engineering/microsoft-api-guidelines/azure/versioning-guidelines.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-01-preamble.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-02-microsoft-rest-api-guidelines.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-03-microsoft-rest-api-guidelines-working-group.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-04-microsoft-rest-api-guidelines.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-05-1-abstract.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-06-2-table-of-contents.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-07-3-introduction.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-08-4-interpreting-the-guidelines.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-09-5-taxonomy.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-10-6-client-guidance.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-11-7-consistency-fundamentals.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-12-8-cors.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-13-9-collections.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-14-10-delta-queries.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-15-11-json-standardizations.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-16-12-versioning.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-17-13-long-running-operations.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-18-14-throttling-quotas-and-limits.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-19-15-push-notifications-via-webhooks.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-20-16-unsupported-requests.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-21-17-naming-guidelines.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-deprecated-part-22-18-appendix.md
reference-library/engineering/microsoft-api-guidelines/graph/guidelines-graph.md
reference-library/engineering/microsoft-api-guidelines/graph/articles/collections.md
reference-library/engineering/microsoft-api-guidelines/graph/articles/core-types.md
reference-library/engineering/microsoft-api-guidelines/graph/articles/deprecation.md
reference-library/engineering/microsoft-api-guidelines/graph/articles/error-responses.md
reference-library/engineering/microsoft-api-guidelines/graph/articles/filter-as-segment.md
reference-library/engineering/microsoft-api-guidelines/graph/articles/naming.md
reference-library/engineering/microsoft-api-guidelines/graph/articles/nullable.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/alternate-key.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/anti-pattern-template.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/change-tracking.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/default-properties.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/dictionary-client-guidance.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/dictionary.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/enums.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/evolvable-enums.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/facets.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/flat-bag.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/long-running-operations.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/namespace.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/navigation-property.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/operations.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/pattern-description-template.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/subsets.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/subtypes.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/upsert.md
reference-library/engineering/microsoft-api-guidelines/graph/patterns/viewpoint.md
reference-library/engineering/microsoft-code-with-playbook/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/engineering-fundamentals-checklist.md
reference-library/engineering/microsoft-code-with-playbook/docs/ise.md
reference-library/engineering/microsoft-code-with-playbook/docs/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/the-first-week-of-an-ise-project.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/async-collaboration-checklist.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/backlog-management.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/branching-and-cicd.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/ceremonies.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/roles.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/backlog-management/external-feedback.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/backlog-management/minimal-slices.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/backlog-management/risk-management.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/collaboration/add-pairing-field-azure-devops-cards.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/collaboration/pair-programming-tools.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/collaboration/social-question.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/collaboration/teaming-up.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/collaboration/virtual-collaboration.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/collaboration/why-collaboration.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/effective-organization/delivery-plan.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/advanced-topics/effective-organization/scrum-of-scrums.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/team-agreements/definition-of-done.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/team-agreements/definition-of-ready.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/team-agreements/team-manifesto.md
reference-library/engineering/microsoft-code-with-playbook/docs/agile-development/team-agreements/working-agreement.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/test-planning.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/cdc-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/e2e-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/e2e-testing/testing-comparison.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/e2e-testing/testing-methods.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/e2e-testing/recipes/gauge-framework.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/e2e-testing/recipes/postman-testing.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/fault-injection-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/integration-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/performance-testing/iterative-perf-test-template.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/performance-testing/load-testing.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/performance-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/shadow-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/smoke-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/synthetic-monitoring-tests/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/tech-specific-samples/building-containers-with-azure-devops.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/tech-specific-samples/blobstorage-unit-tests/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/templates/case-study-template.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/templates/test-type-template.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/ui-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/ui-testing/teams-tests.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/unit-testing/authoring-example.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/unit-testing/custom-connector.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/unit-testing/mocking.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/unit-testing/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/unit-testing/tdd-example.md
reference-library/engineering/microsoft-code-with-playbook/docs/automated-testing/unit-testing/why-unit-tests.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/continuous-delivery.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/continuous-integration.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/azure-devops-service-connection-security.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/dependency-and-container-scanning.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/evaluate-open-source-software.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/penetration-testing.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/secrets-management/credential-scanning.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/secrets-management/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/secrets-management/secrets-rotation.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/secrets-management/static-code-analysis.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/secrets-management/recipes/detect-secrets-ado.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/dev-sec-ops/secrets-management/recipes/detect-secrets.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/gitops/deploying-with-gitops.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/gitops/github-workflows.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/gitops/secret-management/azure-devops-secret-management-per-branch.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/gitops/secret-management/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/gitops/secret-management/secret-rotation-in-pods.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/recipes/cd-on-low-code-solutions.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/recipes/ci-pipeline-for-better-documentation.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/recipes/ci-with-jupyter-notebooks.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/recipes/inclusive-linting.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/recipes/reusing-devcontainers-within-a-pipeline.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/recipes/github-actions/runtime-variables/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/recipes/terraform/save-output-to-variable-group.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/recipes/terraform/share-common-variables-naming-conventions.md
reference-library/engineering/microsoft-code-with-playbook/docs/ci-cd/recipes/terraform/terraform-structure-guidelines.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/faq.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/inclusion-in-code-review.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/pull-request-template.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/pull-requests.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/tools.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/evidence-and-measures/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/process-guidance/author-guidance.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/process-guidance/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/process-guidance/reviewer-guidance.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/recipes/azure-pipelines-yaml.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/recipes/bash.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/recipes/csharp.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/recipes/go.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/recipes/java.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/recipes/javascript-and-typescript.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/recipes/markdown.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/recipes/python.md
reference-library/engineering/microsoft-code-with-playbook/docs/code-reviews/recipes/terraform.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/exception-handling.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-patterns/cloud-resource-design-guidance.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-patterns/data-heavy-design-guidance.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-patterns/distributed-system-design-reference.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-patterns/network-architecture-guidance-for-azure.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-patterns/network-architecture-guidance-for-hybrid.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-patterns/non-functional-requirements-capture-guide.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-patterns/object-oriented-design-reference.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-patterns/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-patterns/rest-api-design-guidance.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/decision-log/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/decision-log/doc/decision-log.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/decision-log/doc/adr/0002-app-level-logging.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/decision-log/examples/memory/decision-log.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/decision-log/examples/memory/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/decision-log/examples/memory/architecture/data-model.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/decision-log/examples/memory/deployment/environments.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/decision-log/examples/memory/trade-studies/gitops.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/async-design-reviews.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/engagement-process.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/engineering-feasibility-spikes.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/high-level-design-recipe.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/milestone-epic-design-review-recipe.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/preferred-diagram-tooling.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/technical-spike.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/templates/feature-story-design-review.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/templates/milestone-epic-design-review.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/templates/template-task-design-review.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/recipes/templates/template-technical-spike.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/trade-studies/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/design-reviews/trade-studies/template.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/diagram-types/class-diagrams.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/diagram-types/component-diagrams.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/diagram-types/deployment-diagrams.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/diagram-types/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/diagram-types/sequence-diagrams.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/sustainability/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/sustainability/sustainable-action-disclaimers.md
reference-library/engineering/microsoft-code-with-playbook/docs/design/sustainability/sustainable-engineering-principles.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/client-app-inner-loop.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/copilots.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/cross-platform-tasks.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/devcontainers-getting-started.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/devcontainers-going-further.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/execute-local-pipeline-with-docker.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/fake-services-inner-loop.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/onboarding-guide-template.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/developer-experience/toggle-vnet-dev-environment.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/best-practices/automation.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/guidance/code.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/guidance/engineering-feedback.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/guidance/project-and-repositories.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/guidance/pull-requests.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/guidance/rest-apis.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/guidance/work-items.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/recipes/deploy-docfx-azure-website.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/recipes/static-website-with-mkdocs.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/recipes/sync-wiki-between-repos.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/recipes/using-docfx-and-tools.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/tools/automation.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/tools/languages.md
reference-library/engineering/microsoft-code-with-playbook/docs/documentation/tools/wikis.md
reference-library/engineering/microsoft-code-with-playbook/docs/engineering-feedback/feedback-examples.md
reference-library/engineering/microsoft-code-with-playbook/docs/engineering-feedback/feedback-faq.md
reference-library/engineering/microsoft-code-with-playbook/docs/engineering-feedback/feedback-guidance.md
reference-library/engineering/microsoft-code-with-playbook/docs/engineering-feedback/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/agile-development-considerations-for-ml-projects.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/data-exploration.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/envisioning-and-problem-formulation.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/envisioning-summary-template.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/feasibility-studies.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/ml-fundamentals-checklist.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/ml-model-checklist.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/model-experimentation.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/profiling-ml-and-mlops-code.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/proposed-ml-process.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/responsible-ai.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/testing-data-science-and-mlops-code.md
reference-library/engineering/microsoft-code-with-playbook/docs/ml-and-ai-projects/tpm-considerations-for-ml-projects.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/accessibility.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/availability.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/capacity.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/compliance.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/data-integrity.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/disaster-recovery.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/internationalization.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/interoperability.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/maintainability.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/performance.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/portability.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/reliability.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/scalability.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/usability.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/privacy/data-handling.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/privacy/privacy-frameworks.md
reference-library/engineering/microsoft-code-with-playbook/docs/non-functional-requirements/privacy/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/alerting.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/best-practices.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/correlation-id.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/diagnostic-tools.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/log-vs-metric-vs-trace.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/logs-privacy.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/microservices.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/ml-observability.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/observability-as-code.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/observability-databricks.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/observability-pipelines.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/pitfalls.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/profiling.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/recipes-observability.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/pillars/dashboard.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/pillars/logging.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/pillars/metrics.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/pillars/tracing.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/tools/kubernetes-dashboards.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/tools/loki.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/tools/open-telemetry.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/tools/prometheus.md
reference-library/engineering/microsoft-code-with-playbook/docs/observability/tools/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/security/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/security/rules-of-engagement.md
reference-library/engineering/microsoft-code-with-playbook/docs/security/threat-modelling-example.md
reference-library/engineering/microsoft-code-with-playbook/docs/security/threat-modelling.md
reference-library/engineering/microsoft-code-with-playbook/docs/source-control/component-versioning.md
reference-library/engineering/microsoft-code-with-playbook/docs/source-control/merge-strategies.md
reference-library/engineering/microsoft-code-with-playbook/docs/source-control/naming-branches.md
reference-library/engineering/microsoft-code-with-playbook/docs/source-control/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/source-control/secrets-management.md
reference-library/engineering/microsoft-code-with-playbook/docs/source-control/git-guidance/git-lfs-and-vfs.md
reference-library/engineering/microsoft-code-with-playbook/docs/source-control/git-guidance/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/ui-ux/readme.md
reference-library/engineering/microsoft-code-with-playbook/docs/ui-ux/recommended-technologies.md
reference-library/engineering/opentelemetry-docs/agents.md
reference-library/engineering/opentelemetry-docs/readme.md
reference-library/engineering/opentelemetry-docs/.cspell/readme.md
reference-library/engineering/opentelemetry-docs/archetypes/blog.md
reference-library/engineering/opentelemetry-docs/content/bn/index.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/what-is-opentelemetry.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/concepts/glossary.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/concepts/signals/index.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/architecture.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/docker-deployment.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/index.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/kubernetes-deployment.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/tests.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/services/accounting.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/services/email.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/services/fraud-detection.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/services/image-provider.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/services/kafka.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/services/shipping.md
reference-library/engineering/opentelemetry-docs/content/bn/docs/demo/services/cart/index.md
reference-library/engineering/opentelemetry-docs/content/en/index.md
reference-library/engineering/opentelemetry-docs/content/en/status.md
reference-library/engineering/opentelemetry-docs/content/en/_includes/page-drifted-msg.md
reference-library/engineering/opentelemetry-docs/content/en/announcements/kubecon-asia.md
reference-library/engineering/opentelemetry-docs/content/en/announcements/kubecon-china.md
reference-library/engineering/opentelemetry-docs/content/en/announcements/kubecon-eu.md
reference-library/engineering/opentelemetry-docs/content/en/announcements/kubecon-india.md
reference-library/engineering/opentelemetry-docs/content/en/announcements/kubecon-japan.md
reference-library/engineering/opentelemetry-docs/content/en/announcements/open-observability-summit-na.md
reference-library/engineering/opentelemetry-docs/content/en/blog/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2019/opentelemetry-governance-committee-explained/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2021/auto-instrumentation-k8s.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/announcing-community-manager.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/dotnet-instrumentation-first-beta.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/dotnet-instrumentation-metrics.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/gc-candidates.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/gc-election-results.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/gc-elections.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/kubecon-na-project-update.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/kubecon-na.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/metrics-announcement.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/otel-in-practice.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/otel-tuesday-v1-sunset.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/otel-unplugged-kubecon-na.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/troubleshooting-nodejs.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/v1-0-trio.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/announcing-opentelemetry-demo-release/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/apisix/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/collector-builder-sample/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/debug-otel-with-otel/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/demo-announcement/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/end-user-discussion-group-apac/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/exponential-histograms/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/frontend-overhaul/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/go-web-app-instrumentation/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/instrument-apache-httpd-server/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/instrument-kafka-clients/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/instrument-nginx/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/jaeger-native-otlp/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/k8s-metadata/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/k8s-otel-expose/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/knative/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/opamp/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/otel-demo-app-nomad/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/tail-sampling/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2022/why-and-how-ebay-pivoted-to-opentelemetry/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/any-metric-receiver.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/cloud-foundry.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/ecs-otel-semconv-convergence.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/end-user-discussions-01.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/end-user-discussions-02.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/end-user-discussions-03.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/end-user-discussions-04.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/end-user-q-and-a-01.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/end-user-q-and-a-02.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/end-user-q-and-a-03.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/end-user-q-and-a-04.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/euwg-future-of-observability-panel.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/exponential-histograms.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/gc-candidates.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/gc-election-results.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/gc-elections.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/http-conventions-declared-stable.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/http-conventions-stability.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/humans-of-otel.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/integrations.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/jaeger-exporter-collector-migration.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/kubecon-eu.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/kubecon-na.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/lambda-release.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/new-apac-meetings.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-demo-16.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-dotnet-auto-instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-go-metrics-sdk-stable.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-01.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-02.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-03.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-04.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-05.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-06.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-07.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-08.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-09.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-10.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-in-focus-break.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/outreachy-may-cohort.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/php-beta-release.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/php-rc-release.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/submitting-your-first-conference-talk.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/sunsetting-opencensus.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/contribfest-na/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/contributing-to-otel/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/demo-birthday/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/histograms-vs-summaries/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/jmx-metric-insight/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/k8s-runtime-observability/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/logs-collection/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/opamp-status/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otel-arrow/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/otterize-otel/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/perf-testing/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/php-auto-instrumentation/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/spring-native/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/synthetic-testing/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/testing-otel-demo/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/tyk-api-gateway/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2023/why-histograms/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/community-awards-winners.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/community-awards.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/cve-2024-36129.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/docs-localized.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/elastic-contributes-continuous-profiling-agent.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/fuzzing-audit-results.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/gc-candidates.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/gc-election-results.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/gc-elections.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/go-contrib-removal.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/go-opentelemetry-io.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/hardening-the-collector-one.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/humans-of-otel-eu-2024.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/humans-of-otel-na-2024.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/kubecon-china.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/kubecon-eu.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/kubecon-na.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/llm-observability.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/outreachy-how-why-sakshi.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/profiling.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/scaling-collectors.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/security-audit-results.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/state-profiling.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/year-in-review.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/collecting-otel-compliant-java-logs-from-files/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/collector-roadmap/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/demo-skyscanner/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/getting-started-with-otelsql/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/java-metric-systems-compared/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/new-otel-features-envoy-istio/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-arrow-production/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-collector-anti-patterns/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-collector-container-log-parser/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-collector-survey/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-docs-survey/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-errors/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-generative-ai/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-get-started-survey/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-governance/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/otel-operator-q-and-a/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/prom-and-otel/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/prometheus-compatibility-survey/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2024/spring-starter-stable/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/calling-new-contributors.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/community-awards-winners.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/community-awards.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/complex-attribute-types.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/contrib-unroll-processor.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/contribex-survey.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/contribute-to-otel.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/day-opentelemetry-maintainer.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/declarative-config.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/demystifying-auto-instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/deprecating-zipkin-exporters.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/gc-candidates.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/gc-elections-results.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/gc-elections.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/go-auto-instrumentation-beta.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/go-compile-time-instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/go-goals.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/go-opentelemetry-io-expired-certificate.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/how-to-name-your-metrics.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/how-to-name-your-span-attributes.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/how-to-name-your-spans.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/humans-of-otel-eu.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/issue-participation.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/kotlin-multiplatform-opentelemetry.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/kubecon-china.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/kubecon-eu.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/kubecon-japan.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/kubecon-na.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/kubeletstats-receiver-metrics-deprecation.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/obi-announcing-first-release.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/opentelemetry-logging-and-you.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otca-for-newcomers-and-advanced-users.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-arrow-phase-2.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-collector-k8s-discovery.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-day.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-demo-2.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-injector.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-js-sdk-2-0.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-mainframe-priorities-survey.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-rocks.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otip-alibaba.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/ottl-contexts-just-got-easier.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/outreachy-internship.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/sampling-milestones.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/slack-workspace-changes.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/stability-proposal-announcement.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/stabilizing-rpc-conventions.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/tc-election-results.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/ai-agent-observability/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/android-road-to-stable/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/contribex-survey-results/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/declarative-config-rc3/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/devex-survey/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/expose-otel-collector-gateway-api/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/mainframe-survey/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/observing-lambdas/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/opentelemetry-for-legacy-app/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-cicd-sig/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-unplugged-fosdem/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/otel-weaver/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/recognizing-pride-month/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2025/ux-research-prometheus-otel/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/deprecating-opentracing-compatibility.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/deprecating-span-events.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/k8s-semconv-rc.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/kotlin-multiplatform-opentelemetry.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/kubecon-eu.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/new-community-managers.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/obi-goals.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/otel-php-distro-donation-update.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/oteljs-nodejs-dos-mitigation.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/ottl-context-inference-come-to-filterprocessor.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/stable-declarative-config.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/2025-year-in-review/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/alternative-approaches-to-contributing/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/dapr-workflow-observability/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/demystifying-opentelemetry/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-adobe/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-mastodon/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-01-preamble.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-02-organizational-structure.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-03-opentelemetry-adoption.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-04-architecture-centralized-routing-distributed-collection.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-05-configuration-start-simple-evolve-gradually.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-06-instrumentation-strategy.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-07-image-used-as-source-for-the-opentelemetry-java-agent.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-08-define-a-common-base-image-for-all-java-microservices-to-ext.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-09-copy-opentelemetry-java-agent-from-otel-image.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-10-pick-sensible-defaults-for-everyone-in-the-org.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-11-we-use-this-to-setup-otel-resource-attributes.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-12-for-things-we-can-detect-from-environment-variables-on-servi.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-13-these-vars-are-set-automatically-by-our-deployment-system.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-14-some-env-vars-have-been-omitted-to-avoid-repetition.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-15-its-easy-to-extend-if-my-service-wants-to-enable-some-other-.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-16-default-skyscanner-metrics-view-config.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-17-stored-in-a-file-which-otelexperimentalmetricsviewconfig-poi.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-18-drop-http-and-rpc-metrics-because-we-have-metrics-from-istio.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-19-we-still-want-tracing-to-work-so-we-wouldnt-just-disable-the.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-20-this-dropping-behaviour-can-be-altered-by-extending-the-list.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-21-to-explicitly-select-the-metrics-to-be-kept.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-22-eg-to-keep-httpserverrequestduration-metrics.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-23-but-continue-to-drop-httpclient-metrics.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-24-deployment-and-release-management.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-25-what-works-well.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-26-lessons-and-pain-points.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-27-advice-for-others.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/devex-skyscanner/index-part-28-whats-next.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/hello-from-community-managers/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/log-deduplication-processor/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/obi-http-header-enrichment/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/otel-collector-follow-up-survey-analysis/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/profiles-alpha/index.md
reference-library/engineering/opentelemetry-docs/content/en/blog/2026/slack-community-insights/index.md
reference-library/engineering/opentelemetry-docs/content/en/community/events.md
reference-library/engineering/opentelemetry-docs/content/en/community/index.md
reference-library/engineering/opentelemetry-docs/content/en/community/marketing-guidelines.md
reference-library/engineering/opentelemetry-docs/content/en/community/members.md
reference-library/engineering/opentelemetry-docs/content/en/community/end-user/index.md
reference-library/engineering/opentelemetry-docs/content/en/community/end-user/interviews-feedback.md
reference-library/engineering/opentelemetry-docs/content/en/community/end-user/issue-participation.md
reference-library/engineering/opentelemetry-docs/content/en/community/end-user/otel-in-practice.md
reference-library/engineering/opentelemetry-docs/content/en/docs/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/what-is-opentelemetry.md
reference-library/engineering/opentelemetry-docs/content/en/docs/_includes/resources-intro.md
reference-library/engineering/opentelemetry-docs/content/en/docs/_includes/exporters/intro.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/architecture.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/benchmarks.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/distributions.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/internal-telemetry.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/management.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/quick-start.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/resiliency.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/scaling.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/transforming-telemetry.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/troubleshooting.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/components/extension.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/components/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/deploy/agent.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/deploy/gateway.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/deploy/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/deploy/other/no-collector.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/deploy/other/agent-to-gateway/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/ocb.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-01-preamble.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-02-setting-up-receiver-development-and-testing-environment.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-03-setting-up-go-module.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-04-designing-and-validating-receiver-settings.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-05-implementing-the-receiverfactory-interface.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-06-identifying-and-providing-default-settings.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-07-specifying-the-receivers-capabilities.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-08-implementing-the-receiver-component.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-09-keeping-information-passed-by-the-receivers-factory.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-10-updating-the-collector-initialization-process-with-the-recei.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-11-running-and-debugging-the-receiver.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/receiver-part-12-the-collector-trace-data-model.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/connector/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/extend/custom-component/extension/authenticator.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/install/docker.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/install/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/install/kubernetes.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/install/binary/linux.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/install/binary/macos.md
reference-library/engineering/opentelemetry-docs/content/en/docs/collector/install/binary/windows.md
reference-library/engineering/opentelemetry-docs/content/en/docs/compatibility/migration/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/compatibility/migration/opentracing.md
reference-library/engineering/opentelemetry-docs/content/en/docs/compatibility/prometheus/prometheus-clients-part-01-preamble.md
reference-library/engineering/opentelemetry-docs/content/en/docs/compatibility/prometheus/prometheus-clients-part-02-conceptual-differences.md
reference-library/engineering/opentelemetry-docs/content/en/docs/compatibility/prometheus/prometheus-clients-part-03-initialization-initialization.md
reference-library/engineering/opentelemetry-docs/content/en/docs/compatibility/prometheus/prometheus-clients-part-04-counter-counter.md
reference-library/engineering/opentelemetry-docs/content/en/docs/compatibility/prometheus/prometheus-clients-part-05-gauge-gauge.md
reference-library/engineering/opentelemetry-docs/content/en/docs/compatibility/prometheus/prometheus-clients-part-06-histogram-histogram.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/components.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/distributions.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/glossary.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/observability-primer.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/semantic-conventions.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/context-propagation/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/instrumentation/code-based.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/instrumentation/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/instrumentation/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/instrumentation-scope/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/instrumentation/zero-code/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/resources/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/sampling/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/signals/baggage.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/signals/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/signals/logs.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/signals/metrics.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/signals/profiles.md
reference-library/engineering/opentelemetry-docs/content/en/docs/concepts/signals/traces.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/acknowledgements.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/announcements.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/blog.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/development.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/issues.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/localization.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/pr-checks.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/prerequisites.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/pull-requests.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/sig-practices.md
reference-library/engineering/opentelemetry-docs/content/en/docs/contributing/style-guide.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/architecture.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/development.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/docker-deployment.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/forking.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/kubernetes-deployment.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/tests.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/collector-data-flow-dashboard/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/feature-flags/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/feature-flags/recommendation-cache/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/requirements/application.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/requirements/architecture.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/requirements/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/requirements/opentelemetry.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/sample-configurations/tail-sampling-service-criticality.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/screenshots/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/accounting.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/ad.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/checkout.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/currency.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/email.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/flagd-ui.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/fraud-detection.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/frontend-proxy.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/frontend.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/kafka.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/load-generator.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/payment.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/product-catalog.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/product-reviews.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/quote.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/react-native-app.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/recommendation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/shipping.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/services/cart/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/telemetry-features/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/telemetry-features/log-coverage.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/telemetry-features/manual-span-attributes.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/telemetry-features/metric-coverage.md
reference-library/engineering/opentelemetry-docs/content/en/docs/demo/telemetry-features/trace-coverage.md
reference-library/engineering/opentelemetry-docs/content/en/docs/getting-started/dev.md
reference-library/engineering/opentelemetry-docs/content/en/docs/getting-started/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/getting-started/ops.md
reference-library/engineering/opentelemetry-docs/content/en/docs/getting-started/reference-application-specification.md
reference-library/engineering/opentelemetry-docs/content/en/docs/guidance/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/guidance/reference-implementations/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/_includes/index-intro.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/_includes/instrumentation-intro.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/_includes/libraries-intro.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/_includes/native-lib-alert.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/_includes/propagation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/_includes/exporters/jaeger.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/_includes/exporters/prometheus-setup.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/cpp/exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/cpp/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/cpp/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/cpp/library.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/netframework.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/resources.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/shim.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/troubleshooting.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/logs/best-practices.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/logs/complex-objects.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/logs/correlation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/logs/dedicated-pipeline.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/logs/getting-started-aspnetcore.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/logs/getting-started-console.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/logs/redaction.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/metrics/best-practices.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/metrics/exemplars.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/metrics/getting-started-aspnetcore.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/metrics/getting-started-console.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/metrics/getting-started-prometheus-grafana.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/metrics/instruments.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/traces/best-practices.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/traces/getting-started-aspnetcore.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/traces/getting-started-console.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/traces/jaeger.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/traces/links-based-sampler.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/traces/links-creation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/traces/reporting-exceptions.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/traces/stratified-sampling.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/dotnet/traces/tail-based-sampling.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/erlang/exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/erlang/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/erlang/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/erlang/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/erlang/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/erlang/propagation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/erlang/resources.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/erlang/sampling.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/erlang/testing.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/go/exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/go/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/go/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/go/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/go/resources.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/go/sampling.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/api-part-01-preamble.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/api-part-02-api-components.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/api-part-03-context-api.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/api-part-04-opentelemetry-api.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/api-part-05-incubating-api.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/configuration-part-01-preamble.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/configuration-part-02-programmatic-configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/configuration-part-03-zero-code-sdk-autoconfigure.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/intro.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-01-preamble.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-02-sdk-plugin-extension-interfaces.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-03-sdk-components.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-04-appendix.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-05-turn-off-all-opentelemetry-logging.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-06-turn-off-logging-for-just-the-batchspanprocessor.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-07-log-fine-messages-for-help-in-debugging.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-08-sets-the-default-consolehandlers-loggers-level.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-09-note-this-impacts-the-logging-outside-of-opentelemetry-as-we.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/java/sdk-part-10-registering-the-custom-filter-on-the-batchspanprocessor.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/benchmarks.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/context.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/propagation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/resources.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/sampling.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/serverless.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/getting-started/browser.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/js/getting-started/nodejs.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/other/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/php/context.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/php/exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/php/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/php/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/php/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/php/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/php/propagation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/php/resources.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/php/sdk.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/benchmarks.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/cookbook.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/distro.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/mypy.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/python/propagation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/ruby/exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/ruby/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/ruby/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/ruby/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/ruby/sampling.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/rust/exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/rust/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/rust/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/rust/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/sdk-configuration/declarative-configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/sdk-configuration/general.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/sdk-configuration/otlp-exporter.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/swift/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/swift/instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/languages/swift/libraries.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/client-apps/android.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/client-apps/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/faas/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/faas/lambda-auto-instrument.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/faas/lambda-collector.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/faas/lambda-manual-instrument.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/collector/components.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/helm/collector.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/helm/demo.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/helm/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/helm/operator.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/operator/automatic.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/operator/horizontal-pod-autoscaling.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/operator/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/operator/target-allocator.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/operator/troubleshooting/automatic.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/operator/troubleshooting/prometheus-alerts-runbooks.md
reference-library/engineering/opentelemetry-docs/content/en/docs/platforms/kubernetes/operator/troubleshooting/target-allocator.md
reference-library/engineering/opentelemetry-docs/content/en/docs/security/config-best-practices.md
reference-library/engineering/opentelemetry-docs/content/en/docs/security/cve.md
reference-library/engineering/opentelemetry-docs/content/en/docs/security/handling-sensitive-data.md
reference-library/engineering/opentelemetry-docs/content/en/docs/security/hosting-best-practices.md
reference-library/engineering/opentelemetry-docs/content/en/docs/security/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/security/security-response.md
reference-library/engineering/opentelemetry-docs/content/en/docs/specs/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/specs/status.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/php.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-01-configuration-methods.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-02-global-settings.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-03-resources.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-04-propagators.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-05-samplers.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-06-exporters.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-07-additional-settings.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-08-ruleengine.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-09-net-clr-profiler.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-10-net-runtime.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/configuration-part-11-internal-logs.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/custom.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/instrumentations.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/nuget-packages.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/dotnet/troubleshooting.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/go/autosdk.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/quarkus.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/annotations.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/api.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/declarative-configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/disable.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/extensions.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/performance.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/server-config.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/supported-libraries-part-01-preamble.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/supported-libraries-part-02-libraries-and-frameworks.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/supported-libraries-part-03-application-servers.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/instrumentation/http.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/agent/instrumentation/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/additional-instrumentations.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/annotations.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/api.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/declarative-configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/getting-started.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/programmatic-configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/js/configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/js/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/cilium-compatibility.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/distributed-traces.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/metrics.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/trace-log-correlation.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/troubleshooting.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/cardinality/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/collector-receiver.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/example.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/export-data.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/export-modes.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/filter-metrics-traces.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/internal-metrics-reporter.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/metrics-histograms.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/metrics-traces-attributes.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/options.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/routes-decorator.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/sample-traces.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/service-discovery.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/configure/tune-performance.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/network/config.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/network/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/network/inter-az.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/network/quickstart.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/requesttime/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/setup/docker.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/setup/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/setup/kubernetes-helm.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/setup/kubernetes.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/obi/setup/standalone.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/python/configuration.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/python/example.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/python/index.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/python/logs-example.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/python/operator.md
reference-library/engineering/opentelemetry-docs/content/en/docs/zero-code/python/troubleshooting.md
reference-library/engineering/opentelemetry-docs/content/en/ecosystem/adopters.md
reference-library/engineering/opentelemetry-docs/content/en/ecosystem/demo.md
reference-library/engineering/opentelemetry-docs/content/en/ecosystem/distributions.md
reference-library/engineering/opentelemetry-docs/content/en/ecosystem/integrations.md
reference-library/engineering/opentelemetry-docs/content/en/ecosystem/vendors.md
reference-library/engineering/opentelemetry-docs/content/en/ecosystem/registry/adding.md
reference-library/engineering/opentelemetry-docs/content/en/ecosystem/registry/index.md
reference-library/engineering/opentelemetry-docs/content/en/ecosystem/registry/updating.md
reference-library/engineering/opentelemetry-docs/content/en/site/features.md
reference-library/engineering/opentelemetry-docs/content/en/site/index.md
reference-library/engineering/opentelemetry-docs/content/en/site/design/agent-support.md
reference-library/engineering/opentelemetry-docs/content/en/site/skills/index.md
reference-library/engineering/opentelemetry-docs/content/en/site/skills/refresh-refcache-pr-fix.md
reference-library/engineering/opentelemetry-docs/content/en/site/testing/index.md
reference-library/engineering/opentelemetry-docs/content/en/training/index.md
reference-library/engineering/opentelemetry-docs/content/ro/index.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/index.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/what-is-opentelemetry.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/concepts/components.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/concepts/distributions.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/concepts/glossary.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/concepts/observability-primer.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/concepts/semantic-conventions.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/contributing/acknowledgements.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/contributing/index.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/contributing/prerequisites.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/getting-started/dev.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/getting-started/index.md
reference-library/engineering/opentelemetry-docs/content/ro/docs/getting-started/ops.md
reference-library/engineering/opentelemetry-docs/content/uk/index.md
reference-library/engineering/opentelemetry-docs/content/uk/_includes/page-not-translated-msg.md
reference-library/engineering/opentelemetry-docs/content/uk/blog/2024/docs-localized.md
reference-library/engineering/opentelemetry-docs/content/uk/blog/2025/otel-cicd-sig/index.md
reference-library/engineering/opentelemetry-docs/examples/readme.md
reference-library/engineering/opentelemetry-docs/netlify/edge-functions/readme.md
reference-library/engineering/opentelemetry-docs/netlify/edge-functions/asset-tracking/readme.md
reference-library/engineering/opentelemetry-docs/netlify/edge-functions/markdown-negotiation/readme.md
reference-library/engineering/opentelemetry-docs/projects/landing-page-redesign.md
reference-library/engineering/opentelemetry-docs/projects/language-sdk-docs-consistency.md
reference-library/engineering/opentelemetry-docs/projects/localization-portuguese.md
reference-library/engineering/opentelemetry-docs/projects/localization.md
reference-library/engineering/opentelemetry-docs/projects/readme.md
reference-library/engineering/opentelemetry-docs/projects/2026/asset-fetch-analytics-plan.md
reference-library/engineering/opentelemetry-docs/projects/2026/mdl-gh-url-hash-rule-plan.md
reference-library/engineering/opentelemetry-docs/projects/2026/registry-component-edge-redirect-plan.md
reference-library/engineering/opentelemetry-docs/projects/collector-docs-refactor/collector-docs-refactor.md
reference-library/engineering/opentelemetry-docs/scripts/_md-rules/readme.md
reference-library/engineering/opentelemetry-docs/scripts/_md-rules/prefer-blockquote-vs-docsy-alerts/readme.md
reference-library/engineering/opentelemetry-docs/scripts/ai-content-detection/readme.md
reference-library/engineering/opentelemetry-docs/scripts/collector-sync/readme.md
reference-library/engineering/opentelemetry-docs/scripts/stats/readme.md
reference-library/engineering/soc-docs/acknowledgements.md
reference-library/engineering/soc-docs/info-documentation-structure.md
reference-library/engineering/soc-docs/pol-template.md
reference-library/engineering/soc-docs/readme.md
reference-library/engineering/soc-docs/alert response/pol-known-hacking-tools.md
reference-library/engineering/soc-docs/alert response/pol-vip-users-and-white-glove.md
reference-library/engineering/soc-docs/alert response/pro-compromised-credentials.md
reference-library/engineering/soc-docs/alert response/pro-investigating-suspicious-email.md
reference-library/engineering/soc-docs/alert response/pro-malware-detected-on-endpoint.md
reference-library/engineering/soc-docs/alert response/sop-compromised-mobile-device.md
reference-library/engineering/soc-docs/alert response/sop-credential-reset.md
reference-library/engineering/soc-docs/alert response/sop-executive-protection-threatening-email.md
reference-library/engineering/soc-docs/alert response/sop-investigating-email-address-or-email-domain.md
reference-library/engineering/soc-docs/alert response/sop-investigating-ip-address.md
reference-library/engineering/soc-docs/alert response/sop-investigating-malicious-website.md
reference-library/engineering/soc-docs/alert response/sop-investigating-suspicious-command-line.md
reference-library/engineering/soc-docs/alert response/sop-investigating-suspicious-domain-registration.md
reference-library/engineering/soc-docs/alert response/sop-known-hacking-tools.md
reference-library/engineering/soc-docs/alert response/sop-look-alike-domain-or-typosquat.md
reference-library/engineering/soc-docs/alert response/sop-mail-bomb-attack.md
reference-library/engineering/soc-docs/alert response/sop-password-spray-attack.md
reference-library/engineering/soc-docs/alert response/sop-suspicious-command-execution.md
reference-library/engineering/soc-docs/communications/pol-change-notifications.md
reference-library/engineering/soc-docs/communications/pol-communication-standards.md
reference-library/engineering/soc-docs/communications/pol-contacting-soc.md
reference-library/engineering/soc-docs/communications/pol-security-reporting-mailbox.md
reference-library/engineering/soc-docs/communications/pol-team-meetings.md
reference-library/engineering/soc-docs/communications/pol-utc-and-time-formats.md
reference-library/engineering/soc-docs/communications/pro-change-notifications.md
reference-library/engineering/soc-docs/communications/pro-team-meetings.md
reference-library/engineering/soc-docs/detection engineering/pol-detection-engineering.md
reference-library/engineering/soc-docs/detection engineering/pro-detection-catalog-development.md
reference-library/engineering/soc-docs/detection engineering/pro-detection-engineering.md
reference-library/engineering/soc-docs/oversight/pol-democracy-of-ideas.md
reference-library/engineering/soc-docs/oversight/pol-documenting-process.md
reference-library/engineering/soc-docs/oversight/pol-investigation-quality-review.md
reference-library/engineering/soc-docs/oversight/pol-metrics.md
reference-library/engineering/soc-docs/oversight/pol-performance-evaluation.md
reference-library/engineering/soc-docs/oversight/pol-senior-analyst-availability.md
reference-library/engineering/soc-docs/oversight/pol-tierless-soc.md
reference-library/engineering/soc-docs/oversight/pol-weekly-metrics.md
reference-library/engineering/soc-docs/oversight/pro-business-impact-assessment.md
reference-library/engineering/soc-docs/scheduling/pol-24x7-scheduling.md
reference-library/engineering/soc-docs/scheduling/pol-holidays-for-the-soc.md
reference-library/engineering/soc-docs/working/pol-accessing-end-user-data.md
reference-library/engineering/soc-docs/working/pol-alert-queue-management.md
reference-library/engineering/soc-docs/working/pol-credential-management.md
reference-library/engineering/soc-docs/working/pol-exposing-company-date-to-unlicensed-3rd-parties.md
reference-library/engineering/soc-docs/working/pol-minimizing-business-impact.md
reference-library/engineering/soc-docs/working/pol-mistakes.md
reference-library/engineering/soc-docs/working/pol-shift-handoff.md
reference-library/engineering/soc-docs/working/pro-agnostic-runbook.md
reference-library/entities/edges.json
reference-library/entities/nodes.json
reference-library/foundations/neuromatch-compneuro/license-code.md
reference-library/foundations/neuromatch-compneuro/readme.md
reference-library/foundations/neuromatch-compneuro/book/readme.md
reference-library/foundations/neuromatch-compneuro/projects/readme.md
reference-library/foundations/neuromatch-compneuro/projects/behavior_and_theory/readme.md
reference-library/foundations/neuromatch-compneuro/projects/docs/project-guidance.md
reference-library/foundations/neuromatch-compneuro/projects/ecog/readme.md
reference-library/foundations/neuromatch-compneuro/projects/fmri/readme.md
reference-library/foundations/neuromatch-compneuro/projects/neurons/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/bonus_optimalcontrol/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/bonus_optimalcontrol/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/schedule/daily-schedules.md
reference-library/foundations/neuromatch-compneuro/tutorials/schedule/shared-calendars.md
reference-library/foundations/neuromatch-compneuro/tutorials/technicalhelp/links-policy.md
reference-library/foundations/neuromatch-compneuro/tutorials/technicalhelp/tutorial-colab.md
reference-library/foundations/neuromatch-compneuro/tutorials/technicalhelp/tutorial-kaggle.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d1_modeltypes/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d1_modeltypes/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d2_modelfitting/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d2_modelfitting/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d3_generalizedlinearmodels/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d3_generalizedlinearmodels/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d4_dimensionalityreduction/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d4_dimensionalityreduction/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d5_deeplearning/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w1d5_deeplearning/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w2d1_modelingpractice/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w2d2_newcontent/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w2d3_linearsystems/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w2d3_linearsystems/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w2d4_biologicalneuronmodels/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w2d4_biologicalneuronmodels/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w2d5_dynamicalsystems/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w2d5_dynamicalsystems/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w3d2_bayesiandecisions/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w3d2_bayesiandecisions/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w3d3_hiddendynamics/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w3d3_hiddendynamics/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w3d4_reinforcementlearning/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w3d4_reinforcementlearning/readme.md
reference-library/foundations/neuromatch-compneuro/tutorials/w3d5_networkcausality/further-reading.md
reference-library/foundations/neuromatch-compneuro/tutorials/w3d5_networkcausality/readme.md
reference-library/foundations/open-logic-project/readme.md
reference-library/foundations/open-logic-project/courses/readme.md
reference-library/leadership-and-culture/awesome-open-company/readme.md
reference-library/leadership-and-culture/jph-awesome-developing/readme.md
reference-library/leadership-and-culture/jph-awesome-developing/doc/algorithms.md
reference-library/leadership-and-culture/jph-awesome-developing/doc/data-structures.md
reference-library/leadership-and-culture/jph-awesome-developing/doc/interfaces-protocols-traits-mixins-abstract-classes.md
reference-library/leadership-and-culture/jph-awesome-developing/doc/software-concepts.md
reference-library/leadership-and-culture/jph-awesome-developing/doc/software-design-patterns.md
reference-library/leadership-and-culture/jph-awesome-developing/doc/software-testing.md
reference-library/leadership-and-culture/jph-awesome-developing/doc/technical-debt-causes.md
reference-library/leadership-and-culture/jph-awesome-developing/doc/variable-shadowing.md
reference-library/leadership-and-culture/mozilla-open-leadership/acknowldgements.md
reference-library/leadership-and-culture/mozilla-open-leadership/decision-log.md
reference-library/leadership-and-culture/mozilla-open-leadership/index.md
reference-library/leadership-and-culture/mozilla-open-leadership/personas.md
reference-library/leadership-and-culture/mozilla-open-leadership/readme.md
reference-library/leadership-and-culture/mozilla-open-leadership/roadmap.md
reference-library/leadership-and-culture/mozilla-open-leadership/vision.md
reference-library/leadership-and-culture/mozilla-open-leadership/_articles/framework.md
reference-library/leadership-and-culture/mozilla-open-leadership/il8n/decision-log.md
reference-library/leadership-and-culture/mozilla-open-leadership/il8n/framework.md
reference-library/leadership-and-culture/mozilla-open-leadership/il8n/readme.md
reference-library/leadership-and-culture/ontario-service-design/readme-fr-part-01-guide-de-la-conception-de-services.md
reference-library/leadership-and-culture/ontario-service-design/readme-fr-part-02-au-sujet-de-la-conception-de-services.md
reference-library/leadership-and-culture/ontario-service-design/readme-fr-part-03-phase-de-dcouverte.md
reference-library/leadership-and-culture/ontario-service-design/readme-fr-part-04-phase-alpha.md
reference-library/leadership-and-culture/ontario-service-design/readme-fr-part-05-phase-bta.md
reference-library/leadership-and-culture/ontario-service-design/readme-fr-part-06-phase-de-mise-en-ligne.md
reference-library/leadership-and-culture/ontario-service-design/readme-fr-part-07-plus-de-ressources.md
reference-library/leadership-and-culture/ontario-service-design/readme-fr-part-08-rles-des-membres-de-lquipe.md
reference-library/leadership-and-culture/ontario-service-design/readme.md
reference-library/operating-models/cncf-platform-model/readme.md
reference-library/operating-models/cncf-platform-model/air-gapped-wg/readme.md
reference-library/operating-models/cncf-platform-model/app-development-map/v1alpha2/index.md
reference-library/operating-models/cncf-platform-model/app-development-wg/readme.md
reference-library/operating-models/cncf-platform-model/app-development-wg/charter/readme.md
reference-library/operating-models/cncf-platform-model/artifacts-wg/readme.md
reference-library/operating-models/cncf-platform-model/artifacts-wg/charter/appendix.md
reference-library/operating-models/cncf-platform-model/artifacts-wg/charter/charter.md
reference-library/operating-models/cncf-platform-model/chaos-engineering-wg/readme.md
reference-library/operating-models/cncf-platform-model/gitops-wg/charter.md
reference-library/operating-models/cncf-platform-model/gitops-wg/readme.md
reference-library/operating-models/cncf-platform-model/gitops-wg/artwork/readme.md
reference-library/operating-models/cncf-platform-model/gitops-wg/meetings/readme.md
reference-library/operating-models/cncf-platform-model/governance/tech-leads.md
reference-library/operating-models/cncf-platform-model/infra-lifecycle-wg/readme.md
reference-library/operating-models/cncf-platform-model/infra-lifecycle-wg/charter/charter.md
reference-library/operating-models/cncf-platform-model/infra-lifecycle-wg/contributions/readme.md
reference-library/operating-models/cncf-platform-model/operator-wg/charter.md
reference-library/operating-models/cncf-platform-model/operator-wg/readme.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-01-cncf-operator-white-paper-final-version.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-02-executive-summary.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-03-introduction.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-04-foundation.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-05-security.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-06-operator-frameworks-for-kubernetes.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-07-operator-lifecycle-management.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-08-use-cases-for-an-operator.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-09-successful-patterns.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-10-designing-operators.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-11-emerging-patterns-of-the-future.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-12-conclusion.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-13-related-work.md
reference-library/operating-models/cncf-platform-model/operator-wg/whitepaper/operator-white-paper-v1-0-part-14-acknowledgements.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-01-table-of-contents.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-02-definition.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-03-executive-summary.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-05-foundation.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-06-security.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-07-operator-frameworks-for-kubernetes.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-08-database-charm.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-09-.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-10-a-web-app-charm-connecting-to-the-database.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-11-.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-13-use-cases-for-an-operator.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-14-well-known-operators-patterns.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-15-designing-operators.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-16-emerging-patterns-of-the-future.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-17-conclusion.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/index-part-19-acknowledgements.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/latest/readme.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/operator-white-paper-v1-0-part-01-cncf-operator-white-paper-final-version.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/operator-white-paper-v1-0-part-10-designing-operators.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/readme.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/01-introduction.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/02-foundation.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/03-capabilities.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/04-security.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/05-frameworks.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/051-kubebuilder.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/052-metacontroller.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/06-lifecycle.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/07-use-cases.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/071-git-ops.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/08-best-practices.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/09-designing-operators.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/10-summary.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/11-related-work.md
reference-library/operating-models/cncf-platform-model/operator-whitepaper/v1/_archive/raw/12-bibliography.md
reference-library/operating-models/cncf-platform-model/platform-as-a-product/paap-research-guide.md
reference-library/operating-models/cncf-platform-model/platform-as-a-product/platform-engineer-interview-script.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/readme.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/v1/contributions.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/v1/index-part-01-preamble.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/v1/index-part-02-introduction.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/v1/index-part-03-what-is-platform-engineering.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/v1/index-part-04-how-to-use-this-model.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/v1/index-part-05-context-behind-this-work.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/v1/index-part-06-model-table.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/v1/index-part-07-model-detail.md
reference-library/operating-models/cncf-platform-model/platforms-maturity-model/v1/index-part-08-conclusion.md
reference-library/operating-models/cncf-platform-model/platforms-wg/readme.md
reference-library/operating-models/cncf-platform-model/platforms-wg/charter/readme.md
reference-library/operating-models/cncf-platform-model/platforms-wg/glossary/index.md
reference-library/operating-models/cncf-platform-model/platforms-whitepaper/readme.md
reference-library/operating-models/cncf-platform-model/platforms-whitepaper/latest/index.md
reference-library/operating-models/cncf-platform-model/platforms-whitepaper/v1/index.md
reference-library/operating-models/cncf-platform-model/recommendations/graduated/harbor.md
reference-library/operating-models/cncf-platform-model/website/readme.md
reference-library/operating-models/cncf-platform-model/website/content/en/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/2023-10-kubecon-chicago.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/2024-03-practical-paths-platform-maturity-kubecon.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/2024-05-06-kubecon-eu-recap.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/2024-05-20-enterprise-idp-maturity-hack.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/2024-06-20-platform-engineering-pp.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/2024-10-16-join-infrastructure-lifecycle-wg.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/2024-10-30-paap-mindset-user-stories.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/2025-01-29-composable-platforms.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/2025-01-paap-personas.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/announce-paap-research.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/announce-paap-survey.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/announce-platforms-paper.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/announcing-the-platform-engineering-maturity-model.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/clusters-for-all-cloud-tenants.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/contributing-to-wg-platforms.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/cooperative-delivery-platforms.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/kubecon-eu-2023.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/kubecon-eu-2024.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/kubecon-eu-2025.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/kubecon-us-2024.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/kubeconna-project-meeting.md
reference-library/operating-models/cncf-platform-model/website/content/en/blog/product-thinking-for-platforms.md
reference-library/operating-models/cncf-platform-model/website/content/en/contribute/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/contribute/community-post-guidelines/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/contribute/projects/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/contribute/projects/localizations/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/contribute/projects/platform-maturity-model-examples/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/app-development/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/app-development/charter/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/artifacts/charter/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/infra-lifecycle/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/infra-lifecycle/charter/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/infra-lifecycle/glossary/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/operator/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/operator/charter/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/platforms/index.md
reference-library/operating-models/cncf-platform-model/website/content/en/wgs/platforms/charter/index.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/readme.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/assets/stubs/new-page-template.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/about/index.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/index.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/adding content/content.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/adding content/feedback.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/adding content/iconsimages.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/adding content/lookandfeel.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/adding content/navigation.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/adding content/repository-links.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/adding content/versioning.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/adding content/shortcodes/index.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/best practices/organizing-content.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/best practices/site-guidance.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/contribution guidelines/index.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/deployment/index.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/examples/index.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/getting started/index.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/language/index.md
reference-library/operating-models/cncf-platform-model/website/themes/docsy/userguide/content/en/docs/updating/index.md
reference-library/operating-models/jph-ways-of-working/readme.md
reference-library/operating-models/jph-ways-of-working/doc/101-additional-advices-by-kevin-kelly/index.md
reference-library/operating-models/jph-ways-of-working/doc/11-simple-rules-by-dave-packard/index.md
reference-library/operating-models/jph-ways-of-working/doc/adult-principles-by-john-perry-barlow/index.md
reference-library/operating-models/jph-ways-of-working/doc/agenda-for-a-day-of-sessions/index.md
reference-library/operating-models/jph-ways-of-working/doc/asynchronous/index.md
reference-library/operating-models/jph-ways-of-working/doc/bonding/index.md
reference-library/operating-models/jph-ways-of-working/doc/chat/index.md
reference-library/operating-models/jph-ways-of-working/doc/collaborators/index.md
reference-library/operating-models/jph-ways-of-working/doc/communications/index.md
reference-library/operating-models/jph-ways-of-working/doc/credentials/index.md
reference-library/operating-models/jph-ways-of-working/doc/date-time-formats/index.md
reference-library/operating-models/jph-ways-of-working/doc/dave-packard-speech-to-hewlett-packard-managers/index.md
reference-library/operating-models/jph-ways-of-working/doc/discussions/index.md
reference-library/operating-models/jph-ways-of-working/doc/email/index.md
reference-library/operating-models/jph-ways-of-working/doc/engineering-management-checklist-by-patrick-newman/index.md
reference-library/operating-models/jph-ways-of-working/doc/family-or-coworkers/index.md
reference-library/operating-models/jph-ways-of-working/doc/feedback/index.md
reference-library/operating-models/jph-ways-of-working/doc/focus/index.md
reference-library/operating-models/jph-ways-of-working/doc/goodness/index.md
reference-library/operating-models/jph-ways-of-working/doc/ground-rules-at-tesla-by-elon-musk/index.md
reference-library/operating-models/jph-ways-of-working/doc/ground-rules-by-tree-bressen/index.md
reference-library/operating-models/jph-ways-of-working/doc/ground-rules-for-effective-meetings-by-get-the-picture/index.md
reference-library/operating-models/jph-ways-of-working/doc/high-velocity-decision-making-by-amazon/index.md
reference-library/operating-models/jph-ways-of-working/doc/how-to-send-progress-updates-by-slava-akhmechet/index.md
reference-library/operating-models/jph-ways-of-working/doc/how-we-structure-our-work-and-teams-at-basecamp/index.md
reference-library/operating-models/jph-ways-of-working/doc/makers-schedule-managers-schedule-by-paul-graham/index.md
reference-library/operating-models/jph-ways-of-working/doc/meetings/index.md
reference-library/operating-models/jph-ways-of-working/doc/mutual/index.md
reference-library/operating-models/jph-ways-of-working/doc/onboarding-and-induction-checklist-by-employme/index.md
reference-library/operating-models/jph-ways-of-working/doc/orientation/index.md
reference-library/operating-models/jph-ways-of-working/doc/our-values-what-it-means-to-work-at-zoe/index.md
reference-library/operating-models/jph-ways-of-working/doc/people-are-package-deals-by-steve-jobs-and-terrible-software/index.md
reference-library/operating-models/jph-ways-of-working/doc/principles-by-nabeel-s-qureshi/index.md
reference-library/operating-models/jph-ways-of-working/doc/project-management-practices-by-hackernews/index.md
reference-library/operating-models/jph-ways-of-working/doc/projects/index.md
reference-library/operating-models/jph-ways-of-working/doc/respect/index.md
reference-library/operating-models/jph-ways-of-working/doc/rules-of-the-road-by-jerry-perenchio/index.md
reference-library/operating-models/jph-ways-of-working/doc/safety/index.md
reference-library/operating-models/jph-ways-of-working/doc/scaled-agile-framework-safe/index.md
reference-library/operating-models/jph-ways-of-working/doc/schedules/index.md
reference-library/operating-models/jph-ways-of-working/doc/shared-spaces/index.md
reference-library/operating-models/jph-ways-of-working/doc/signing/index.md
reference-library/operating-models/jph-ways-of-working/doc/software-engineering-at-google/index.md
reference-library/operating-models/jph-ways-of-working/doc/software-working-advice-by-cyranix/index.md
reference-library/operating-models/jph-ways-of-working/doc/status-indicators/index.md
reference-library/operating-models/jph-ways-of-working/doc/strategies-to-improve-workplace-communication-by-calm-business/index.md
reference-library/operating-models/jph-ways-of-working/doc/team-norms-by-esther-derby/index.md
reference-library/operating-models/jph-ways-of-working/doc/team-working-agreement-example-by-giffconstable/index.md
reference-library/operating-models/jph-ways-of-working/doc/the-7-habits-of-highly-effective-people/index.md
reference-library/operating-models/jph-ways-of-working/doc/the-core-protocols-by-mccarthy/index.md
reference-library/operating-models/jph-ways-of-working/doc/the-five-keys-to-a-successful-google-team/index.md
reference-library/operating-models/jph-ways-of-working/doc/the-pragmatic-open-source-contributor/index.md
reference-library/operating-models/jph-ways-of-working/doc/the-unwritten-laws-of-engineering-at-stedi/index.md
reference-library/operating-models/jph-ways-of-working/doc/working-agreements-by-jane-haskell/index.md
reference-library/personal-effectiveness/jph-okrs/readme-part-01-objectives-and-key-results-okr.md
reference-library/personal-effectiveness/jph-okrs/readme-part-02-what-is-okr.md
reference-library/personal-effectiveness/jph-okrs/readme-part-03-what-is-an-objective.md
reference-library/personal-effectiveness/jph-okrs/readme-part-04-what-is-a-key-result.md
reference-library/personal-effectiveness/jph-okrs/readme-part-05-okr-purpose.md
reference-library/personal-effectiveness/jph-okrs/readme-part-06-okr-systems.md
reference-library/personal-effectiveness/jph-okrs/readme-part-07-okr-quotations.md
reference-library/personal-effectiveness/jph-okrs/readme-part-08-faq.md
reference-library/personal-effectiveness/jph-okrs/readme-part-09-comments.md
reference-library/personal-effectiveness/jph-okrs/readme-part-10-for-more-information.md
reference-library/personal-effectiveness/jph-okrs/articles/okrs-are-not-equal-to-strategy-by-ant-murphy/index.md
reference-library/personal-effectiveness/jph-okrs/articles/pre-work-for-setting-okrs-by-eleganthack/index.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-atiim/index.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-clickup/index.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-google/index.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-hypercontext/index-part-01-okrs-by-hypercontext.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-hypercontext/index-part-02-general.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-hypercontext/index-part-03-sales.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-hypercontext/index-part-04-marketing.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-hypercontext/index-part-05-customer-success.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-hypercontext/index-part-06-engineering.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-hypercontext/index-part-07-finance.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-hypercontext/index-part-08-human-resources-hr.md
reference-library/personal-effectiveness/jph-okrs/examples/okrs-by-sixarm/index.md
reference-library/personal-effectiveness/mindful-programming/readme.md
reference-library/personal-effectiveness/open-spaced-repetition/readme.md
reference-library/personal-effectiveness/open-spaced-repetition/docs/tutorial.md
reference-library/philosophy/classical-eastern/bhagavad-gita.md
reference-library/philosophy/classical-eastern/chuang-tzu.md
reference-library/philosophy/classical-eastern/confucian-analects.md
reference-library/philosophy/classical-eastern/dhammapada.md
reference-library/philosophy/classical-eastern/tao-te-ching.md
reference-library/philosophy/classical-western/discourses-epictetus.md
reference-library/philosophy/classical-western/enchiridion.md
reference-library/philosophy/classical-western/meditations.md
reference-library/philosophy/indian-philosophy/yoga-sutras.md
reference-library/philosophy/martial-arts-philosophy/bushido.md
reference-library/product-and-design/awesome-retrospectives/readme.md
reference-library/product-and-design/gong-practices/readme.md
reference-library/product-and-design/usds-playbook/readme.md
reference-library/product-and-design/usds-playbook/_includes/introduction.md
reference-library/product-and-design/usds-playbook/_plays/01.md
reference-library/product-and-design/usds-playbook/_plays/02.md
reference-library/product-and-design/usds-playbook/_plays/03.md
reference-library/product-and-design/usds-playbook/_plays/04.md
reference-library/product-and-design/usds-playbook/_plays/05.md
reference-library/product-and-design/usds-playbook/_plays/06.md
reference-library/product-and-design/usds-playbook/_plays/07.md
reference-library/product-and-design/usds-playbook/_plays/08.md
reference-library/product-and-design/usds-playbook/_plays/09.md
reference-library/product-and-design/usds-playbook/_plays/10.md
reference-library/product-and-design/usds-playbook/_plays/11.md
reference-library/product-and-design/usds-playbook/_plays/12.md
reference-library/product-and-design/usds-playbook/_plays/13.md
reference-library/product-and-design/usds-playbook/pages/tech-far-upcase.md
reference-library/security/cyclonedx-spec/readme.md
reference-library/security/cyclonedx-spec/tools/src/test/js/readme.md
reference-library/security/cyclonedx-spec/tools/src/test/php/readme.md
reference-library/security/openlane-grc/readme.md
reference-library/security/openlane-grc/.buildkite/hooks/readme.md
reference-library/security/openlane-grc/cmd/catalog/readme.md
reference-library/security/openlane-grc/cmd/managedgroups/readme.md
reference-library/security/openlane-grc/cmd/stripe-webhook/readme.md
reference-library/security/openlane-grc/config/readme.md
reference-library/security/openlane-grc/db/readme.md
reference-library/security/openlane-grc/docker/all-in-one/readme.md
reference-library/security/openlane-grc/internal/integrations/readme.md
reference-library/security/openlane-grc/internal/testutils/impersonation/readme.md
reference-library/security/openlane-grc/internal/testutils/integrations/readme.md
reference-library/security/openlane-grc/internal/testutils/login/github/readme.md
reference-library/security/openlane-grc/internal/testutils/login/google/readme.md
reference-library/security/openlane-grc/internal/testutils/login/sso/readme.md
reference-library/security/openlane-grc/internal/testutils/login/webauthn/readme.md
reference-library/security/openlane-grc/internal/workflows/readme.md
reference-library/security/openlane-grc/internal/workflows/todo.md
reference-library/security/openlane-grc/internal/workflows/examples/readme.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-01-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-02-server-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-03-entconfig-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-04-auth-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-05-authz-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-06-db-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-07-jobqueue-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-08-redis-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-09-email-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-10-sessions-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-11-totp-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-12-ratelimit-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-13-objectstorage-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-14-subscription-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-15-keywatcher-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-16-slack-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-17-integrations-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-18-workflows-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-19-campaignwebhook-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-20-cloudflare-object.md
reference-library/security/openlane-grc/jsonschema/api-docs-part-21-shortlinks-object.md
reference-library/security/openlane-grc/jsonschema/workflow-docs.md
reference-library/security/openlane-grc/pkg/catalog/readme.md
reference-library/security/openlane-grc/pkg/entitlements/readme.md
reference-library/security/openlane-grc/pkg/entitlements/docs/entitlements.md
reference-library/security/openlane-grc/pkg/gala/readme.md
reference-library/security/openlane-grc/pkg/gencmd/readme.md
reference-library/security/openlane-grc/pkg/logx/readme.md
reference-library/security/openlane-grc/pkg/logx/consolelog/readme.md
reference-library/security/openlane-grc/pkg/middleware/ratelimit/readme.md
reference-library/security/openlane-grc/pkg/objects/readme.md
reference-library/security/openlane-grc/pkg/objects/examples/readme.md
reference-library/security/openlane-grc/pkg/permissioncache/readme.md
scripts/audit-date-formats.py
scripts/build-reflib-queries.py
scripts/chunk-crm-interactions.py
scripts/chunk-daily-files.py
scripts/compare-reflib-baseline.py
scripts/download-additional-sources.sh
scripts/download-reference-library.sh
scripts/install-neo4j.sh
scripts/kairix-mcp.service
scripts/migrate-domain-structure.py
scripts/normalise-reference-library.py
scripts/pre-commit-confidential-check.sh
scripts/preflight.sh
scripts/prune-entities.py
scripts/release-checklist.md
scripts/run-reflib-contract.py
scripts/safe-commit.sh
scripts/seed-brief-entities.py
scripts/uat-smoke.sh
scripts/validate-entity-stubs.py
scripts/verify-search.py
scripts/checks/_arch_lib.py
scripts/checks/_lib.sh
scripts/checks/check-env-reads-stay-in-paths.sh
scripts/checks/check-no-env-monkeypatch.sh
scripts/checks/check-no-internal-patches.sh
scripts/checks/check-suppressions-have-rationale.sh
scripts/checks/check-workflow-silencers-have-rationale.sh
scripts/checks/check_bdd_happy_path.py
scripts/checks/check_bdd_no_implementation_leaks.py
scripts/checks/check_no_internal_imports.py
scripts/checks/check_no_test_only_kwargs.py
scripts/checks/check_per_file_coverage.py
scripts/checks/check_test_markers.py
scripts/checks/check_test_skip_rationale.py
scripts/checks/merge_coverage_xml.py
scripts/checks/run-all.sh
scripts/install/kairix-fetch-secrets.service.example
scripts/install/kairix.service.example
scripts/install/permissions-preflight.sh
scripts/sonar/triage_hotspots.py
suites/contract-suite.yaml
suites/example.yaml
suites/reflib-contract-suite.yaml
suites/reflib-gold-v3.yaml
tests/__init__.py
tests/conftest.py
tests/fakes.py
tests/test_agent_memory_path_regression.py
tests/test_paths.py
tests/test_secrets.py
tests/test_worker.py
tests/agents/__init__.py
tests/agents/mcp/__init__.py
tests/agents/mcp/test_capability_probe.py
tests/agents/mcp/test_readiness.py
tests/agents/mcp/test_transport_composition.py
tests/agents/mcp/test_wrap_tool_errors.py
tests/agents/research/__init__.py
tests/agents/research/test_confidence_parsers.py
tests/agents/research/test_evaluate_sufficiency_integration.py
tests/bdd/__init__.py
tests/bdd/conftest.py
tests/bdd/test_agent_collections.py
tests/bdd/test_benchmark_run.py
tests/bdd/test_brief_cli.py
tests/bdd/test_chunk_date_fallback.py
tests/bdd/test_configurable_default_scope.py
tests/bdd/test_curator_cli.py
tests/bdd/test_curator_health.py
tests/bdd/test_embed_cli.py
tests/bdd/test_embed_run.py
tests/bdd/test_entity_cli.py
tests/bdd/test_entity_extraction.py
tests/bdd/test_eval_auto_gold.py
tests/bdd/test_eval_gate.py
tests/bdd/test_eval_generate.py
tests/bdd/test_eval_gold_builder.py
tests/bdd/test_eval_judge.py
tests/bdd/test_eval_monitor.py
tests/bdd/test_eval_tune.py
tests/bdd/test_kairix_cli_top_level.py
tests/bdd/test_mcp_agent_contradict.py
tests/bdd/test_mcp_agent_entity.py
tests/bdd/test_mcp_agent_prep.py
tests/bdd/test_mcp_agent_search.py
tests/bdd/test_mcp_agent_timeline.py
tests/bdd/test_mcp_cli.py
tests/bdd/test_normalisation.py
tests/bdd/test_onboard_check.py
tests/bdd/test_recall_check.py
tests/bdd/test_reference_library.py
tests/bdd/test_research_synthesis.py
tests/bdd/test_search_backends.py
tests/bdd/test_search_boosts.py
tests/bdd/test_search_chunk_date_recency.py
tests/bdd/test_search_cli.py
tests/bdd/test_search_collection_retrieval_overrides.py
tests/bdd/test_search_config_validation.py
tests/bdd/test_search_dedup.py
tests/bdd/test_search_intent_gated_boosts.py
tests/bdd/test_search_intents.py
tests/bdd/test_search_logging.py
tests/bdd/test_search_planner.py
tests/bdd/test_search_rerank.py
tests/bdd/test_setup_cli.py
tests/bdd/test_store_cli.py
tests/bdd/test_summarise_cli.py
tests/bdd/test_timeline_absolute.py
tests/bdd/test_timeline_cli.py
tests/bdd/test_wikilinks_cli.py
tests/bdd/test_wikilinks_injection.py
tests/bdd/features/__init__.py
tests/bdd/features/agent_collections.feature
tests/bdd/features/benchmark_run.feature
tests/bdd/features/brief_cli.feature
tests/bdd/features/chunk_date_fallback.feature
tests/bdd/features/configurable_default_scope.feature
tests/bdd/features/curator_cli.feature
tests/bdd/features/curator_health.feature
tests/bdd/features/embed_cli.feature
tests/bdd/features/embed_run.feature
tests/bdd/features/entity_cli.feature
tests/bdd/features/entity_extraction.feature
tests/bdd/features/eval_auto_gold.feature
tests/bdd/features/eval_gate.feature
tests/bdd/features/eval_generate.feature
tests/bdd/features/eval_gold_builder.feature
tests/bdd/features/eval_judge.feature
tests/bdd/features/eval_monitor.feature
tests/bdd/features/eval_tune.feature
tests/bdd/features/kairix_cli_top_level.feature
tests/bdd/features/mcp_agent_contradict.feature
tests/bdd/features/mcp_agent_entity.feature
tests/bdd/features/mcp_agent_prep.feature
tests/bdd/features/mcp_agent_search.feature
tests/bdd/features/mcp_agent_timeline.feature
tests/bdd/features/mcp_cli.feature
tests/bdd/features/normalisation.feature
tests/bdd/features/onboard_check.feature
tests/bdd/features/recall_check.feature
tests/bdd/features/reference_library.feature
tests/bdd/features/research_synthesis.feature
tests/bdd/features/search_backends.feature
tests/bdd/features/search_boosts.feature
tests/bdd/features/search_chunk_date_recency.feature
tests/bdd/features/search_cli.feature
tests/bdd/features/search_collection_retrieval_overrides.feature
tests/bdd/features/search_config_validation.feature
tests/bdd/features/search_dedup.feature
tests/bdd/features/search_intent_gated_boosts.feature
tests/bdd/features/search_intents.feature
tests/bdd/features/search_logging.feature
tests/bdd/features/search_planner.feature
tests/bdd/features/search_rerank.feature
tests/bdd/features/setup_cli.feature
tests/bdd/features/store_cli.feature
tests/bdd/features/summarise_cli.feature
tests/bdd/features/timeline_absolute.feature
tests/bdd/features/timeline_cli.feature
tests/bdd/features/wikilinks_cli.feature
tests/bdd/features/wikilinks_injection.feature
tests/bdd/steps/__init__.py
tests/bdd/steps/agent_collections_steps.py
tests/bdd/steps/benchmark_steps.py
tests/bdd/steps/brief_cli_steps.py
tests/bdd/steps/chunk_date_steps.py
tests/bdd/steps/configurable_default_scope_steps.py
tests/bdd/steps/curator_cli_steps.py
tests/bdd/steps/curator_steps.py
tests/bdd/steps/embed_cli_steps.py
tests/bdd/steps/embed_run_steps.py
tests/bdd/steps/entity_cli_steps.py
tests/bdd/steps/entity_steps.py
tests/bdd/steps/eval_auto_gold_steps.py
tests/bdd/steps/eval_gate_steps.py
tests/bdd/steps/eval_generate_steps.py
tests/bdd/steps/eval_gold_builder_steps.py
tests/bdd/steps/eval_judge_steps.py
tests/bdd/steps/eval_monitor_steps.py
tests/bdd/steps/eval_tune_steps.py
tests/bdd/steps/kairix_cli_top_level_steps.py
tests/bdd/steps/mcp_cli_steps.py
tests/bdd/steps/mcp_contradict_steps.py
tests/bdd/steps/mcp_entity_steps.py
tests/bdd/steps/mcp_prep_steps.py
tests/bdd/steps/mcp_search_steps.py
tests/bdd/steps/mcp_timeline_steps.py
tests/bdd/steps/normalisation_steps.py
tests/bdd/steps/onboard_steps.py
tests/bdd/steps/recall_steps.py
tests/bdd/steps/reflib_steps.py
tests/bdd/steps/research_synthesis_steps.py
tests/bdd/steps/search_backends_steps.py
tests/bdd/steps/search_boosts_steps.py
tests/bdd/steps/search_chunk_date_recency_steps.py
tests/bdd/steps/search_cli_steps.py
tests/bdd/steps/search_collection_retrieval_overrides_steps.py
tests/bdd/steps/search_config_validation_steps.py
tests/bdd/steps/search_dedup_steps.py
tests/bdd/steps/search_intent_gated_boosts_steps.py
tests/bdd/steps/search_logging_steps.py
tests/bdd/steps/search_planner_steps.py
tests/bdd/steps/search_rerank_steps.py
tests/bdd/steps/search_steps.py
tests/bdd/steps/setup_cli_steps.py
tests/bdd/steps/store_cli_steps.py
tests/bdd/steps/summarise_cli_steps.py
tests/bdd/steps/timeline_absolute_steps.py
tests/bdd/steps/timeline_cli_steps.py
tests/bdd/steps/wikilinks_cli_steps.py
tests/bdd/steps/wikilinks_injection_steps.py
tests/benchmark/__init__.py
tests/benchmark/test_baseline.py
tests/benchmark/test_benchmark_pipeline.py
tests/benchmark/test_collection_scope.py
tests/benchmark/test_dual_runner.py
tests/benchmark/test_gold_matching.py
tests/benchmark/test_mock_reflib.py
tests/benchmark/test_runner.py
tests/benchmark/test_runner_contracts.py
tests/benchmark/test_suite.py
tests/briefing/__init__.py
tests/briefing/test_pipeline.py
tests/briefing/test_sources.py
tests/briefing/test_synthesiser.py
tests/briefing/test_writer.py
tests/classify/__init__.py
tests/classify/test_cli.py
tests/classify/test_judge.py
tests/classify/test_router.py
tests/classify/test_rules.py
tests/contracts/__init__.py
tests/contracts/test_agent_registry_contract.py
tests/contracts/test_briefing_backend.py
tests/contracts/test_collection_defaults.py
tests/contracts/test_collection_resolver_contract.py
tests/contracts/test_confidence_parser_protocol.py
tests/contracts/test_contradiction_scorer_contract.py
tests/contracts/test_document_repository_contract.py
tests/contracts/test_embedder.py
tests/contracts/test_entity_loader_contract.py
tests/contracts/test_entity_resolver.py
tests/contracts/test_eval_protocols.py
tests/contracts/test_intent_classifier.py
tests/contracts/test_llm_backend.py
tests/contracts/test_mcp_entity_contract.py
tests/contracts/test_mcp_transport_contract.py
tests/contracts/test_no_reflib_resolver_hardcode.py
tests/contracts/test_normalise_scanner_contract.py
tests/contracts/test_protocols.py
tests/contracts/test_scope_contract.py
tests/contracts/test_search_backend.py
tests/contracts/test_search_logger_contract.py
tests/contracts/test_suggestion_filter_protocol.py
tests/contradict/__init__.py
tests/contradict/test_detector.py
tests/core/__init__.py
tests/core/search/__init__.py
tests/core/search/test_agent_registry.py
tests/core/search/test_collection_resolver.py
tests/core/search/test_config_validator.py
tests/core/search/test_config_validator_contracts.py
tests/core/search/test_jsonl_search_logger.py
tests/core/search/test_resolver_with_registry.py
tests/core/search/test_scope.py
tests/curator/__init__.py
tests/curator/test_health.py
tests/db/__init__.py
tests/db/test_db_init.py
tests/db/test_fts.py
tests/db/test_scanner.py
tests/db/test_schema.py
tests/e2e/__init__.py
tests/embed/__init__.py
tests/embed/test_batching.py
tests/embed/test_canary_cache.py
tests/embed/test_date_extract.py
tests/embed/test_db_roundtrip.py
tests/embed/test_embed_contracts.py
tests/embed/test_embed_coverage.py
tests/embed/test_embed_pipeline.py
tests/embed/test_progress_logging.py
tests/embed/test_recall_check.py
tests/embed/test_recall_check_contracts.py
tests/embed/test_retry.py
tests/embed/test_schema_coverage.py
tests/embed/test_schema_date_filter.py
tests/embed/test_use_cases.py
tests/embed/test_vsearch.py
tests/entities/__init__.py
tests/entities/test_seed.py
tests/entities/test_seed_cli.py
tests/entities/test_suggest.py
tests/entities/test_suggest_filter_integration.py
tests/entities/test_validate.py
tests/eval/__init__.py
tests/eval/test_auto_gold.py
tests/eval/test_generate.py
tests/eval/test_gold_builder.py
tests/eval/test_gold_builder_contracts.py
tests/eval/test_hybrid_sweep.py
tests/eval/test_judge.py
tests/eval/test_judge_contracts.py
tests/eval/test_logger.py
tests/eval/test_metrics.py
tests/eval/test_monitor.py
tests/eval/test_monitor_contracts.py
tests/eval/test_reporter.py
tests/eval/test_retrieval_config_resolution.py
tests/eval/test_sweep.py
tests/eval/test_tune.py
tests/eval/test_tune_cli.py
tests/fixtures/__init__.py
tests/fixtures/embeddings.py
tests/fixtures/neo4j_mock.py
tests/fixtures/search_db.py
tests/fixtures/synthetic_agents/04-Agent-Knowledge/agent-alpha/memory/2026-04-28.md
tests/fixtures/synthetic_agents/04-Agent-Knowledge/agent-alpha/memory/2026-04-29.md
tests/fixtures/synthetic_agents/04-Agent-Knowledge/agent-alpha/memory/2026-04-30.md
tests/fixtures/synthetic_agents/04-Agent-Knowledge/agent-beta/memory/2026-04-28.md
tests/fixtures/synthetic_agents/04-Agent-Knowledge/agent-beta/memory/2026-04-29.md
tests/fixtures/synthetic_agents/04-Agent-Knowledge/entities/organisation/acme-corp.md
tests/fixtures/synthetic_agents/04-Agent-Knowledge/entities/person/alice-smith.md
tests/fixtures/synthetic_agents/04-Agent-Knowledge/entities/person/bob-jones.md
tests/fixtures/vault/note_procedural.md
tests/fixtures/vault/note_simple.md
tests/fixtures/vault/note_temporal.md
tests/fixtures/vault/note_with_entity.md
tests/graph/__init__.py
tests/graph/test_upsert_edge.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_backends_integration.py
tests/integration/test_bm25_integration.py
tests/integration/test_boosts_integration.py
tests/integration/test_briefing_pipeline.py
tests/integration/test_budget_integration.py
tests/integration/test_collections.py
tests/integration/test_config_validator_integration.py
tests/integration/test_db_roundtrip.py
tests/integration/test_embed_agent_owner.py
tests/integration/test_embed_scan_dedup.py
tests/integration/test_eval_auto_gold_cli.py
tests/integration/test_eval_gate_cli.py
tests/integration/test_eval_generate_pipeline.py
tests/integration/test_eval_gold_pipeline.py
tests/integration/test_eval_judge_pipeline.py
tests/integration/test_intent_pipeline_routing.py
tests/integration/test_logger_integration.py
tests/integration/test_mcp_build_server.py
tests/integration/test_mcp_tool_contracts.py
tests/integration/test_multi_path_agents.py
tests/integration/test_pipeline_integration.py
tests/integration/test_planner_integration.py
tests/integration/test_recall_gate_pipeline.py
tests/integration/test_rerank_integration.py
tests/integration/test_rrf_integration.py
tests/integration/test_search_pipeline.py
tests/integration/test_timeline_retrieval.py
tests/integration/test_vec_index_lifecycle.py
tests/integration/reflib_fixture/README.md
tests/integration/reflib_fixture/agentic-ai/prompts-advanced-usage.md
tests/integration/reflib_fixture/agentic-ai/prompts-intro.md
tests/integration/reflib_fixture/agentic-ai/techniques-to-improve-reliability.md
tests/integration/reflib_fixture/data-and-analysis/content-types.md
tests/integration/reflib_fixture/data-and-analysis/feature-flag-benefits-use-cases.md
tests/integration/reflib_fixture/data-and-analysis/trunk-based-development.md
tests/integration/reflib_fixture/economics-and-strategy/business-model-canvas.md
tests/integration/reflib_fixture/economics-and-strategy/startup-guide.md
tests/integration/reflib_fixture/engineering/backing-services.md
tests/integration/reflib_fixture/engineering/code-review-standard.md
tests/integration/reflib_fixture/engineering/codebase.md
tests/integration/reflib_fixture/engineering/config.md
tests/integration/reflib_fixture/engineering/dependencies.md
tests/integration/reflib_fixture/engineering/environment-variable-configuration.md
tests/integration/reflib_fixture/engineering/what-to-look-for-in-review.md
tests/integration/reflib_fixture/foundations/open-logic-project.md
tests/integration/reflib_fixture/leadership-and-culture/open-leadership-framework.md
tests/integration/reflib_fixture/leadership-and-culture/open-leadership-vision.md
tests/integration/reflib_fixture/operating-models/platform-maturity-introduction.md
tests/integration/reflib_fixture/personal-effectiveness/mindful-programming.md
tests/integration/reflib_fixture/personal-effectiveness/what-is-an-objective.md
tests/integration/reflib_fixture/philosophy/bushido.md
tests/integration/reflib_fixture/philosophy/discourses-epictetus.md
tests/integration/reflib_fixture/philosophy/enchiridion.md
tests/integration/reflib_fixture/philosophy/meditations.md
tests/integration/reflib_fixture/product-and-design/choose-modern-technology-stack.md
tests/integration/reflib_fixture/product-and-design/deploy-in-flexible-hosting.md
tests/integration/reflib_fixture/product-and-design/usds-playbook-readme.md
tests/integration/reflib_fixture/security/cyclonedx-specification.md
tests/integration/reflib_fixture/security/openlane-grc-config.md
tests/knowledge/__init__.py
tests/knowledge/contradict/__init__.py
tests/knowledge/contradict/test_extract.py
tests/knowledge/contradict/test_scorers.py
tests/knowledge/entities/__init__.py
tests/knowledge/entities/test_filters.py
tests/llm/__init__.py
tests/llm/test_backends.py
tests/llm/test_embed_provider.py
tests/mcp/__init__.py
tests/mcp/test_affordance.py
tests/mcp/test_scope_param_parity.py
tests/mcp/test_server.py
tests/mcp/test_timeline_fallthrough.py
tests/onboard/__init__.py
tests/onboard/test_check.py
tests/onboard/test_ports.py
tests/reflib/__init__.py
tests/reflib/test_catalogue.py
tests/reflib/test_dedup.py
tests/reflib/test_emit.py
tests/reflib/test_extract.py
tests/reflib/test_filters.py
tests/reflib/test_frontmatter.py
tests/reflib/test_loader.py
tests/reflib/test_markdown.py
tests/reflib/test_normalise.py
tests/reflib/test_resolve.py
tests/reflib/test_splitter.py
tests/research/__init__.py
tests/research/test_graph.py
tests/research/test_nodes.py
tests/scripts/__init__.py
tests/scripts/test_audit_date_formats.py
tests/scripts/test_chunk_crm_interactions.py
tests/scripts/test_chunk_daily_files.py
tests/search/__init__.py
tests/search/test_bm25.py
tests/search/test_bm25_contracts.py
tests/search/test_boosts_contracts.py
tests/search/test_budget.py
tests/search/test_budget_contracts.py
tests/search/test_cli.py
tests/search/test_collection_config.py
tests/search/test_config_contracts.py
tests/search/test_config_loader.py
tests/search/test_config_loader_contracts.py
tests/search/test_intent.py
tests/search/test_logger_contracts.py
tests/search/test_pipeline.py
tests/search/test_pipeline_contracts.py
tests/search/test_pipeline_extras.py
tests/search/test_pipeline_logger_integration.py
tests/search/test_planner.py
tests/search/test_planner_contracts.py
tests/search/test_rerank.py
tests/search/test_resolver_contracts.py
tests/search/test_retrieval_config.py
tests/search/test_rrf.py
tests/search/test_rrf_contracts.py
tests/search/test_temporal_boost.py
tests/search/test_temporal_chunk_date.py
tests/search/test_temporal_filter.py
tests/search/test_tokenizer.py
tests/search/test_vec_index.py
tests/search/test_vec_index_contracts.py
tests/setup/__init__.py
tests/setup/test_onboarding_agent.py
tests/setup/test_prompts.py
tests/setup/test_templates.py
tests/setup/test_wizard.py
tests/store/__init__.py
tests/store/test_crawler.py
tests/store/test_health.py
tests/summaries/__init__.py
tests/summaries/test_generate.py
tests/summaries/test_loader.py
tests/summaries/test_staleness.py
tests/temporal/__init__.py
tests/temporal/test_chunker.py
tests/temporal/test_index.py
tests/temporal/test_rewriter.py
tests/unit/__init__.py
tests/unit/test_batching.py
tests/unit/test_retry.py
tests/wikilinks/__init__.py
tests/wikilinks/conftest.py
tests/wikilinks/test_injector.py
tests/wikilinks/test_resolver.py