# Where can I get more information about why an API call failed?

You can get more information in Settings: click on your name on the top-right, choose Settings from the drop-down menu, then navigate to the Imports tab. You’ll see API calls and the failure reason listed.


---

# 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.hummingbird.co/hummingbird-api/where-can-i-get-more-information-about-why-an-api-call-failed.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.
