> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/error-handling/troubleshooting/error-log-view.md).

# Error Log View

The **Error Log View** will now be displayed in the bottom section of the application.

![Error log](/files/-MGr7iRnhhv0RpwSAfrj)

{% hint style="info" %}
You can open and export log files by using the toolbar buttons.
{% endhint %}

**Error Log View** actions:

| Action                                               | Description                                                                                                           |
| ---------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| ![](/files/-M568DF-3GenrVyN7JHY)**Open Log**         | Select the log file you want to open from the list, and click the toolbar button to display the log file in an editor |
| ![](/files/-M286fJNly3UfJ-wqweu)**Export Log**       | Use this to export the log file, for example, if you want to send it to the developer team                            |
| ![](/files/-MUsxZjQKgP1jirNaFsc)**Import Log**       | Use this to import a log file                                                                                         |
| ![](/files/-M568DF2Vq35neicHcQU)**Clear Log Viewer** | Hides all logged events in the **Error Log View**                                                                     |
| ![](/files/-MUsxZjaVd6qcbx3eMyJ)**Restore Log**      | Restores the cleared **Error Log View**                                                                               |
| ![](/files/-MUsxZjgz9OZ7uMIMvUf)**Delete Log**       | Permanently deletes all logged events                                                                                 |

{% hint style="danger" %}
When working in collaborative mode, an error can occur either on the server-side or on the client-side. If the error you encountered is related to the server, your **Error Log View** will be empty. In this case, you should contact your system administrator who can connect to the server and access the log files.
{% endhint %}


---

# 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://docs.b2ihealthcare.com/snow-owl-authoring-platform/error-handling/troubleshooting/error-log-view.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.
