> For the complete documentation index, see [llms.txt](https://verda-citys-organization.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://verda-citys-organization.gitbook.io/whitepaper/our-philosophy.md).

# Our Philosophy

In Verda City, every user is regarded as a valued Tree Friends. We firmly believe that social connections are about more than just numerical growth – they are akin to planting trees, pivotal for building a greener, more sustainable future. Therefore, we treat every interaction among users as an opportunity to plant a tree, symbolizing both the growth of our network and our commitment to environmental conservation.&#x20;

To transform this philosophy into tangible action, we plan to establish a foundation. This foundation will work with global charities to carry out global tree planting initiatives based on user interaction data. Working with organisations such as One Tree Planted, for example, not only converts the virtual achievements of Verda City into real-world environmental improvements, but also makes our green dream a reality.

We believe that with each new Tree Friend, our network grows not only in size, but also in quality. These Tree Friends are not just part of a social network; they are the driving force behind the realisation of our collective green dream. As the number of Tree Friends grows, our dream becomes greener and more vibrant. This creates a mutually beneficial cycle: our users contribute to the environment through participation and interaction, while our platform becomes more meaningful and vibrant through user engagement.


---

# 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://verda-citys-organization.gitbook.io/whitepaper/our-philosophy.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.
