> ## Documentation Index
> Fetch the complete documentation index at: https://docu.loghub.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> With Loghub, you can easily and quickly implement an audit log in any of your applications. You have an API that will allow you to implement your audit log view.

## Quickstart

Quickly start logging your audit events.

<CardGroup cols={2}>
  <Card title="Create Events" icon="paper-plane" href="api-reference/audit/create">
    Send your first audit events
  </Card>

  <Card title="Develop your audit log table" icon="table" href="http://localhost:3000/api-reference/audit/get">
    Obtain a detailed list of the audit event
  </Card>
</CardGroup>

### Fundamental things about the audit log

#### Simple Implementation:

Loghub makes it easy to implement audit logs in your applications. It provides an intuitive and user-friendly API that allows you to quickly integrate audit functionality into your existing application.

#### Event Management:

Loghub enables you to record and manage a wide range of events and actions within your application. You can log events such as data creation, modification, or deletion, user logins, administrative actions, and more.

#### Customization of Logs:

You can customize audit logs according to your application's needs. Define which events you want to audit and what specific information you want to include in the logs.

#### Audit Visualization:

Loghub offers an interface for viewing and analyzing audit logs in a clear and organized manner. You can view event history, filter logs by user or action, and generate custom reports.

#### Security and Compliance:

Audit logs are essential for maintaining security and complying with regulations. Loghub helps you maintain a detailed record of activities within your application, which can be useful for internal auditing, regulatory compliance, and detecting suspicious activities.
