# Preview vs. Test vs. Publish

| Preview                                                                                                                                                                                                                    | Test                                                                                                                                                                            | Publish                                                                                                                                                                                     |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Preview allows you to see how a configured nudge (tooltip, in-app message, coachmark or badge) will appear on a selected test device.                                                                                      | Test mode is used to display the configured nudge on a set of selected test devices after specific context or conditions are met by the users on those devices.                 | Publish means launching the campaign for all the targeted users, making the configured nudges visible to end users.                                                                         |
| It doesn't check for the set context to be met. In other words, it shows you the nudge as it would look, but it doesn't take into account whether the conditions or criteria for displaying the nudge have been satisfied. | Test mode considers the context, which means the nudge will only be shown to the selected test devices on their devices if they meet the specified criteria or conditions.      | This is the live deployment of the nudge to the broader audience, and it occurs once the specified context or criteria are met on the end users' devices.                                   |
| Preview is typically used for internal testing or to visualize the appearance of a nudge without affecting real end users.                                                                                                 | Testing is a crucial step to ensure that the nudge is displayed correctly to the intended users under the right circumstances. This is also typically used for internal testing | Publishing the campaign is the final step where the nudge is presented to all users who meet the predefined conditions, and it is part of the active user engagement or marketing strategy. |

In summary, Preview is for internal testing and visualization, Test ensures the nudge is shown to the right users when specific conditions are met, and Publish releases the nudge to the broader audience for whom all the pre-set criteria are satisfied.


---

# 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://guides.apxor.com/product-guides/preview-vs.-test-vs.-publish.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.
