Add a new community article index for the ABP AI Agent deep-dive series (docs/en/Community-Articles/2026-06-23-deep-dive-index/Post.md) that summarizes the nine-part series and links to each detailed article. Includes two image assets used by the post (abp-studio-new-design.png, cover.png). This commit adds the overview page and required images to the documentation site.
[Community] Implementing Background Jobs with ABP and Hangfire
Community article from ABP.io AI Post Generator.
**Folder:** `2026-06-22-implementing-background-jobs-with-abp-and-hangfire`
**Author:** admin
[Community] How to Implement Multi-Tenancy with ABP Framework
Community article from ABP.io AI Post Generator.
**Folder:** `2026-06-22-how-to-implement-multitenancy-with-abp-framework`
**Author:** admin
Refine article copy and image: replace cover image and adjust several headings for clarity. Explain parallel session semantics more precisely—scope and workflow are locked for a session once it starts, while model/mode/active tools are snapshotted per run. Describe subagents as parallel, read-only research helpers (with the browser subagent as an exception) and note that research subagents can use a separate, cheaper model. Minor wording and structural edits to improve readability and avoid confusion about how Studio coordinates parallel work.
Add a new Community Article explaining ABP Studio's parallel agent sessions and subagents. Adds docs/en/Community-Articles/2026-06-18-deep-dive-8-parallel-agent-execution/post.md with details on concurrency limits, session-scoped settings, prompt queuing, file-change coordination, and subagent research models, plus an accompanying image model-settings.png.
Add several MCP/SEO-related images (cover, server, tools, walkthrough) and remove an outdated connected image. Substantially rewrite docs/en/Community-Articles/2026-06-18-deep-dive-5-mcp/post.md to clarify and expand the explanation of MCP (Model Context Protocol), including why it matters, setup (stdio/HTTP), tool access and permissions, safety considerations, a practical walkthrough with SEO and Prometheus examples, and how MCP fits with ABP Studio tools and workflows.
Add a new Community-Articles post 'Deep Dive on ABP AI Agent #5: MCP' at docs/en/Community-Articles/2026-06-18-deep-dive-5-mcp/post.md explaining the Model Context Protocol, when to use it, and how to configure MCP servers in ABP Studio. Include three supporting screenshots referenced by the article: mcp-servers-empty.png, add-mcp-server.png, and connected-mcp-server.png.
Add a new community article explaining ABP Studio AI Agent's Rules, Skills, and Lessons (docs/en/Community-Articles/2026-06-18-deep-dive-3-rules-skills-lessons/POST.md). Also add four accompanying images (cover-image.png, rules-and-skills-settings.png, create-rule-skill-dialog.png, import-rules.png) to illustrate settings, dialog, and import flow.