# Updating asset RG data source

By default, any imported canvas asset to your app will not include any associated data types. Instead, for repeating groups, you'll see we use a data source called [**Arbitrary text**](https://manual.bubble.io/core-resources/data/data-sources#arbitrary-text). <br>

<figure><img src="/files/rFfuvJQ10L8SSc0hwrLB" alt=""><figcaption><p>Example of an imported Standard Data Table Canvas block with repeating group using 'Arbitrary text'</p></figcaption></figure>

Using Arbitrary text allows us to pass a string of text that is concatenated and :split by allows us to define a delimiter to separate the text string. Using this method, we can generate dummy content for the repeating group without referencing any app data types.

### Updating the data source to use app data type

Simply clear everything in the repeating group data source, update the type of content to reference your app data type, and add a data source (e.g Do a search for \[data type].

{% embed url="<https://www.youtube.com/watch?v=zDkO8ieSkpA>" %}

Here's an example of how to update the data source in standard data table block:

{% embed url="<https://vimeo.com/848970088/9cbbf8a1db>" %}


---

# 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://docs.airdev.co/canvas/5.0/canvas-library/updating-asset-rg-data-source.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.
