7 best continuous penetration testing tools in 2026

The pentest report lands, engineering queues the findings, and dozens of changes are shipped before half the vulnerabilities have even been fixed. The problem with point-in-time pentests is well-known, and continuous pentesting comes in to plug the gap.

Vulnerabilities that have topped the OWASP Top 10 for years - BOLAs, IDORs, business logic abuse - aren't the ones that require zero days but the ones that slip through because nobody caught the change in your environment since the previous test.

Continuous penetration testing closes that window. It isn't just running a scan on a schedule but incorporating an offensive security approach into how software gets built.

This guide covers what continuous pentesting actually means in practice, how it differs from traditional PTaaS (Penetration Testing as a Service) and point-in-time engagements, and which tools are doing it well in 2026.

TL;DR - Continuous penetration testing solutions compared at a glance

Below are the top continuous penetration testing tools in 2026 that span autonomous AI platforms, CI/CD-integrated DAST, PTaaS, and external ASM. Which one is right depends less on feature lists and more on what surface you're covering, what your team can operate, and how mature your security program is.

Comparison of API and infrastructure pentesting tools by strengths, limitations, and best-fit use case.
Tool Strengths Limitations Best For
Escape ✅ Discovers shadow APIs and undocumented endpoints before testing begins
✅ Native business-logic testing (BOLA, IDOR, auth bypass), not retrofitted onto a payload scanner
✅ Cascade runs autonomous multi-step assessments with proof of exploit
✅ Per-build CI/CD integration, findings routed to asset owners
✅ AI-generated, framework-specific remediation
⚠️ Advanced features may require specialized security knowledge
⚠️ Some integrations still under active development
AppSec teams scaling coverage across large, evolving API and web app surfaces without adding headcount
Pentera ✅ Deep Active Directory attack simulation (lateral movement, privilege escalation, Kerberoasting)
✅ Assume-breach model maps attack paths to business assets
✅ Automated post-remediation retesting verifies fixes hold
✅ Strong track record in regulated, large-enterprise environments
⚠️ Built for internal network/infrastructure, not web app or API business logic
⚠️ Needs a complementary tool for API-first architectures
Large enterprises with complex internal networks and meaningful Active Directory footprints
Horizon3.ai (NodeZero) ✅ On-demand network pentesting, no consultants or external access needed
✅ Chains exploits into attack paths, verifies with working exploits
✅ Strong post-remediation retesting loop
✅ Broad infrastructure coverage: network, cloud, on-prem, hybrid
⚠️ Optimized for infrastructure/network, not web app or API business logic
⚠️ Not CI/CD-integrated — runs on demand or schedule
Mid-market and enterprise orgs wanting scheduled, autonomous network pentesting with no external access requirements
XBOW ✅ Separates exploration from verification: thousands of short-lived agents plus a persistent coordinator
✅ Low false positives via controlled, non-destructive validation
✅ Complete case files: chained attack path, exploit, decision log
✅ Results within five business days
⚠️ Engagement-based pricing, expensive at deployment frequency
⚠️ Web app focus today, no CI/CD integration or discovery layer
Security teams wanting elite-red-team-quality validation for scheduled, high-depth assessments

If you need continuous API and web application coverage with genuine business-logic testing, proof of exploitability, and attack surface discovery in a single program: Escape is your one-stop shop. For internal network and Active Directory validation: Pentera or NodeZero. For compliance-driven engagements that require a human-signed report: NetSPI. For deep scheduled assessments before major releases: XBOW.

What is continuous penetration testing?

Continuous penetration testing is offensive security testing that runs as a persistent, ongoing program rather than a periodic engagement. "Continuous" doesn't just mean increasing the frequency of tests but tracking what changes between deployments and focusing security efforts on new or modified surfaces, instead of re-running the same scan from scratch every time.

This can look different depending on which platform you use:

  • Some run autonomous AI-powered assessments on a recurring schedule
  • Some integrate directly into CI/CD pipelines and fire on every deployment
  • Some combine attack surface discovery with ongoing validation so new and shadow assets get tested as soon as they appear
  • Some are managed PTaaS platforms that provide ongoing retesting and findings management between human-led engagements

Overall, testing becomes part of the engineering process, findings surface as they appear and regression testing confirms fixes actually holds.

Gone are the days of bi-annual PDF that barely gets opened and a vulnerability that simply resurfaces in a different endpoint three months later.

💡
For a deeper look at how this fits into a broader security program, check out the types of API security testing guide.

Continuous pentesting vs traditional pentesting

Continuous pentesting differs from the traditionally static system of engaging a team and getting a report in three practical ways:

  • Testing runs automatically or when changes are made - not just when it's commissioned
  • Regression testing revalidates assumptions instead of treating each engagement as a clean slate
  • Findings reflect current behavior and should build on previous context

This won't replace traditional engagements entirely. For regulated industries that require human-signed reports, a periodic human-led assessment is still a hard requirement. The goal is to close the gap between them, where risk accumulates unnoticed.

Traditional pentesting vs. continuous pentesting: key differences.
Traditional pentest Continuous pentesting
Cadence Annual or quarterly Per-build, per-campaign, or always-on
Coverage Known scope at point in time Evolving surface, including new and shadow assets
Findings Report delivered post-engagement Real-time, routed to asset owners
Regression Manual retest requested separately Automated verification on next run
Operator requirement Skilled tester required Varies — some platforms are fully autonomous

Continuous pentesting vs. AI pentesting

These terms get conflated constantly, so a quick distinction: continuous pentesting is about when and where testing happens. AI pentesting is about how it's done, specifically using AI agents to simulate attacker behavior, chain issues together, and reason about application state rather than just firing payload lists.

In the best platforms, both are true at the same time. The AI does the attacking; the continuous model means it keeps doing it as your application evolves. Read this article to see how DAST and pentesting differ in 2026 and where AI pentesting fits.

Key things to look out for in a continuous pentesting tool

Continuous and AI-powered pentesting has exploded across the market, so continuous pentesting now covers everything from a managed PTaaS portal to a fully autonomous AI offensive security platform. These are the features you should look for that can separate the meaningful differences between everything that is out there:

  • Testing business logic: Payload-based scanners catch injections and misconfigurations but miss the vulnerabilities that cause real breaches.
  • Proving exploitability: Findings are only worth acting on if engineering trusts them. Proof-based platforms surface reproduction steps, request sequences, and the best ones even provide remediation guidance.
  • Starting from what is actually exposed, not just what's documented: Shadow APIs, deprecated API versions still running and accidentally exposed internal services are the true targets for attackers. Discovery has to be part of the program because a platform that starts from a Swagger spec of manual URL list will miss crucial gaps.
  • Integration into how your engineering team works: CI/CD integration, per-project RBAC, findings routed to the team that owns the service are some defining differences between a tool that actually gets used and one that sits in a portal untouched.

The best continuous penetration testing tools in 2026

This table gives a high-level overview and underneath is a more in-depth breakdown of each tool, its strengths, limitations, and which situation it's best suited for.

Tool Category Strongest use case Business logic testing CI/CD integration Pricing
Escape Autonomous AI pentesting + ASM API and web app, shadow API discovery Yes — deep Yes Per application / Enterprise
Pentera Autonomous AI pentesting Internal network, Active Directory Limited No Enterprise
Horizon3.ai (NodeZero) Autonomous AI pentesting Network attack path validation Limited No Enterprise
NetSPI PTaaS Regulated industry engagements Yes (human-led) No Custom
Hadrian External ASM + pentesting External attack surface validation Limited No Enterprise
Equixly Autonomous AI pentesting API-first architectures Yes Yes Custom
XBOW Autonomous AI pentesting Web app exploit validation, high-depth assessments Yes No Custom, per engagement

Escape

Escape's AI Pentesting Tool Cascade

Escape is an offensive security engineering platform built for AppSec teams covering large, evolving attack surfaces. Its AI pentesting engine Cascade compounds its context with every engagement, testing for business logic flaws specific to your application and growing to become an expert in your business.

The Escape platform combines attack surface management, per-build DAST, and AI-powered pentesting via Cascade, and is the only solution that integrates AI pentesting with DAST.

This makes it the best on the market to implement continuous pentesting within your CI/CD because every finding discovered through an AI pentest is then regression tested through the DAST on every new deployment.

To run pentests, the Cascade engine runs autonomous engagements complete with exploration graphs, multi-step reproduction sequences, live reasoning trees, and AI-generated remediation guidance at the code level.

“The authentication experience, the way it handles authentication, is markedly better than what I've experienced in other products. So that's something you're doing that's definitely making my life easier. My expectation is that trying to get a security scanner to log into an application is like going to a dentist. But with Escape, it was really easy. So that's a really good thing.” — Ben Dalby, Chief Delivery Officer, Bridgetech Group

Strengths:

Shadow API and undocumented endpoint discovery before testing begins — not as a manual prerequisite

Business-logic testing (BOLA, IDOR, auth bypass) built from the ground up, not retrofitted onto a payload scanner

Deep native GraphQL coverage: introspection abuse, batch attacks, alias DoS, cyclic queries

Test as multiple users at once and feed tests back into DAST as regression tests

✅ Working exploit evidence and multi-step reproduction sequences, and integrations straight into your CI/CD and ticketing systems

✅ AI-generated code-level remediation — specific to the framework, not generic OWASP guidance

Per-build CI/CD integration with findings routed to the teams that own the assets

✅ Public API, CLI, and custom rule support for teams that want to extend or integrate it

✅ Framework-specific remediation guidance

Limitations:

🟡 Advanced feature sets may require specialized knowledge

🟡 Some integrations still under implementation

Best for: AppSec and offensive security teams that are looking to scale their security programs without scaling headcounts. Best for teams that need continuous API and web app coverage — particularly where shadow API discovery, business-logic depth, or proof-of-exploitability is a hard requirement.

Pentera

Pentera Homepage

Category: Autonomous AI pentesting, focused on infrastructure and internal network validation

Pentera is one of the most established names in autonomous security validation. Its platform runs assume-breach exercises against production environments: lateral movement, privilege escalation, Kerberoasting, password attacks against live Active Directory, and then maps attack paths to specific business assets.

A recent update added adaptive payload generation for web testing and a natural language interface for scoping and reviewing results. A natural language interface for scoping and reviewing results was added around the same time, making the platform more accessible to security engineers who aren't full-time pen testers.

Strengths:

✅ Deep Active Directory attack simulation

✅ Assume-breach model that maps realistic attack paths to business assets, not just individual findings

✅ Automated post-remediation retesting — verifies the fix rather than just reporting the finding

✅ Strong track record in regulated industries and large enterprise environments

Limitations:

❌ Built for internal network and infrastructure environments: web application and API business-logic testing is not its core capability

❌ Organizations running API-first architectures will need a complementary tool for authenticated application-layer coverage

Best for: Large enterprises with complex internal networks and meaningful Active Directory footprints, where the central question is what an attacker can reach after a single endpoint falls.

Horizon3.ai (NodeZero)

Horizon3 Homepage

Category: Autonomous AI pentesting — network and infrastructure

NodeZero runs on-demand network pentesting without consultants, scoping calls or external access to your systems. It chains exploits to demonstrate attack paths, verifies findings with working exploits, and re-runs after remediation to confirm fixes hold.

If the specific exploit is blocked but the underlying access path persists via a different route, that surfaces too. This matters because most remediations fix the symptom (a specific CVE) without addressing the structural issue (the access control model that allowed it).

In 2025, Horizon3.ai expanded NodeZero's coverage to include web application attack surface testing alongside its network capabilities, though the primary use case remains infrastructure.

Strengths:

✅ Working exploit evidence for every finding

✅ Strong post-remediation retesting loop — validates fixes hold against the same attack path

✅ Broad infrastructure coverage: network, cloud, on-premises, hybrid environments

Limitations:

❌ Optimized for infrastructure and network attack paths; cannot natively test web application and API business-logic

❌ Not a CI/CD-integrated tool — runs on demand or on a schedule, not per-deployment

Best for: Mid-market and enterprise organizations that want scheduled, autonomous network pentesting on their own schedule, with no external access requirements.

NetSPI

NetSPI logo

Category: Pentesting-as-a-Service - human-led with platform delivery

NetSPI's Resolve platform delivers human-led pentesting as PTaaS — web applications, APIs, ICS/OT, hardware, source code review, and full red team engagements — with CREST accreditation, SOC 2 Type II compliance, and a documented track record across financial services, healthcare, and government.

The model is different from autonomous platforms: NetSPI provides access to senior security engineers who conduct the testing, with Resolve as the workflow layer for scoping, finding management, retesting requests, and program visibility over time. The "continuous" element comes from the platform's ability to manage an ongoing program — tracking finding status, requesting retests, and maintaining a consistent view of security posture between engagements — rather than from automation.

Strengths:

✅ Epertise in complex and niche environments: ICS/OT, mainframe, hardware, source code review

✅ Full red team engagements alongside point-in-time and PTaaS models

✅ Resolve platform provides program management, finding tracking, and retest workflow

Limitations:

❌ PTaaS, not autonomous continuous testing — engagements require scoping and scheduling

❌ Testing velocity is bounded by human capacity, not deployment frequency

❌ Not CI/CD-integrated; findings don't surface at the speed of a release cycle

Best for: Regulated enterprises where auditors require a human-signed report and a CREST-accredited vendor. If your compliance framework mandates it, this is the shortlist entry.

Hadrian

Hadrian homepage

Category: External attack surface management and autonomous pentesting

Hadrian provides continuous discovery and attacker-style validation across the external attack surface, with a Nova layer for deep autonomous assessments the way a human attacker would. It runs 24/7 external exposure validation, finding exposed assets, misconfigurations, and reachable vulnerabilities from an outside-in perspective.

For organizations with large or poorly documented external footprints (those that have grown through acquisition, run multi-cloud environments, or have engineering teams that spin up infrastructure quickly), Hadrian provides visibility that internal tooling doesn't surface.

However, its focus on the external attack surface means that it is unable to go deeper on exploitable vulnerabilities in authentication or business logic, so it may not serve as a forefront pentesting tool but as part of a comprehensive stack.

Strengths:

✅ Continuous 24/7 external attack surface discovery: maps the full external footprint without requiring a manually-maintained inventory

✅ Attacker-perspective validation: confirms what's reachable and exploitable, not just detectable

✅ Nova agentic layer for deep autonomous external pentesting

✅ Useful for organizations with complex or poorly documented external footprints (M&A, multi-cloud, fast-growth)

Limitations:

❌ Focused on the external attack surface - authenticated application testing, internal API coverage, and business-logic validation require additional tooling

❌ Not CI/CD-integrated, external ASM is a persistent program, not a per-deployment check

❌ Better as a discovery and external exposure layer than as a primary pentesting platform

Best for: Internet-facing organizations that need always-on external attack surface visibility combined with automated validation of what's reachable and exploitable from outside.

Equixly

Equixly Homepage

Category: Autonomous AI pentesting for API and web applications

Equixly is purpose-built for continuous API penetration testing, using a proprietary agentic AI engine trained on real-world security test data. The engine doesn't send a list of known payloads — it reasons about the target, plans attack sequences based on what it's learned from the application structure, and executes and validates each step before surfacing a finding. The result is deterministic, reproducible output that feeds cleanly into CI/CD workflows or compliance reporting.

The focus is API-first architectures: REST, GraphQL, and modern web applications. Equixly models the authorization boundary of the application, chains requests the way a real attacker would, and validates exploitability before raising a finding.

Strengths:

✅ Proprietary agentic AI engine, not a ZAP wrapper or a payload library; reasons about the application

✅ Deterministic, reproducible findings that are confirmed before surfacing — low false positive rate

✅ Chain-of-attack sequencing that mirrors real adversary behavior

✅ Coverage of modern AI surfaces: GenAI apps, LLM applications, MCP servers, RAG pipelines

✅ CI/CD integration with clean compliance-ready output

Limitations:

❌ Specialist API and web application platform: infrastructure, network, and Active Directory testing are out of scope

❌ Newer entrant than Pentera or NetSPI; enterprise reference customer depth is still building

Best for: API-first organizations in regulated industries, particularly finance, where authorization logic changes frequently and continuous exploitability validation is a requirement.

XBOW

XBOW Demo Page

Category: Autonomous AI pentesting for web application exploit validation

XBOW is an autonomous offensive security platform founded in 2024, with an architecture that serves to separate exploration from verification. They have thousands of short-lived AI agents that run in parallel, which each begin with a narrowly scoped objective and are maintained and directed by a persistent coordinator. Findings surface only when exploitability is confirmed with controlled, non-destructive validation, resulting in low false positive and findings with chained attack paths and a full log of every decision.

The product runs on an engagement model with a test beginning on demand and results delivered within five business days. While this works well for deep scheduled assessments before a major release or compliance deadline, it can become expensive to integrate as a continuous form of testing in line with your deployment cycle.

Strengths:

✅ Few false positives because of the separation of AI exploration and deterministic validation

✅ Complete case files: chained attack path, working exploit, full decision log, developer-ready remediation

Limitations:

❌ Web application focus today; standalone API and mobile testing still in development

❌ No regression testing across bug bounty or manual pentest findings

❌ No asset ownership routing: findings land in a report, not a workflow. So someone still has to do the routing and remediation work.

❌ No attack surface discovery layer

❌ Expensive to implement continuously

Best for: Security teams that want adversarial validation with the proof quality of an elite red team for scheduled high-depth assessments

How to choose the right continuous pentesting tool

While continuous pentesting is overall a persistent method of testing that lines up with development cycles, the tools that fall underneath this umbrella do meaningfully different things. From autonomous AI platforms, PTaaS portals, CI/CD integrated DAST layers and external ASM tools, each is built around a different problem, so the important question to really ask is "which tool solves the problem we actually have?"

Team size and security headcount

If you're in a small team covering large engineering organizations, the right tool minimizes false-positives, routes findings directly to engineering teams that own the relevant services, and doesn't require manual scoping for every test run.

Larger security teams can adopt greater flexibility, with tools that require manual scoping, interpretations of outputs and acting on attack path findings, so the priority would be tools that offer depth of findings, including business-logic vulnerabilities and complex attack chains that other tools may miss.

💡

Attack surface type: APIs and web applications vs internal networks

The most important split in the continuous pentesting type is arguably attack surface type, since most tools serve one very well but few specialise in both.

For API and web application coverage, the relevant tools are Escape, XBOW, and Equixly. Within this group, the next split is depth: tests at the endpoint layer; Escape goes into business logic, authorization chains, and multi-step attack sequences to find the critical vulnerabilities that cause real breaches.

For internal network and infrastructure, the relevant tools are Pentera and NodeZero. However, these are not substitutes for API and web application testing; they address a different layer. Most mature security programs need coverage on both surfaces, which is why Pentera or NodeZero often sit alongside a platform like Escape rather than replacing it.

Security program maturity

The stage you are in your security program also determines which tool creates immediate value and which tool creates overhead.

Early-stage programs (teams that are building their first security posture or managing security alongside engineering responsibilities) will benefit most from platforms that reduce friction to first finding, with fast and minimal setup and minimal input or management.

Maturing programs are ones that have basic DAST coverage in place and are looking for the depth from autonomous AI pentesting to discover what is missing, and what an attacker could chain together from what you have exposed. Escape's Cascade engine, XBOW, and Equixly all operate at this level, producing adversarial findings that basic scanners miss by design.

Advanced programs running continuous coverage across a large API surface, with engineering velocity measured in multiple deploys per day, need a platform that scales without adding analyst overhead. The combination that holds up at this level: Escape for continuous per-build coverage with business-logic depth, supplemented by periodic deep assessments from XBOW or NodeZero on high-risk surfaces, and NetSPI for any compliance engagements that require a human-signed deliverable.

Discovery: do you know what you're exposing?

This is the question most teams underestimate. 58% of organizations monitor their APIs less than daily and lack confidence in their inventory accuracy. You cannot continuously pentest a surface you haven't mapped.

Escape is the only platform in this guide that starts from discovery — crawling codebases, traffic, and infrastructure to map what's actually exposed before testing begins — and feeds that discovery directly into testing without a manual handoff. Hadrian addresses external exposure specifically, running outside-in reconnaissance to find what's reachable from the internet. For organizations where the primary undiscovered risk is internal shadow APIs rather than external perimeter exposure, Escape's discovery layer is the more directly relevant choice.

Conclusion

"Continuous" pentesting covers a wide range of things in 2026. A CI/CD security gate and an autonomous AI pentesting platform are both marketed under the same label, and the difference between them (depth, surface coverage, and what they actually find) is significant. The specific tools that fill each role depend on team size, attack surface type, and program maturity.

What's consistent across all of them: the vulnerabilities that matter most aren't the ones a standard automated scanner will find. More complex attack chains, multi-user exploit opportunities, broken access controls all require a tool that understands what the application is supposed to do, and has the access and depth to probe whether it actually does it. Most of the organization's breaches of the last few years didn't require a zero-day. They required an endpoint that changed since the last test, and nobody checking in between.

If your team is ready to see how continuous pentesting could work in practice on your attack surface, schedule a personalized demo with one of Escape's product experts.

Frequently Asked Questions

What is continuous penetration testing?

Continuous penetration testing is offensive security testing that runs as an ongoing program instead of a single scheduled engagement. It tracks what changes between deployments and focuses effort on new or modified attack surface as it ships.

How is continuous pentesting different from a traditional pentest?

A traditional pentest is a point-in-time engagement: a team tests a defined scope and delivers a report, then nothing happens again for months. Continuous pentesting runs per-build or on a persistent schedule, revalidates old findings through regression testing, and routes new findings to the team that owns the affected service, instead of waiting for the next scheduled cycle.

Is continuous pentesting the same thing as AI pentesting?

No, they address different questions, but AI pentesting plays a vital role in implementing continuous pentesting. Continuous pentesting is about when and where testing happens, and AI pentesting is about how it happens, i.e. using agents that simulate attacker behavior and chain findings together instead of firing static payload lists. With AI pentesting, AI agents run the attacks, and a continuous pentesting model will keep running them as the application evolves.

What's the best continuous pentesting tool in 2026?

It depends on the surface you're testing. For continuous API and web application coverage with business-logic testing and shadow API discovery, Escape is built for that specifically. For internal network and Active Directory validation, Pentera or NodeZero. For compliance work that requires a human-signed report, NetSPI. Most mature security programs run more than one of these side by side, since each covers a different layer.

What's the best continuous pentesting tool for web applications?

Escape leads here, followed by XBOW. Escape combines shadow API and endpoint discovery with per-build DAST and AI-powered pentesting (Cascade) in one program, so coverage runs continuously as the app changes. XBOW is the stronger pick for a single deep, high-proof assessment before a major release rather than ongoing per-build coverage.

What's the best continuous pentesting tool for enterprise companies?

This depends on the surface. For API and web app coverage at scale, Escape handles the business-logic depth and shadow API discovery large orgs need. For internal network and Active Directory validation, Pentera or NodeZero. For a compliance-driven engagement that requires a human-signed report, NetSPI. Most enterprise programs run two or three of these together rather than picking one.

Does continuous pentesting replace the pentest my compliance framework requires?

Not on its own for most regulated frameworks. Standards that require a CREST-accredited or human-signed report still expect a periodic human-led engagement. What continuous pentesting does is close the gap between those required engagements, so findings surface and get retested in real time instead of sitting unnoticed for months between audits.

How much does continuous penetration testing cost?

Pricing varies more by category than by vendor. Autonomous AI platforms and CI/CD-integrated DAST tools tend to price per application or on tiered/enterprise plans. PTaaS and enterprise infrastructure platforms are typically custom-quoted.

What is the best continuous pentesting tool for APIs?

Escape or Equixly. Escape starts from discovery - crawling to find shadow and undocumented APIs before testing begins. Both are purpose-built to test REST and GraphQL APIs and go deeper on authorization and business logic than other tools.

What should you look for in a continuous pentesting tool?

Four things separate the tools that get used from the ones that sit in a dashboard untouched: whether it tests business logic rather than just injection and misconfiguration payloads, whether findings ship with proof of exploitability, whether it discovers what's actually exposed instead of starting from a spec you hand it, and whether it integrates into how your engineering team already ships — CI/CD, per-project RBAC, findings routed to the owning team.

Can continuous pentesting catch business logic vulnerabilities like BOLA and IDOR?

Only on some platforms; this is the widest capability gap in the category. BOLA, IDOR, and authorization logic failures require understanding what an application is supposed to do, not just sending payloads at it, so payload-based scanners typically miss them. Look for platforms built around business-logic testing from the ground up, rather than those with business-logic checks retrofitted on top.

Does continuous pentesting integrate with CI/CD pipelines?

Some platforms do, and some don't - Escape, and Equixly all integrate directly into CI/CD and can test on every deployment. Pentera, NodeZero, Hadrian, and NetSPI run on a schedule or on-demand engagement model instead, which suits infrastructure testing and human-led compliance work but doesn't move at the speed of a release cycle.


💡 Want to learn further about AI pentesting tools in 2026? Explore these guides to learn more: