# Exploring Your First "Look"

To jump straight to the example Look, go here:&#x20;

<https://dashargos.chainargos.com/looks/679>

Otherwise, follow the instructions below to navigate to the example Look.&#x20;

## 1. Let's start with the "Knowledge Base"

The Look we'll be exploring already exists on the "Knowledge Base," so click on "Knowledge Base" to start.&#x20;

<figure><img src="/files/6R3VH0ZmRZ9UKkg2WVP9" alt=""><figcaption></figcaption></figure>

## 2.  The "Knowledge Base"

The "Knowledge Base" has many Looks and Dashboards created by ChainArgos as well as other users.&#x20;

You can contribute your Looks to the "Knowledge Base" by emailing the link to your Look to&#x20;

<info@chainargos.com>&#x20;

Looks and Dashboards are personal to you, so only contribute to the "Knowledge Base" if you think it's important to add to the common pool of knowledge, whether in advancing the space, or fostering more research into a specific area.&#x20;

<figure><img src="/files/juNuXw9ATNqaom8WI3ol" alt=""><figcaption><p>The "Knowledge Base" is added to regularly, check back often for updates.</p></figcaption></figure>

## 3. Finding the Example Look

Because the Look we'll be exploring has to do with stablecoins, it's likely to be in the "Stablecoins" folder, so click on that.&#x20;

<figure><img src="/files/8fSMdekj0brqQ7reXAcJ" alt=""><figcaption></figcaption></figure>

Once inside, you'll see an array of folders, as well as a collection of Dashboards and Looks already created in alphabetical order.&#x20;

The convention for Dashboards and Looks is to place specific blockchain assets in parenthesis "\[...]" so for example, a Look that only deals with the Tron blockchain will be labeled as \[Tron].&#x20;

Dashboards and Looks that are multi-chain do not have parenthesis, and are also arranged alphabetically.&#x20;

Because our example is to do with USDT on the Tron blockchain, it'll likely be in the "TRON" folder as well, so click on that.&#x20;

<figure><img src="/files/qPSHyiFWtmr6iUrKbwCt" alt=""><figcaption></figcaption></figure>

In the "TRON" folder select "\[Tron] USDT Minting vs Average BTC Price (Past 90 Days)" to start.&#x20;

<figure><img src="/files/n719BfjH6lF4bxWSRsAF" alt=""><figcaption></figcaption></figure>

The Look will be based on dates in the most recent query (as highlighted in the red box below).&#x20;

<figure><img src="/files/KNnAglmSD3i1mxtEPntE" alt=""><figcaption></figcaption></figure>

Now because the original query dates may not be the dates you're interested in, let's see how we can do some simple adjustments to this Look.

## &#x20;4. Adjusting the Example Look

### 4.1 Adjusting the Time Filters &#x20;

Let's start with adjusting the time examined in this Look. Click on ▶ Filters to bring down the "Filters" dropdown.&#x20;

To learn more about "Filters" please go [here](/documentation/concepts/filters.md), otherwise, let's adjust the existing Look.&#x20;

<figure><img src="/files/ZgwT0xWKTpCgregmmrrk" alt=""><figcaption></figcaption></figure>

As you can see, there are only two filters for our Look, one is "Tokens Symbol is USDT" and the other is "Block Times **Block Written Date**".&#x20;

Let's start by adjusting the date.&#x20;

In this example, the date range is from October 16, 2023 to December 17, 2023. In ChainArgos, all time conventions are based on YYYY/MM/DD.&#x20;

Clicking on any date will bring up the range. Do note that if you select the current GMT day, the data will be incomplete, as it will not be a full days' worth of data. In such cases, it may be preferable to select the previous day for more accurate information.&#x20;

<figure><img src="/files/clWpkWXpXaYwE8rUK7S8" alt=""><figcaption></figcaption></figure>

As you can see, it's quite easy to manipulate the data range to whatever you want.&#x20;

But it's just as easy to change the "Tokens Symbol."&#x20;

### 4.2 Adjusting the Tokens Symbol Filters

Perhaps you're interested in USDC minting on Tron as opposed to USDT. To change the token, just click on the window, type in "usdc" and scroll down till you find "USDC" in the drop down.&#x20;

Assuming you are interested in Circle Internet Financial's USDC product, select "USDC" as the other versions are wrapped or pegged versions of USDC. &#x20;

<figure><img src="/files/ghbHlFZXhYZz9TpYlV33" alt=""><figcaption></figcaption></figure>

Now select "Run" in the top right-hand corner of your screen and wait for the new returns.&#x20;

The new visualization displays USDC minting in relation to the average bitcoin price.&#x20;


---

# 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.chainargos.com/documentation/getting-started/exploring-your-first-look.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.
