# Logs

**Accessing Logs:**&#x20;

To access the logs in our application, follow these steps:

1. **Navigating to the Logs Section:**
   * Log in to the admin panel using your credentials.
   * Look for the "Logs" tab in the menu bar or navigation panel.
   * Click on the "Logs" tab to access the Logs section.

     <figure><img src="/files/js566QpTXM2gNadUcGGD" alt="" width="375"><figcaption></figcaption></figure>
2. **Viewing Logs:**
   * Upon accessing the logs section, you will be presented with a list of logs registered in the system.
   * The list may include log details such as the date created, user ID, and a message.

     <figure><img src="/files/a0ufBzLIrlSDpaE1XhzU" alt=""><figcaption></figcaption></figure>
3. **Filtering Logs:**
   * Use the search option to narrow down the list of logs if necessary.

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

#### Additional Information:

* **Company Admin Privileges**: Please note that only users with company admin privileges can access the admin panel and logs.


---

# 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.aicrisk.com/admin/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.
