# FAQ

{% hint style="info" %}
Navigate to or search for app-specific FAQs for questions related to specific integrations.
{% endhint %}

<details>

<summary>What should I do if Relay.app is missing an integration I need?</summary>

Check out our [integration requests board](https://relay-integration-requests.nolt.io/top) and add your vote!

</details>

<details>

<summary>How do I reconnect an app when troubleshooting?</summary>

Navigate to the '[Manage apps](https://run.relay.app/settings/apps)' screen and click the **Reconnect** button next to the name of the app you're looking to reconnect.

<img src="https://647519108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXkKoEy3xMIYaIwd4mRAB%2Fuploads%2Fgit-blob-fc1e93b1b0f9b5ae482902e8edda335208bff1fb%2FCleanShot%202024-09-18%20at%2019.48.47.png?alt=media" alt="" data-size="original">

</details>

<details>

<summary>What compliance certifications does Relay.app have?</summary>

Relay.app has SOC2 Type 2 Compliance. Visit our security page at <https://www.relay.app/security> for detailed information

</details>

<details>

<summary>What should I do if I'm using too many API calls?</summary>

If you're using too many API calls in a tool like Airtable or Monday.com, it's likely that you have too many triggers set up. Here are the things you can do to reduce your usage:

1\) Turn off any triggers that aren't needed.

2\) Consolidate multiple workflows with similar triggers into one workflow.

3\) Switch from triggers that run immediately upon a change (new record created or record changed) to [batch-triggers](https://docs.relay.app/triggers/batch-triggers "mention").

</details>

<details>

<summary>Why does my step say a newer version is available?</summary>

Typically, when an integration partner updates their API, we are able to seamlessly update existing triggers and actions to use the latest version. In some instances, the API changes are structurally significant, preventing us from safely updating existing steps automatically.

When this happens, your existing steps should continue to work. However, they 1) may not include new features, and 2) may not be compatible with other steps in the same workflow that use a newer version of the API.

You will see a "Newer version available" message on the step when it is not using the latest version of the API. **Typically, no action is needed when you see this message.** However, if you notice errors in your workflow or are looking for an expected feature, you can update the step by **recreating it**. New steps will use the latest version of the API.

</details>


---

# 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/getting-started/faq.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.
