# Wrap-up Code Mappings

Wrap-up Code Mappings — allows the system to be informed whether an interaction was successful or if another attempt is needed.

For example, if the Dialer reached the client and assigned the call to an agent, but when the agent picked up the phone the client hung up, the agent can select a completion code with the options **“Number cannot be called” = false** and **“Contact cannot be called” = false**. In this case, the system will schedule a callback for this contact.

Another example — if the agent reached the subscriber and found out that the number belongs to someone else, the agent can select a completion code with **“Number cannot be called” = true** and **“Contact cannot be called” = false**. The system will continue calling this contact, but only using other specified numbers.

All completion codes available in the system are listed in this block. By default, their options are set to **“Number cannot be called” = true** and **“Contact cannot be called” = true**, meaning the attempts are considered successful.

For specific completion codes, the switches must be adjusted to the required values.

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

1. Wrap-up Category — the category to which the code belongs (not used, created for future purposes)
2. Wrap-up Code — all completion codes registered in the system
3. Contact Uncallable — indicates whether further call attempts should be made for the contact
4. Number Uncallable  — indicates whether further call attempts should be made for the numberCode — all completion codes registered in the system


---

# 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://help.novatalks.com.ua/en/get-started/outgoing-campaigns/wrap-up-code-mappings.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.
