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

# Download Data

## The four ways to download data

1\. Download data in a single column of a Visual Spreadsheet In a Visual Spreadsheet, click on the column Hamburger menu, then "Download" to download just the data from the column.

2\. Download data in an entire Visual Spreadsheet In a Visual Spreadsheet, clicking on the download icon in the upper right corner of the spreadsheet.

![](/files/-LscxespX-umQLFNuMs4)

3\. Bulk download a whole dataset file Click top banner "**Data Sets**" to navigate to the dataset of your interest, where a **download url** link is in the page. You can also reach the dataset page by clicking on the column Hamburger menu, then "**About**".  Click on the **download url** to download the entire dataset. Or use "wget", "curl" to download from command line.&#x20;

4\. Via our APIs:

* [**Python**](/project/overview-of-features/accessing-data-through-python.md) &#x20;
* [**R**](https://cran.r-project.org/web/packages/UCSCXenaTools/vignettes/USCSXenaTools.html) &#x20;

## **How do I open the download files?**

Our files are tab-delimited or '.tsv'. We recommend opening them on the command line if you hare able.

If you not able to use the command line then we recommend using your favorite spreadsheet program, such as Microsoft Excel, which will automatically convert the tabs into new columns. Please note that if you have many thousands of samples, Microsoft Excel will likely have difficulty opening the file.&#x20;

{% hint style="warning" %}
Please be careful when using Microsoft Excel to open files with gene names as Microsoft Excel will automatically convert some gene names into dates. For more information see: <https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-1044-7>
{% endhint %}


---

# 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://ucsc-xena.gitbook.io/project/overview-of-features/download-data.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.
