# Favorites

When exploring requests, artists may want to save ones that are interesting for them, so they can easily return to the request at a future date (e.g., once they design the art and want to submit it to the request).

Adding requests to favorites on Creaticles is a very simple process. After clicking into a request, you will see the title on the top left. Next to the title is a heart icon (see image below).

![](/files/-Mj_gOKwZChbte9ApPLx)

When you click the heart icon, it fills up green. When the heart is filled, that means that you have successfully added it to favorites (see below).

![This request has been added to favorites because the heart is green](/files/-Mj_gbwMGxrC0a_g_PuP)

After the request is added to favorites, you can easily access it through your [Account Dashboard](https://app.creaticles.com/), under the Favorites section.

![](/files/-Mj_gsyzfAYHlkuatVvM)

Now, you can easily access all of the requests you have added to your favorites!&#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.creaticles.com/creaticles/other-functions/favorites.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.
