# Salesforce Logs

Panther supports the following methods for onboarding Salesforce logs:

* **Salesforce Real-Time Events**
  * Stream events in real-time from Salesforce via Amazon EventBridge. This method provides immediate visibility into security events as they occur.
  * Supported events:
    * API Anomaly Event
    * API Event
    * Bulk API Result Event
    * Concurrent Long Running Apex Error Event
    * Credential Stuffing Event
    * File Event
    * Guest User Anomaly Event
    * Lightning URI Event
    * List View Event
    * Login Anomaly Event
    * LoginAs Event
    * Login Event
    * Logout Event
    * Permission Set Event
    * Report Anomaly Event
    * Report Event
    * Session Hijacking Event
    * URI Event
  * [Follow the Real-Time Events documentation here](https://docs.panther.com/data-onboarding/supported-logs/salesforce/real-time-events).
* **Salesforce Event Monitoring**
  * Pull logs directly from Salesforce via API.
  * Supported events:
    * LoginAs Event
    * Login Event
    * Logout Event
    * URI Event
  * [Follow the Event Monitoring documentation here](https://docs.panther.com/data-onboarding/supported-logs/salesforce/event-monitoring).


---

# 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.panther.com/data-onboarding/supported-logs/salesforce.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.
