# MyFavorites

## Overview

This feature allows you to create your own dashboard where you can save your favorite visualisations without code or training, which provides fast and easy access to insights so you can make better decisions.

* You just need to select some stories or tiles from your application to create a clean dashboard.
* “**My Favorites**” feature is available from the navigation sidebar, under the Home.
* You can rename your dashboard and give it a cool name 😎.
* Easy layout configuration through drag & drop and resize.

{% hint style="warning" %}
It can’t be shared with other users.
{% endhint %}

<figure><img src="/files/G9zTjoMOrWiLWlMsOv8j" alt=""><figcaption><p>My Favorites</p></figcaption></figure>

### Edit My Favorites

* Click on the "pen" button in the top-right corner

{% hint style="success" %}
You can now edit your favorites!
{% endhint %}

<figure><img src="/files/N4mco3IXd0EIebaTXDhk" alt=""><figcaption><p>My Favorites - Edition</p></figcaption></figure>

From this mode, you can select your favorite stories and tile, move them across the grid and resize them as you like!

When you're finished, click on "Save changes".

### Some advices for App Builders

Below are some best practices, guideline, cool tips to help you get the best of this feature:

* **One rule**: Don’t forget to push to production stories/tiles before being able to use them!
* **Use significant names**: Put significant names for your stories/tiles to make your layout clear.
* **Navigate freely**: Use App Filters as well as the Story Filters to navigate through your data.


---

# 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/apps/myfavorites.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.
