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

# Submitting Reports

Creating usage reports with the new billing system is easy and efficient. The system automatically generates a report for you every month, with accurate data, that you can submit directly to Solar Archive using the convenient submission tool in the billing interface. If you prefer to download the report, we provide that option via the "Download Report" link on the Billing History panel.

### Submit a Report

1. Navigate to the Billing interface.
2. Scroll down to "Billing History"
3. Find the month you would like to submit a report for.
4. Click "Submit Report"
5. You will be presented with a dialog. *(Image below)*
6. This dialog will show you the following:
   1. Date Range for the Report (Locked)
   2. Active User Count for this Date Range (Value compared to previous month)
   3. Purchase # (**Optional** - Great for accounting systems)
   4. Additional Comments (If you would like to add comments for Solar Archive)
   5. Anonymise Report (Anonymises the report, Solar Archive will not see reseller or tenant names)
7. Once you have entered any additional information, click "Submit Report"
8. The report will now be submitted to Solar Archive, you will get a confirmation email.


---

# 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://help.solar-archive.com/docs/archive-management/billing/submitting-reports.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.
