# Documentation

- [Quick Start](https://letodev.gitbook.io/getting-started/documentation/quick-start.md): Get started collecting anonymous analytics on IPFS content.
- [IPFS Gateway API](https://letodev.gitbook.io/getting-started/documentation/quick-start/ipfs-gateway-api.md)
- [Leto Proxy Gateway](https://letodev.gitbook.io/getting-started/documentation/leto-proxy-gateway.md): In a few simple steps, collect analytics on your existing, dedicated IPFS gateway!
- [Analytics REST API](https://letodev.gitbook.io/getting-started/documentation/analytics-rest-api.md)
- [Large Field Analyzer](https://letodev.gitbook.io/getting-started/documentation/large-field-analyzer.md): Instructions for detecting malware on IPFS using the Large Field Analyzer


---

# 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.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.
