> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/integrations/airtable/debugging.md).

# Debugging

When previewing your application, you are able to use the Developer tools of your browser to help you debug problems with your application. These tools vary a little depending on the browser that you are using. In the example below, I entered and invalid option for an Airtable *Single Select* field. <br>

1. Start the preview for your app.
2. Navigate you what you would like to test and debug.
3. Right click on that component or element.&#x20;
4. Select *Inspect.*
5. Select the *Network* tab of the developer tools tool bar that opens.&#x20;
6. Select the Clear Console button as shown in the video. (This just makes it easier to see which errors occur as results of your next action in your application).
7. Perform the action in your application that is causing the problem or not working. In my example, this was setting the Trail type to an invalid value for that field and then selecting the *Update Trail* button.
8. After performing the action causing the problem, a new error appeared in the console and list of data requests on the developer tools tool bar.
9. In the list of data requests, you can then select the error that appears to view more details.&#x20;
10. In this example it shows that the action submitted an invalid multiple choice option.

![](/files/-M38IdxuFNYNoK_bRC-2)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.adalo.com/integrations/airtable/debugging.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
