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

# Welcome to Govrn

<details>

<summary>The <a href="https://govrn.app/">Govrn App</a> is now live! 🥳 Check out our most up-to-date features! 👇 </summary>

[**Profile** ](/govrn-docs/start-here/get-started.md)

1. Create Profile&#x20;
2. Join DAO(s)
3. Create a DAO manually&#x20;
4. Add members to the DAO&#x20;
5. Set Admins of the DAO

[**Contributions**](/govrn-docs/lets-party/contributions.md)

1. Record contributions&#x20;
2. Mint contributions
3. Attribute contributions to DAOs&#x20;

[**Attestations**](/govrn-docs/lets-party/attestations.md)

1. Give attestations
2. Receive attestations&#x20;

[**Dashboard**](broken://pages/PLHwVdsvUStKShf0yLPG)

1. Personal contribution dashboard of all your DAOs
2. DAO’s contribution dashboard&#x20;

[**Integrations**](/govrn-docs/integrations/linear.md)

1. Connect Linear&#x20;
2. Connect Discord&#x20;
3. Guild coming soon 🤫

[**Discord Bot**](/govrn-docs/discord-bot/kevin-malone.md)

1. Use our friendly Discord bot&#x20;

</details>

{% hint style="info" %}
Video [tutorial](https://www.loom.com/share/e480098e4006456aa7ca7814a80c65ac) on How to Set up Your DAO on Govrn
{% endhint %}

### 🌞 What is Govrn?&#x20;

Govrn is an open platform that empowers [DAO contributors](/govrn-docs/use-cases/dao-contributors.md) to track and record their own contributions, while additionally enabling [communities](/govrn-docs/use-cases/dao-leaders.md) to fairly value & reward those contributions.&#x20;

With Govrn, you are creating a <mark style="color:purple;">**bottom-up culture of governance**</mark>**.**  By reporting contributions, you are helping your DAO(s) crowdsource a framework for defining contribution types, assigning value to contributions, and developing meaningful taxonomies for the entire ecosystem.

In other words, by using Govrn, you empower your DAOs to be defined by the <mark style="color:purple;">**actual work you do**</mark> and the <mark style="color:purple;">**value you create**</mark>.&#x20;

### 🛠 How does Govrn work? ([Demo](https://www.loom.com/share/3cc290c795a145db85a0698f60529ba0))&#x20;

Govrn enables DAO contributors to track and manage their DAO contributions.  By reporting or uploading their contributions with our protocol, contributors can then mint a record of their contributions while "pushing" it to the applicable DAOs. &#x20;

In this way, we ensure that you “own your own contributions”, so that no matter what happens to your DAO, you always control your contributions.&#x20;

### 💫 What is this building towards?

The Govrn Protocol is ultimately building the tools for a decentralized contribution graph.  The protocol optimizes for composability, making contributors and contributions the atomic base unit.

This will enable DAOs to be truly emergent, coming together from any grouping of contributions rather than pledging a "stake".

{% hint style="info" %}
These docs are a **work in progress**!! If you have a suggestion on how to improve them, please submit them [here](/govrn-docs/get-involved/ideas-or-questions.md)
{% endhint %}


---

# 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://govrn.gitbook.io/govrn-docs/overview/welcome-to-govrn.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.
