> For the complete documentation index, see [llms.txt](https://docs.robocent.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.robocent.com/support/frequently-asked-questions/terms-and-definitions.md).

# Terms & Definitions

### Campaign Status

* **Pending Approval**
  * Campaign is awaiting review by a RoboCent admin. Please allow up to 2 hours for our team to review this message for Approval or Rejection.
* **Under Review**
  * A RoboCent admin is reviewing your message request, this campaign will be Approved or Rejected shortly.
* **Processing**
  * The campaign is processing, please allow more time for this process to complete.
* **Active**
  * Campaign is paid and within sending hours making it eligible to begin sending.
* **Paused**
  * Campaign is paused, preventing additional outbound sending. You can unpause this campaign at any time.
* **Out of Schedule**
  * Campaign submitted and paid, but waiting for the selected start time/date. Once the start time/date has been reached, this campaign will switch to Active.
* **Rejected**
  * This campaign has been Rejected by a RoboCent admin, a reason has been provided.
* **Carrier Reject**
  * This campaign has been Rejected by the Carriers, please contact <10dlc@robocent.com> for more information.
* **Pending Activation**
  * This campaign will become Active once our automatic deliverability check is completed. This could take a few minutes.
* **Pending Cancellation**
  * A cancellation request has been submitted. A RoboCent admin is reviewing this request to finalize cancellation. While Pending Cancellation, no additional outbound messages will be sent.
* **Complete**
  * All sending has finished and this campaign is complete.
* **Cancelled**
  * This campaign has been cancelled and is no longer active.

***

### Voice Message Dispositions (Results)

The below statuses are provided by the carriers after attempting an outbound call. These results are not controlled by RoboCent and are standard industry dispositions. RoboCent has no control over the disposition of a call, this is in handled by the MNOs.

* **Answer**
  * Live Human Answer.
* **Busy**
  * Phone line was busy with another dial.
* **Chanunavail**
  * Channel Unavailable, most likely phone is Not in Service.
* **Congestion**
  * Local phone lines are congested with calls.
* **Detecting**
  * The callee hangs up before the system can determine if they are an answer or machine.
* **Machine**
  * Automated voicemail system answered the phone.
* **Noanswer**
  * None of the above, potentially a disconnected number. Also applies to dials with no answering machine set up.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.robocent.com/support/frequently-asked-questions/terms-and-definitions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
