# Navigate with tiles

**Tile's `linkTo`**

Tiles are located on your app's home, making them a strategic feature. Let's say you notice something unusual with one of the tiles. What if you could click on it to learn more?

This is where the `linkTo` option comes in! By using `linkTo`, you can create a link to a story, another view, a date, or even an external link.

When a `linkTo` is set up, a small arrow will appear at the top right corner of the tile, inviting users to click on it.

<figure><img src="/files/OXra4b5ELsaDrE4oQzjM" alt="a linkTo is setup"><figcaption><p>a <code>linkTo</code> is setup</p></figcaption></figure>

### Configuration

You can configure a simple `linkTo` directly from the Smart Editor, in the **Enrich Navigation menu**.

<figure><img src="/files/nj78RMhkQO1PLu0QFRFO" alt=""><figcaption><p><code>linkTo</code> configuration</p></figcaption></figure>

### Link to a story

To link a tile to a story, select this configuration type from the dropdown menu and choose the story you want.

<figure><img src="/files/BWISXqHn85PtNug7T17H" alt=""><figcaption><p>select your story to <code>linkTo</code></p></figcaption></figure>

### Link to an external link[¶](https://github.com/ToucanToco/doc-v3/blob/main/visualizations-and-layouts/creating-visualizations/advanced-chart-configuration/broken-reference/README.md)

By clicking on the tile, you can redirect your users to a website or any other external link.

<figure><img src="/files/GawYiMUzGZG2ESHeWC0I" alt=""><figcaption><p><code>linkTo</code> to external link</p></figcaption></figure>

There are only one parameter you need to setup:

* `url`: type in the url you want your users to be redirected to

{% hint style="warning" %}
Note

You can also choose whether the external link will open in the same tab or in a new one.
{% endhint %}

### Link to a home page (TBD)


---

# 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-v3.toucantoco.com/visualizations-and-layouts/creating-visualizations/advanced-chart-configuration/navigate-with-tiles.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.
