> For the complete documentation index, see [llms.txt](https://docs.paragonsdao.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragonsdao.com/docs/archive/dao/dao-reports-archive.md).

# DAO Reports - Archive

We previously published a semi-annual report outlining our progress, achievements, and forecast, along with a comprehensive Treasury update.

Review our past reports here, and jump below to see our latest report embedded:

{% hint style="info" %}
**Treasury reports** can be found [here](/docs/dao/treasury/treasury-reports.md)
{% endhint %}

<table><thead><tr><th width="177">Report number</th><th>Period</th></tr></thead><tbody><tr><td>1</td><td><a href="https://docdro.id/WJT7qMD">2023: January - June</a> </td></tr><tr><td>2</td><td><a href="https://drive.google.com/file/d/1tdr8vD0C43lPPbQJ6kQ92mjQdnLH9Ete/view?usp=drive_link">2023: July - December</a></td></tr><tr><td>3</td><td><a href="https://drive.google.com/file/d/1FZUl1eqk1dgyMyHfmzYBY90-C6MkRh--/view?usp=sharing">2024: January - June</a></td></tr></tbody></table>

## Our latest report

### January - June 2024

For full navigational capabilities (e.g. clickable internal links, like the Table of Contents) click "pop out" in the embed below and download the PDF from Google Drive.

{% embed url="<https://drive.google.com/file/d/1FZUl1eqk1dgyMyHfmzYBY90-C6MkRh--/view?usp=sharing>" %}


---

# 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://docs.paragonsdao.com/docs/archive/dao/dao-reports-archive.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.
