# All downloads

This page lists all our data downloads and when they were last updated.

## Bills/charges

| GitHub link                                                                                               | Update schedule |
| --------------------------------------------------------------------------------------------------------- | --------------- |
| [View bills summary](https://github.com/LibrariesWest/opendata/blob/master/bills/bills_summary.csv)       | Nightly         |
| [View bills](https://github.com/LibrariesWest/opendata/blob/master/bills/bills.csv)                       | Nightly         |
| [View payments summary](https://github.com/LibrariesWest/opendata/blob/master/bills/payments_summary.csv) | Nightly         |
| [View payments](https://github.com/LibrariesWest/opendata/blob/master/bills/payments.csv)                 | Nightly         |

## Catalogue

| GitHub link                                                                                                                    | Update schedule |
| ------------------------------------------------------------------------------------------------------------------------------ | --------------- |
| [View titles](https://github.com/LibrariesWest/opendata/blob/master/catalogue/titles.csv)                                      | Nightly         |
| [View items summary](https://github.com/LibrariesWest/opendata/blob/master/catalogue/items_summary.csv)                        | Nightly         |
| [View items for Bath and North East Somerset](https://github.com/LibrariesWest/opendata/blob/master/catalogue/items_banes.csv) | Nightly         |
| [View items for Bristol](https://github.com/LibrariesWest/opendata/blob/master/catalogue/items_bristol.csv)                    | Nightly         |
| [View items for Dorset](https://github.com/LibrariesWest/opendata/blob/master/catalogue/items_dorset.csv)                      | Nightly         |
| [View items for North Somerset](https://github.com/LibrariesWest/opendata/blob/master/catalogue/items_northsomerset.csv)       | Nightly         |
| [View items for Poole](https://github.com/LibrariesWest/opendata/blob/master/catalogue/items_poole.csv)                        | Nightly         |
| [View items for Somerset](https://github.com/LibrariesWest/opendata/blob/master/catalogue/items_somerset.csv)                  | Nightly         |
| [View items for South Gloucestershire](https://github.com/LibrariesWest/opendata/blob/master/catalogue/items_southglos.csv)    | Nightly         |

## Membership

| GitHub link                                                                                                     | Update schedule |
| --------------------------------------------------------------------------------------------------------------- | --------------- |
| [View membership summary](https://github.com/LibrariesWest/opendata/blob/master/membership/members_summary.csv) | Nightly         |
| [View membership](https://github.com/LibrariesWest/opendata/blob/master/membership/members.csv)                 | Nightly         |

## Movement

| GitHub link                                                                                                          | Update schedule |
| -------------------------------------------------------------------------------------------------------------------- | --------------- |
| [View items in transit summary](https://github.com/LibrariesWest/opendata/blob/master/movement/transits_summary.csv) | Nightly         |
| [View items in transit](https://github.com/LibrariesWest/opendata/blob/master/movement/transits.csv)                 | Nightly         |

## Usage

| GitHub link                                                                                                       | Update schedule |
| ----------------------------------------------------------------------------------------------------------------- | --------------- |
| [View issues summary](https://github.com/LibrariesWest/opendata/blob/master/usage/issues_summary.csv)             | Nightly         |
| [View reservations summary](https://github.com/LibrariesWest/opendata/blob/master/usage/reservations_summary.csv) | Nightly         |
| [View reservations](https://github.com/LibrariesWest/opendata/blob/master/usage/reservations.csv)                 | Nightly         |


---

# 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://librarieswest.gitbook.io/librarieswest-open-data/all-downloads.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.
