# Execution logs

There, you will be able to see 3 tabs:&#x20;

## Code actions & API

## Integrations

## Tracking events

## ----------OLD ARTICLE ---------------

the first one is 'Code Actions & API' where you can see the details of errors from your customized integrations; the second one is where you can check the status of all 'App Integrations' that were triggered by the bot.&#x20;

![](/files/xF7LTSDtmjKPWXUwy8bH)

When clicking over one of the actions, a window will open on the right side of the screen. Here you can see the Input details for a succesfull action:

![](/files/WAgcykgXs8HL5PBjMlqg)

Here you can see the Output details of a Failed action:

![](/files/MQMaHHKtqT1R9M7ysiuU)

This way, you can easily debug your integrations.


---

# 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.chatlayer.ai/navigation/history/execution-logs.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.
