# Glossary

Terms used throughout the Studio manual.

| Term                      | Meaning                                                                                                    |
| ------------------------- | ---------------------------------------------------------------------------------------------------------- |
| **Studio**                | The JustPush tool that converts webhooks into push messages via your JavaScript.                           |
| **JustPush**              | The notification platform Studio belongs to — mobile apps plus a messaging API.                            |
| **Integration**           | A single webhook endpoint with its own URL, token, code, revisions, and request history.                   |
| **Endpoint URL**          | The unique web address an external service sends requests to.                                              |
| **Token**                 | A secret that authorizes requests to an integration's endpoint.                                            |
| **Webhook**               | An HTTP request a service sends automatically when an event happens.                                       |
| **Request**               | A single incoming webhook call, recorded with its payload, console output, and result.                     |
| **Code / transformation** | The JavaScript that turns an incoming request into a message.                                              |
| **Revision**              | A saved, numbered snapshot of your code. New saves never overwrite old ones.                               |
| **Message**               | The push notification Studio produces and JustPush delivers.                                               |
| **Topic**                 | A label that groups related messages together.                                                             |
| **Priority**              | How prominently a message is presented, from Lowest to Highest.                                            |
| **Sound**                 | The built-in notification sound played for a message.                                                      |
| **Acknowledgement**       | A requirement that the recipient confirm they received a message.                                          |
| **Test runner**           | Studio's tool for firing a sample request at your code without a real service.                             |
| **API access token**      | Your personal token for calling the JustPush API directly (separate from an integration's endpoint token). |
| **Mail token**            | Your personal token for the JustPush email-to-push feature.                                                |


---

# 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://docs.justpush.io/introduction/justpush-studio/reference/glossary.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.
