> For the complete documentation index, see [llms.txt](https://docs.withluna.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.withluna.ai/launches/subscribe-and-get-notified.md).

# Subscribe and get notified

## Subscribe to launches and milestones

This feature allows participants **AND** **non-participants** to receive notifications - via the app, Slack, or email - about launches or milestones they want to track:

1. Click the **bell icon** at the top right of Launch Details Page
2. Choose from three notification options:

<figure><img src="/files/AQaNtNtGHXPna3fyJpDq" alt="" width="285"><figcaption></figcaption></figure>

### Option 1: Slack notifications

* Receive notifications when key launch parameters change
* Setup process:
  1. Authorize permission to access the Luna Slack workspace
  2. Choose the Slack channel to receive notifications
  3. Select which notifications to receive:
     * Launch date is updated
     * Launch status is updated
     * Launch stage is updated
     * New milestone is added
     * New weekly update is added
     * New decision is added

<figure><img src="/files/VwSAxjGbabz5CG45xIgb" alt="" width="563"><figcaption></figcaption></figure>

### Option 2: launch subscription

* Subscribe or unsubscribe yourself or others to launch-level notifications
* Example notifications:
* Launch status is changed to "At risk"
* Launch date becomes outdated
* Notification types and channels (in-app, Slack, email) can be modified in **Settings > Notifications**

### Option 3: milestone subscription

1. Subscribe yourself or others to specific milestones
2. Example notifications:
3. Milestone target date becomes outdated
4. Milestone target date is due soon
5. Notification types and channels (in-app, Slack, email) can be modified in **Settings > Notifications**

## Manage subscriptions

Access **Settings > Notifications** to:

* View and manage all your launch and milestone subscriptions
* Configure notification channels and preferences


---

# 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.withluna.ai/launches/subscribe-and-get-notified.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.
