> For the complete documentation index, see [llms.txt](https://swallow-1.gitbook.io/swallow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swallow-1.gitbook.io/swallow/data/data-views.md).

# Data Views

The data tab is designed for you to view the volume and nature of data that's passed through your model, for analysis and troubleshooting purposes.

Simply click the refresh button at the top right of the page, or top right of the data table to see the latest data in real-time.

<figure><img src="/files/5TMhffq0dpOSwY0GEFxI" alt="" width="563"><figcaption><p>Data view</p></figcaption></figure>

## What's available on the data screen?

* **Quote volumes graph** - View by hour over the last 24-hours or view by day over the last 7 days
* **Monthly data quota** - See how many quotes you've used from your monthly 10,000 quote limit
* **Download all data** - As a CSV or in JSON format
* **View data in a table** - View a table of all the quotes against your model, showing the [Outputs](/swallow/build/outputs.md) as well as [Inputs](/swallow/build/inputs.md) you've specified as indicators. Expand specific quotes by hovering over the row and clicking the 'View' button, and you can copy and share reference IDs for that specific quote, its version or project.
* **View API** - View Curl, Swallow CLI, Node, Python, & .NET

## Project-level data view

To view all data for your project, simply click the 'View Data' button at the top right of the Project screen.

<figure><img src="/files/KvKjKxuXVSQLHqM0ukKR" alt="" width="101"><figcaption><p>View Data button</p></figcaption></figure>

## Version-level data view

To view data for a specific version, open the version and navigate to the 'Data' tab once it's opened.


---

# 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://swallow-1.gitbook.io/swallow/data/data-views.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.
