# Saving and Publishing Your Changes

Whenever you change the configuration of the Link11 WAAP platform within the UI, **you must save your changes**, and **you must publish them to the cloud as well**.

{% hint style="warning" %}
If you do not save your changes, they will be lost when you go to a different page within the user interface. You will not be prompted or asked to confirm the abandonment of your changes.
{% endhint %}

{% hint style="info" %}
The Publishing process checks the saved changes for errors. If no errors are found, they are pushed to the cloud.
{% endhint %}

## Saving Changes

The various Editor pages within the UI have **"Save"** buttons in the top row of controls. Select this button to save whatever changes have been ma.de

Note that the **"Save"** button only saves your changes within your local session. To push them to your planet in the cloud, you must publish the changes as well.&#x20;

## Publishing Your Changes

Follow the process described here: [Publish Changes](/console-walkthrough/system/publish-changes.md).


---

# 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://waap.docs.link11.com/using-the-product/best-practices/publish-your-changes.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.
