# Integrations

- [Email Integrations](https://help.form.io/developers/integrations/email-integrations.md): Form.io allows an easy integration to send emails after any action in the Form. Email Actions are located in the Form Action section but as a requirement it will ask you to use a provider.
- [File Storage](https://help.form.io/developers/integrations/file-storage.md)
- [Google Developer Console](https://help.form.io/developers/integrations/google-cloud-platform.md)
- [Relational Databases](https://help.form.io/developers/integrations/relational-databases.md): Integrating Form.io with relational databases


---

# 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://help.form.io/developers/integrations.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.
