> ## Documentation Index
> Fetch the complete documentation index at: https://jetify-dependabot-npm-and-yarn-npm-and-yarn-387f502f5a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Advanced Testpilot Features

> Advanced features for power users. Explore AI test generation, MCP integration, and specialized testing techniques.

This section covers advanced Testpilot features designed for specific use cases and power users. These features are optional but powerful tools that can enhance your testing workflow.

<Note>
  Before exploring advanced features, you should be comfortable with the basics covered in [Getting
  Started](/docs/testpilot/getting-started). These features are designed for users who have already
  run tests successfully and want to extend Testpilot's capabilities.
</Note>

## What You'll Find Here

Advanced features include AI-powered test generation and extensibility through the Model Context Protocol. These capabilities are designed for specific workflows and may not be necessary for all users.

<CardGroup cols={2}>
  <Card title="AI Test Generation" icon="sparkles" href="/docs/testpilot/ai-test-generation">
    Automatically generate test plans from natural language descriptions.
  </Card>

  <Card title="Model Context Protocol (MCP)" icon="link" href="/docs/testpilot/model-context-protocol">
    Extend Testpilot's capabilities with MCP server integrations.
  </Card>
</CardGroup>

## When to Use Advanced Features

Consider using advanced features when:

* **AI Test Generation**: You want to quickly create test plans from descriptions or need inspiration for test scenarios
* **MCP Integration**: You need to integrate with custom APIs, internal tools, or specialized testing infrastructure

These features complement the core testing workflow but are not required for effective testing with Testpilot.

## See Also

* [Getting Started](/docs/testpilot/getting-started) - Learn the basics first
* [Guides](/docs/testpilot/guides) - Practical solutions for common testing scenarios
* [CLI Reference](/docs/testpilot/reference/cli) - Command-line options for advanced features
