> For the complete documentation index, see [llms.txt](https://about.oa.report/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.oa.report/docs/how-to-get-data-into-oa.report.md).

# How to get your data into OA.Report

OA.Report [uses data from many sources](/docs/sources.md) to help create comprehensive and useful information on your works. One of those routes involves [ingesting your institution's data](/docs/sources.md#institutions-data).

To ingest your data, we'll work with you on a dataset-by-dataset basis to figure out how to get it ingested with the least work for you. Here, we'll provide answers to common questions we get during that process.

## What is a typical workflow to set up an ingest?

1. You identify a dataset you'd like in the tool (during setup, we'll provide some ideas).
2. Share the dataset with us, or, if you can't do that describe what's in it.
3. We'll review, and provide you with a plan for how to ingest it and keep it up to date.
4. We'll implement the plan.

## What types of institutional data have you ingested in the past

See [Data sources](/docs/sources.md#institutions-data)

## How will you share our data?

All [OA.Report's data is public and licensed CC0](/about/licenses.md), and by default, that includes the data you send us. However, if your data is sensitive and can't be shared, let us know, and we'll talk you through the options available.

## How frequently should we update our data?

That's up to you.

If you've given us access to a dataset that is constantly updated, we'll normally update our copy every week. If your dataset is only periodically updated, normally we suggest sending it over monthly.

## Our data isn't clean; can you use it?

Yes. Normally, and normally we'll clean it before we use it.

## What fields should we provide?

All of them. We suggest you give us everything you can share, and we'll take whatever valuable information we can from it.

## How should we format our data?

Don't format your data specifically for us. Send us whatever you already have, and we'll build a system to translate it into what we need.

## What file types can you ingest?

We can ingest a broad set of formats, and we find the best option is whichever format is quick and easy for you to share. We'll take it from there.

For us, a Google Sheet is our preference for most datasets, followed by a CSV, or Microsoft Excel file. Providing a JSON API is also great.

## What is our "users" sheet, and how can we use it?

When you're onboarded into using OA.Report we'll provide you a "users sheet". This sheet is a general-purpose "catch all" for data you may want to contribute to OA.Report. This data could include articles you've found, corrections you'd like to make, or small amounts of additional data you'd like to add (e.g a few Grant IDs). Sometimes, this sheet can be used to get an import of data done quickly while we implement a more specific process for the dataset.

Here's a few things to keep in mind:

* Your user's sheet will be provided over email, so keep track of that somehow.
* Add any data you'd like to the "input" tab. In the headers of that tab, we'll provide documentation on what you can enter.
* If you'd like to add something there isn't a column for, please let us know and we'll make one. This ensures we can configure OA.Report to ingest your data correctly and do something useful with it.
* You don't need to tell us when you've added data. We'll automatically get notified and ingest your data in about one workday.


---

# 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:

```
GET https://about.oa.report/docs/how-to-get-data-into-oa.report.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.
