# Tech introduction

Welcome to our more technical section, where we'll describe how the structure of our solution is made. We've decided to make it a Decentralized solution, in a way that anyone can integrate our solution within their project, without any sort of approval on our end.

First of all, we go through a **deeper overview** of how information is stored on our solution, and the workflows you should expect.

Then, we present the **Smart Contracts** involved in a Proof of Timestamp certification, and how they can be expanded in the future.

We'll then present how you can **integrate** it in your project, with a practical example.


---

# 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.tproof.io/technical-section/tech-introduction.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.
