# Publishing your program

When you are done with your program and ready to release it to your users, simply click Publish from the Program actions menu in the Programs screen:

<figure><img src="/files/nccBVLZRdlvibNLfLqTu" alt=""><figcaption></figcaption></figure>

It might take a few seconds for a program to be published, when it is published you'll see a notification in the bottom left hand corner, and a PUBLISHED label in the top right hand corner (see below):

<figure><img src="/files/2w8YIRN3UyTMgN9XURDb" alt=""><figcaption></figcaption></figure>

When a program is published, it will appear immediately in your end users' apps in their Programs screen.&#x20;

Also when a program is published, any meals that are referenced will have a special indicator telling you that the meal is "live" and visible to end users.

<figure><img src="/files/Qfb78MZrhrHzHPQWlDdw" alt=""><figcaption></figcaption></figure>

**IMPORTANT**: If you make any updates to your program, remember to publish the program again so that your end users can see your updates.

If you want to delete this recipe, you'll need to unpublish the program first before deleting it.

To unpublish a program, simply select the Program actions menu and select Unpublish.


---

# 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://help.mealiq.io/programs/publishing-your-program.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.
