# Cloud Functions

- [Cloud Functions](https://textav.gitbook.io/firebase-react-notes/cloud-functions/cloud-functions.md)
- [Set node version](https://textav.gitbook.io/firebase-react-notes/cloud-functions/set-node-version.md)
- [Set timeout and memory allocation](https://textav.gitbook.io/firebase-react-notes/cloud-functions/set-timeout.md)
- [Call functions via HTTP requests](https://textav.gitbook.io/firebase-react-notes/cloud-functions/call-functions-via-http-requests.md)
- [HTTPS Callable](https://textav.gitbook.io/firebase-react-notes/cloud-functions/https-callable.md)
- [HTTPS Callable cloud function auth check email address domain](https://textav.gitbook.io/firebase-react-notes/cloud-functions/https-callable/auth-check-email-address-domain.md): cloud function auth email domain check
- [Separate Cloud Function in multiple files](https://textav.gitbook.io/firebase-react-notes/cloud-functions/cloud-function-separate-in-multiple-files.md)
- [Slack integration](https://textav.gitbook.io/firebase-react-notes/cloud-functions/slack-integration.md)
- [Twilio firebase functions](https://textav.gitbook.io/firebase-react-notes/cloud-functions/twilio-firebase-functions.md)
- [ffmpeg convert audio](https://textav.gitbook.io/firebase-react-notes/cloud-functions/ffmpeg-convert-audio.md): ffmpeg convert audio in cloud function
- [ffmpeg transcoding video](https://textav.gitbook.io/firebase-react-notes/cloud-functions/ffmpeg-transcoding-video.md)


---

# 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://textav.gitbook.io/firebase-react-notes/cloud-functions.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.
