# Today

When promises are made by your app that need follow up by a human agent, the app is able to create a Todo entry in your Today view in the Inbox view.

<figure><img src="/files/BAP4KG7wlVWask4sMFKT" alt=""><figcaption><p>Today view</p></figcaption></figure>

A Todo is like a note, except for the fact that a Todo has a due date whereas a note doesn't. So when a task or promise set out by an app has a specific due date, it is better to create a Todo.

The details of a Todo item can be opened by clicking on the drop down icon in front of the Todo item. The Todo will then unfold.

<figure><img src="/files/swq2hsXsxCowPAEBdl5w" alt=""><figcaption><p>Todo details</p></figcaption></figure>

When the Todo is handled, in the above example that would mean this person is called back, the Todo can be marked as done by clicking on the checkmark button. This way you can easily recognize the handled Todo's compared to the ones that are still open:

<figure><img src="/files/vMTthdvo5XSEkL2a6c99" alt=""><figcaption><p>Handled Todo's</p></figcaption></figure>

&#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://manuals.dialox.ai/inbox/today.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.
