# The Village Dashboards

There are two main interfaces for Village: the Village Admin Dashboard, and the User Dashboard. This and the following pages walk through the main functionality of each. &#x20;

* **The Admin Dashboard**: is your home base for managing incentives, user segmentation, and more. From the Home screen on the Admin Dashboard, you can:
  * Invite & manage users
  * Create & manage incentives
  * View & manage analytics
  * Create & access API keys & documentation
  * Update network settings
  * Access quick actions

* The **User Dashboard:** is what your end-users interact with. Here they can:
  * See their earnings and awards
  * See what incentives rules they are eligible for (called Offers in the User Dashboard)
  * See any Goals the have
  * See any messages that are relevant to them
  * Cash out earnings

{% hint style="info" %}
Remember, you can white label the User Dashboard using your platform's brand colors and logos to customize the experience.
{% endhint %}

<br>

<figure><img src="/files/6hFpEYFEsoLsfVGrE5S2" alt=""><figcaption><p>The magic of Village</p></figcaption></figure>


---

# 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://village-labs.gitbook.io/coworker-product-and-developer-docs/legacy-knowledge-base/the-village-dashboards.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.
