> For the complete documentation index, see [llms.txt](https://envida-protocol.gitbook.io/envida/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://envida-protocol.gitbook.io/envida/about-envida-blockchain/why-envida.md).

# Why EnviDa?

Environmental tracking and lidar scanning using generative AI involves the use of AI algorithms to analyze data collected from lidar (Light Detection and Ranging) sensors, which use lasers to measure distances and create detailed 3D maps of the environment. The AI algorithms can be trained on large datasets to generate predictive models of environmental conditions, such as vegetation cover, topography, and soil moisture, allowing for more accurate and efficient tracking of environmental changes over time.

Generative AI can also be used to improve the accuracy and resolution of lidar scans by generating synthetic data that can be used to train and validate the algorithms. This can help to fill in gaps in the data and reduce the amount of manual labor required for data collection and analysis.

Overall, the use of generative AI for environmental tracking and lidar scanning can provide more accurate and comprehensive insights into the state of the environment, enabling better decision making and management of natural resources.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://envida-protocol.gitbook.io/envida/about-envida-blockchain/why-envida.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
