> For the complete documentation index, see [llms.txt](https://help.getmobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getmobly.com/help-center/the-hub/managing-events/how-to-pin-an-event-from-the-hub.md).

# How to pin an event from the Hub

When your team is heading into an event, you often want to make sure every rep's Mobly app is set to the right event before they hit the floor. The Hub gives you a one-click bulk pin — pin the event once, and it's pinned for every user assigned to that event.

\* This article is only relevant to Mobly Admins (with access to the Hub) \*

## When to use it

* **At the start of an event day** — make sure every assigned rep is scanning into the right event without each one having to pin it themselves on their phone.
* **After re-assigning reps to a different event** — push the change to their app in one go.
* **When reps are new** — newer reps may not know to pin; doing it from the Hub removes the step from their onboarding.

## How to pin

1. In the Hub, go to **Events** and click into the event you want to pin.
2. Next to the event name at the top of the event detail page, click the **thumbtack** button.
3. A confirmation dialog opens: *"Are you sure you'd like to pin this event for all the users assigned to this event?"* Click **Yes, Pin**.

You'll see a toast confirming the event was pinned for users. Each assigned rep's mobile app will reflect the change on its next sync — no app restart needed.

## What it does

Pinning from the Hub pins the event for **every user currently assigned to that event** — not just you, and not just the rep you're looking at. It's a bulk action.

For each assigned rep, this is the same effect as them tapping the thumbtack on the event inside the Mobly app: their scans now default to this event until they switch.

## When you'd pin from the app instead

For individual reps adjusting their own pin during an event, see [How to utilize event pinning](/help-center/the-hub/managing-events/how-to-utilize-event-pinning.md) — the mobile-app version is faster for one-off, per-rep changes.

The Hub-side pin is best when you want a **uniform** outcome across the team; the mobile-app pin is best when an individual rep is just managing their own day.

## Related articles

* [How to utilize event pinning](/help-center/the-hub/managing-events/how-to-utilize-event-pinning.md) — mobile-app pin behavior
* [How to assign users to an event](/help-center/the-hub/managing-events/how-to-assign-users-to-an-event.md)
* [How to prep for your upcoming event](/help-center/the-hub/managing-events/how-to-prep-for-an-event.md)


---

# 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://help.getmobly.com/help-center/the-hub/managing-events/how-to-pin-an-event-from-the-hub.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.
