# Daily Recap

The daily recap questions are a set of questions that display the user's activity information. Users can track their activity by selecting choosing an answer to each one of the questions displayed  within the application:

![](/files/Sj71QBw30e97nb9VcJkB)

The questions available are listed below:

* I took a walk or exercise
* I limited sugary foods and beverages
* I avoided fatty foods
* I avoided salty foods
* I practiced portion control
* I ate healthy foods on my plan!

Through the API it is possible to:

* [Create a daily recap](/graphql/query/mutations/tracking/daily-recap/create-a-daily-recap-question.md) question based on a question and answer Ids
* [Select a set ](/graphql/query/mutations/tracking/daily-recap/select-daily-recap-questions.md)of questions
* [Delete a Daily recap](/graphql/query/mutations/tracking/daily-recap/delete-a-daily-recap-question.md) question created previously


---

# 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.suggestic.com/graphql/query/mutations/tracking/daily-recap.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.
