# 6. DAO principle

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

{% hint style="info" %}
A DAO, or "Decentralized Autonomous Organization," is a community-driven organization without a central authority. It is completely autonomous and transparent: smart contracts set the basic rules, execute agreed-upon decisions, and proposals, votes, and even the code itself can be publicly audited at any time.
{% endhint %}

In pursuit of decentralization and autonomy, we empower the community to collectively manage projects and make the most important decisions about the future of Nava DAO. For the initial implementation of the concept, it is necessary to establish basic DAO rules and principles by the team and community members using smart contracts. These rules can be changed in the future by a general vote. As the community grows and the number of Navacoin governance token holders increases, decentralization will also grow.

<br>


---

# 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://nava-dao-1.gitbook.io/nava-dao-white-paper/basics/6.-dao-principle.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.
