# Basic Callback Note

{% hint style="info" %}
Read this if you have Smart Apps in use that have been ordered before 21 october 2024. New Smart Apps documentation can be found within the [Marketplace](/store/marketplace-apps.md).
{% endhint %}

The Basic Callback Note app can be used as to create notes when you are unable to take the phone call.&#x20;

The bot will ask the caller for their name, phone number, and reason for calling. It will then create a note with the provided details in the [Notes ](/inbox/notes.md)folder which you can find in the menu on the left.&#x20;

<figure><img src="/files/XwFnGg34DtKdggDQGPBf" alt=""><figcaption></figcaption></figure>

The app can be configured with a welcome and a goodbye message. By default, the bot will create a note with the details left by the caller. However when you provide an email address, the bot will send the details to that email address instead of creating a note in the Inbox.&#x20;

### Generic setup

1. Make sure your [phone channel](/studio/channels/phone.md) is enabled
2. Provide the welcome and goodbye text\ <br>

   <figure><img src="/files/svFjbxad7bFDb72ijSw3" alt=""><figcaption></figcaption></figure>

Notes that are generated by your Voicemail are collected in the Notes section. There notes can be followed up by marking them as completed. This way you'll never forget to follow up on made promises by your bot.

The callback note can be handled accordingly by Marking it as done or Assigning it to one of your colleagues in the manage panel on the right side.

<table><thead><tr><th width="142">Property</th><th width="300">Description</th><th>Explanation</th></tr></thead><tbody><tr><td>Status</td><td>Either To Do or Done</td><td></td></tr><tr><td>Note</td><td>Subject of a note</td><td></td></tr><tr><td>Start at</td><td>Start of a note to be handled accordingly</td><td>Mostly used with calendering feature</td></tr><tr><td>Due at</td><td>Deadline for note to be handled accordingly</td><td>Mostly used with calendering feature</td></tr><tr><td>Tags</td><td>Added tags to categorize a specific note.</td><td></td></tr><tr><td>Created at</td><td>Date of creation</td><td></td></tr></tbody></table>


---

# 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/store/legacy-apps/basic-callback-note.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.
