# Overview

<figure><img src="/files/IfNkUuNtH9rA65Gjj2oK" alt=""><figcaption></figcaption></figure>

The services in Lita's offering include but are not limited to those services depicted in the above diagram.

1. Your application generates some facts, which the Lita prover service proves.
2. The succinct proofs of many facts, potentially for many different applications, are further compressed by the Lita proof aggregator. The result is a single proof, which proves a set of potentially unrelated facts.
3. The compressed proof of a set of facts is posted to the settlement layer. The settlement layer is a trusted computing environment, such as a layer 1 blockchain, which verifies the proof and makes a timestamped record of the facts. This act of settlement provides convincing evidence that those facts proven were known as of the block time when their proof was posted.
4. Your application can then use the settlement layer as a witness to the facts being true. This pattern of interaction allows for trustless, or low trust assumption, interactions between your application's users, to satisfy a diverse set of use cases.


---

# 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://lita.gitbook.io/lita-documentation/service/overview.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.
