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

# Advanced

> Library of advanced usage examples

## Overview

Explore advanced usage examples that build on top of the Fireflies.ai API. This page is regularly updated

### [Find questions from external participants](https://replit.com/@firefliesai/Firefliesai-Find-questions-from-external-participants?v=1)

This replit allows you to query questions asked by participants who do not belong to your organization. It can be useful in deriving insights and analysis for client calls, interviews, etc.

### [Fetch meetings from multiple users](https://replit.com/@firefliesai/Firefliesai-Fetch-meetings-for-multiple-users?v=1)

This replit allows you to fetch meetings from multiple users by providing it a list of API keys. Please read our privacy policy and terms of usage for more details

### [Verify webhook requests](https://replit.com/@firefliesai/Firefliesai-Verifying-webhook-requests?v=1)

This replit allows you to verify webhook requests by checking the signature and the payload.

## Fireflies.ai Replit

Explore the complete list of usage examples at [replit.com/@firefliesai](https://replit.com/@firefliesai)

## Additional Resources

<CardGroup cols={2}>
  <Card title="Basic examples" icon="link" href="/examples/basic">
    Basic usage examples
  </Card>

  <Card title="Webhooks" icon="link" href="/graphql-api/webhooks">
    Create notifications using webhooks
  </Card>
</CardGroup>
