# Commit Portal Page

Once the development of the portal page is complete, it needs to be committed to make it possible to deploy to the TEST and PROD environments.

* Select **Commit Page** to open the commit modal.&#x20;
* Select one or multiple pages to commit. The current page will automatically be selected. Click **Next**.
* Add the commit message. If you have selected more than one page, there will be one commit message per page unless you check the "Use for all" box to apply the same message to all pages.
* Click **Commit**.


---

# 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.novacura.com/flow-connect/working-with-connect/create-and-design/portal-pages/commit-portal-page.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.
