# System Logs

Frends platform provides logs to monitor the systems that are running your Frends Tenant.

## Agent Logs

Agent event logs, accessible under Administration and Environments, show system and Frends Agent events, showing what is happening in the background. Any unhandled errors from integrations, system errors and possible causes of more widespread issues are shown here for each Agent in your Tenant.

<figure><img src="/files/FSQPIO35p4RuMoKPcQS8" alt="Picture shows Frends Agent&#x27;s events from a development environment."><figcaption><p>Filterable list of events from the Agent are shown under Environment administration.</p></figcaption></figure>

## API Monitoring

In order to monitor what is happening with your Frends APIs, the **API monitoring** page shows you all the connections made into your tenant, and what happened with them.

<figure><img src="/files/qTrBFowhaVzutG8tyLl6" alt=""><figcaption><p>API logs in Frends API management.</p></figcaption></figure>

You can easily filter the log by API operation, status code of the response, and what method was used, to figure out what is happening. The logs include events for all requests made against your tenant, and not only the specified API endpoints, so you can also see all the unsolicited attempts made against your environment.


---

# 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.frends.com/management-and-operations/dashboard-and-monitoring/system-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.
