> For the complete documentation index, see [llms.txt](https://docs.chainargos.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainargos.com/documentation/getting-started/customizing-your-first-look.md).

# Customizing Your First "Look"

## 1. "Explore from Here"&#x20;

There are two ways to edit an existing Look:&#x20;

* "Edit"&#x20;
* "Explore from Here"&#x20;

"Edit" is not recommended as your settings will override the existing Look. &#x20;

Instead, and especially if you're editing someone else's Look, use "Explore from Here". &#x20;

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

Once you've selected "Explore from Here" the "Explore" ◀ Tron ▶ sidebar appears.&#x20;

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

You can edit the Look adding or subtracting fields based on your intended query, but all queries will still be on the Tron blockchain.&#x20;

## 2. Editing Fields&#x20;

The pre-made Look was exploring the relationship (if any) between USDT minting on the Tron blockchain, and the price of bitcoin.&#x20;

But what if you care about USDT minting on Tron's relationship (if any) with the price of ether?&#x20;

First, let's remove the "Token Prices **Avg BTC Price**" field.&#x20;

There are two ways to remove a field:

1. clicking on the gear ⚙️ in the fields column and selecting "Remove" from the dropdown; or&#x20;

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

2. going to the relevant field and clicking on it to deselect that field.&#x20;

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

Now let's add the Avg ETH Price instead by clicking on it.&#x20;

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

You'll notice the "Token Prices **Avg ETH Price**" now shows up at the last column and replaces the "Token Prices **AVg BTC Price**".&#x20;

<figure><img src="/files/9RM7A74raN26OqzoMC5P" alt=""><figcaption></figcaption></figure>

You can change the position of any column by clicking at the title bar and dragging it to your desired sequence.&#x20;

Notice how there are no prices in the "Token Prices **Avg ETH Price**" - that's because we have to click on the "Run" button to apply our new field.&#x20;

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

The existing Look now displays USDT minting on the Tron blockchain, with average ether prices overlaid.&#x20;

## 3. Making the Look Yours

Now that you've edited the Look, it's time to make it yours.&#x20;

1. Click on the gear ⚙️ button at the top right hand corner of your screen.&#x20;
2. Click "Save..."&#x20;
3. Select "As a Look"&#x20;

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

There you have it!&#x20;

You've successfully edited your first "Look" and made it your own.&#x20;

To get even more value out of ChainArgos and to familiarize yourself with the available options, try editing existing Looks, or construct the same Look on a different blockchain, to get practice on how the platform works.&#x20;


---

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