# Quick Start

## How to use Leto Analytics

To begin collecting analytics, simply use the [Leto IPFS gateway](https://letodev.gitbook.io/getting-started/documentation/ipfs-gateway-api) to serve content to your end users. Anonymous analytics are automatically generated when content is retrieved through our incredibly fast IPFS gateway.&#x20;

* Use the Leto gateway address [here](https://letodev.gitbook.io/getting-started/documentation/getting-started/ipfs-gateway-api#leto-gateway-address).&#x20;
* Access analytics via the Leto [Dashboard](https://leto.gg/) or [Analytics API](https://letodev.gitbook.io/getting-started/documentation/analytics-rest-api).
* To detect malware on IPFS content check out the [Large Field Analyzer](https://letodev.gitbook.io/getting-started/documentation/large-field-analyzer).

## Analytics collected by Leto

When implemented in your system, Leto minimizes data collection measuring only the most essential data points and providing the info in aggregate.&#x20;

* View count by IPFS CID
* Date and time the IPFS CID was accessed
* Other data we can provide (Leto pro subscription - coming soon!)
  * Requests by region
  * Notifications for spikes in traffic due to spam or popularity
  * Retrieval failures

## Leto does not collect

* Unique IP address for each user
* We don't track users across websites and apps they visit
* Other Personally Identifiable info

## Leto Proxy Gateway

If you have a dedicated IPFS gateway and don't want to switch to the Leto gateway, don't worry! With the [Leto Proxy Gateway](https://letodev.gitbook.io/getting-started/documentation/leto-proxy-gateway), you can take analytics on content retrieved through any IPFS gateway.

* Lighthouse.storage, Fleek.xyz, Spheron, Pinata, Numbers Protocol, Quicknode, and more are supported!

## Interact with your analytics

[**Leto Dashboard**](https://leto.gg/)

<figure><img src="https://4005174896-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8uUFIFZLPiuuBm5QlAX8%2Fuploads%2FMgry2NQUfTdiRBToIoWs%2Fdashboard.png?alt=media&#x26;token=7055395f-522f-4d76-bb56-e2ad091a2d6e" alt=""><figcaption></figcaption></figure>

* Login at [Leto.gg](https://leto.gg/) and input the CIDs you would like to monitor.&#x20;
* For added dashboard functionality, sign up for a pro plan.

[**Analytics API**](https://letodev.gitbook.io/getting-started/documentation/analytics-rest-api)

* Use the API in your application to share analytics with internal/external stakeholders.
* Display analytics publicly for your end-users! See our [examples](https://letodev.gitbook.io/getting-started/view-ipfs-analytics) for ideas.


---

# 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://letodev.gitbook.io/getting-started/documentation/quick-start.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.
