# Tally API

The [Tally API](https://apidocs.tally.xyz/) makes it easy to query onchain data about Governor organizations. List Governors, onchain proposals, and accounts with delegations. Use the API to build notifications, dig into voter data or build governance right into your game or app.

#### Key features of Tally's API:

* **Comprehensive Data Access:** Dive deep into the world of Governor organizations. From listing Governors to exploring on-chain proposals and accounts with delegations, we've got you covered.&#x20;
* **Versatility:** Dreaming of building a notification system for organization proposals? Or perhaps integrating governance mechanics into your next big game? The Tally API supports a myriad of applications.&#x20;
* **Ease of Use:** With our GraphQL-based API, you only request the data you need. Plus, with GraphQL's self-documenting nature, you'll find it a breeze to navigate and understand our API's capabilities.&#x20;
* **Robust Support:** Our community and support channels are always ready to assist. Whether you're just getting started or need advanced technical support, we're here for you in our Discord.

**Interested in learning more?** [Talk to our team to get started](http://tally.xyz/contact).


---

# 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://docs.tally.xyz/set-up-and-technical-documentation/welcome.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.
