> ## Documentation Index
> Fetch the complete documentation index at: https://docs.requestly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Advanced Usage

Learn about advance features of Requestly Interceptor, designed to help you optimize your workflows and enhance productivity. Below, you'll find an overview of key advanced features, each linking to a detailed page for further exploration. Click on a card to learn more.

<CardGroup cols={2}>
  <Card title="Grouping" href="/http-interception/http-rules/advanced-usage/grouping">
    **Organize your rules efficiently.** Group related rules together for better organization and easier management.
  </Card>

  <Card title="Pinning Rules" href="/http-interception/http-rules/advanced-usage/pinning-rules">
    **Access your frequently used rules quickly.** Pin your most important rules to the top for faster access.
  </Card>

  <Card title="GraphQL Support" href="/http-interception/http-rules/advanced-usage/graphql-modify-request-response">
    **Modify and test GraphQL queries.** Take full control of GraphQL requests and responses with ease.
  </Card>

  <Card title="Source Conditions" href="/http-interception/http-rules/advanced-usage/source-conditions">
    **Filter rules based on request source.** Apply rules conditionally depending on the source of the request.
  </Card>

  <Card title="Test This Rule" href="/http-interception/http-rules/advanced-usage/test-rules">
    **Validate rules instantly.** Use the "Test This Rule" feature to ensure your rules work as intended.
  </Card>

  <Card title="Shared State" href="/http-interception/http-rules/advanced-usage/shared-state">
    **Store and share data dynamically across rules.** Use \$sharedState for conditional edits, data aggregation, and token handling.
  </Card>

  <Card title="Pause/Resume Requestly Interceptor" href="/http-interception/http-rules/advanced-usage/shared-state">
    **Toggle Requestly Interceptor on demand.** Easily pause or resume all rules to suit your workflow.
  </Card>

  <Card title="Rules Status Syncing" href="/http-interception/http-rules/advanced-usage/rules-status-syncing">
    **Keep rule statuses consistent across devices.** Ensure your rules stay in sync, no matter where you use Requestly Interceptor.
  </Card>

  <Card title="Advanced Filters" href="/http-interception/http-rules/advanced-usage/advance-filters">
    **Create precise rule conditions.** Use advanced filters like regex and wildcards for granular control.
  </Card>
</CardGroup>
