# Fireflies

## Why am I receiving rate-limiting errors on my Fireflies trigger?

Fireflies's API limits the number of requests you can make in a day. This varies across plans, and is significantly limited for both Free and paid Pro plans.

Fireflies limits their Free and Pro to just 50 requests a day. The Business and Enterprise plans allow 60 requests per minute. (See Fireflies's documentation on this [here](https://guide.fireflies.ai/hc/en-us/articles/26000596054673-Learn-about-rate-limits).)

Unfortunately, we are unable to work around this API limitation on the Relay.app side. You may consider upgrading your Fireflies plan, or switching to another platform like Google Meet's free meeting transcripts, if this becomes an issue in your workflow.

Another workaround would be to use a Scheduled trigger and a "Find transcript(s)" step, which won't trigger as instantly, but will require fewer requests.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.relay.app/app-specific-faqs/fireflies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
