# Info & license

On the info & license page you can view the following information:&#x20;

1. The version number of your WriteBackExtreme instance
2. Your license information
3. The Changelog of WriteBackExtreme
4. Logging

<figure><img src="/files/GOqKrQyJEl3cFwPExnvP" alt=""><figcaption></figcaption></figure>

## Logging

The logs page is useful when you encounter behavior that appears to be wrong. The error logs can give some insights or clues of what might went wrong. We have two types of logs:

* Application log
* Laravel logs (daily)

Application log contains all information about the actual application. E.g. when the application is not able to start because of a misconfiguration, an error about cause will probably be in application log.

&#x20;Laravel logs hold all information about the processes regarding management console and extension. For example database connections, sso process, etc.&#x20;

<figure><img src="/files/JU634xkZCSlJU9MczZHI" alt=""><figcaption></figcaption></figure>


---

# 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.infotopics.com/writebackextreme/features/management-console/info-and-license.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.
