> For the complete documentation index, see [llms.txt](https://help.taglo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.taglo.io/assumptions/assumptions-wizard/linking-to-external-data.md).

# Linking to external Data

## Overview

[**Models**](/models/home-tab.md) includes an application for managing commonly used [**Data**](/data/introduction-to-data.md), leveraging the power of [**Units**](/units/introduction-to-units.md) and [**Tags**](/tags/introduction-to-tags.md).&#x20;

Model Assumptions can link to this Data, which provides benefits over entering the data manually within the Model:

* Values stored in Data are linked to a [**Data Source**](/data/data-sources.md) (a document or URL), which can be instantly opened from Models to quickly understand where values originate
* Values stored in Data can be reused across multiple Models

{% hint style="info" %}
Read more about how to create and manage Data [**here**](/data/introduction-to-data.md).
{% endhint %}

## External Data Step

<figure><img src="/files/iHuLNurPEG6qgXRKBtBf" alt="Screenshot of the External Data page of the Assumptions wizard." width="563"><figcaption><p>External Data step of the Assumptions wizard</p></figcaption></figure>

From the Assumptions wizard, you can select and create new Data from which to take values.

The **External Data** page presents you with a list of Data in available [**Namespaces**](/using-taglo-software/namespaces.md) and an **Item Status** control.

In the Item Status control, you can:

* **See whether Data is available** **for your Assumptions** - a <mark style="color:green;">**green**</mark> background indicates that one or more Data points are available
* **See when Data is selected** - a <img src="/files/GSjVDCovuTDjhnIt0nEl" alt="" data-size="line"> tick indicates whether an item has been selected
* **Filter the list of Data to matching Units** - a <img src="/files/bpEfdBATP29ZG0Rcmj0I" alt="" data-size="line"> filter symbol indicates when an Assumption is an active filter - click on any cell or heading in the table to change the active filters (by default, all cells are active filters)

If no matching Data is present, you can create new Data in the Data list, which will bring up a new **Data wizard**. Read more about the [**Data wizard here**](/data/creating-data.md). The wizard will be configured according to the filters set in the Item Status control.

> For instance, in the example screenshot above, if all three cells are set as active filters, creating new Data will open a dialog with the correct Unit and Dimensions pre-populated for the three `Monthly Price per Member` assumptions.

On closing the Data wizard, new Data will have been added to the list and selected.

{% hint style="warning" %}
When creating new Data, it is often faster to enter local values first, then convert them to Data, as described in the section [**below**](#converting-local-values-to-data)
{% endhint %}

## Converting Local Values to Data

<figure><img src="/files/EkWuPb4eTyv4ZeaOcgLv" alt="Screenshot showing a list of assumptions, with some assumptions selected. A context button is highlighted, which allows the conversion of local assumptions to external data."><figcaption><p>Converting local values to Data</p></figcaption></figure>

In the Assumptions list, If you select one or more Assumptions with local values, you will see a button (highlighted in the screenshot above) to convert the selected local values to Data.

Pressing the button will open a new wizard in which you can:

* Select which Scenarios you would like to convert to Data (only shown if more than one Scenario contains local Data)
* Select a [**Data Source**](/data/data-sources.md) to apply to the Data

Completing the wizard will create the new Data and reference it from your Assumptions.

## Converting Data to Local Values

<figure><img src="/files/YCN4wtotuM5xtujo0vRG" alt="Screenshot showing the assumptions list, with three assumptions selected. These assumptions link to external data, so a button is shown allowing the user to convert the data to local assumptions."><figcaption><p>Converting Data to local values</p></figcaption></figure>

The converse operation is also possible, converting Assumptions that reference external Data to local values.

If you select one or more Assumptions that reference external Data (as indicated by the <img src="/files/4M3RQlsxFw1N3SpB9UwD" alt="" data-size="line">arrow next to the value <mark style="color:green;">**(1)**</mark> ), you will see a button <mark style="color:green;">**(2)**</mark> to convert the Data to local values.

Pressing the button will open a new wizard which will prompt you to select whether or not to delete the Data after converting.


---

# 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://help.taglo.io/assumptions/assumptions-wizard/linking-to-external-data.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.
