# Error Codes

<details>

<summary><em><mark style="color:red;">[400] Request failed with Status 403</mark></em> when trying to connect to the Adalo API</summary>

1. Ensure you are on an [Adalo Plan](https://www.adalo.com/pricing) that includes API integration.
2. Check your [App Actions Dashboard](https://help.adalo.com/action-basics/app-actions-dashboard) usage. API requests will fail if you have no remaining actions left in your billing cycle.&#x20;
3. Verify you have set up your [Collection Permissions](https://help.adalo.com/database/collection-permissions) correctly to allow access to the apps Database.

</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://help.adalo.com/integrations/troubleshooting-the-adalo-api/error-codes.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.
