# App Maintenance

- [Update your app](https://developers.make.com/custom-apps-documentation/app-maintenance/updating-your-app.md)
- [Private/Public apps](https://developers.make.com/custom-apps-documentation/app-maintenance/updating-your-app/private-public-apps.md)
- [Approved apps](https://developers.make.com/custom-apps-documentation/app-maintenance/updating-your-app/approved-apps.md)
- [Track code changes](https://developers.make.com/custom-apps-documentation/app-maintenance/updating-your-app/approved-apps/tracking-code-changes.md)
- [Approval of changes](https://developers.make.com/custom-apps-documentation/app-maintenance/updating-your-app/approved-apps/approval-of-changes-in-approved-app.md): All changes to approved apps require Make approval. Changes will not be available in the public version of the app prior to our approval.
- [Manage breaking changes](https://developers.make.com/custom-apps-documentation/app-maintenance/updating-your-app/approved-apps/managing-breaking-changes.md): When you make changes in an app, make sure your changes will not break existing scenarios.
- [Terms of approved app maintenance](https://developers.make.com/custom-apps-documentation/app-maintenance/terms-of-approved-app-maintenance.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://developers.make.com/custom-apps-documentation/app-maintenance.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.
