# Get started

- [Overview](https://developers.make.com/custom-apps-documentation/get-started/readme.md): Make Custom Apps documentation is a guide for developers to create apps for themselves or others to use on the Make platform.
- [Select your editor](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor.md)
- [Make web interface](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/web-editor-features.md)
- [Visual Studio Code](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk.md)
- [Generate your API key](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/generation-of-your-api-key.md)
- [Configure VS Code](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/configuration-of-vs-code.md)
- [Create an app in VS Code](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/creating-an-app-in-vs-code.md)
- [Set the app icon in VS Code](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/setting-apps-logo-in-vs-code.md)
- [Use general controls](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/general-controls.md)
- [Manage testing and production app versions](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/manage-testing-and-production-app-versions.md)
- [Develop apps collaboratively](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/develop-apps-collaboratively.md)
- [Write IML tests](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/iml-tests.md)
- [Local development for Apps](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/local-development-for-apps.md)
- [Clone Make app to local workspace](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/local-development-for-apps/clone-make-app-to-local-workspace.md)
- [Develop app in a local workspace (offline)](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/local-development-for-apps/develop-app-in-a-local-workspace-offline.md)
- [Commit the changes in Git repository](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/local-development-for-apps/commit-the-changes-in-git-repository.md)
- [Deploy changes to Make](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/local-development-for-apps/deploy-changes-from-local-app-to-make-app.md)
- [Pull changes from Make](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/local-development-for-apps/pull-changes-from-make-app.md)
- [Create a new app origin](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/local-development-for-apps/create-a-new-app-origin.md)
- [Compare changes between local and Make](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/local-development-for-apps/compare-changes-between-local-and-make-app.md)
- [Make a test HTTP call](https://developers.make.com/custom-apps-documentation/get-started/make-a-test-http-call.md)
- [Documentation guide](https://developers.make.com/custom-apps-documentation/get-started/how-to-read-the-documentation.md)
- [Useful resources](https://developers.make.com/custom-apps-documentation/get-started/useful-resources.md): A collection of resources to help you develop your custom app and learn more about using Make.


---

# 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/get-started.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.
