# App Maker

- [Projects](https://docs.akinon.com/tutorials/app-maker/projects.md)
- [Create Project](https://docs.akinon.com/tutorials/app-maker/projects/create-project.md)
- [Project Details](https://docs.akinon.com/tutorials/app-maker/projects/project-details.md)
- [Settings](https://docs.akinon.com/tutorials/app-maker/projects/settings.md)
- [Credentials](https://docs.akinon.com/tutorials/app-maker/projects/settings/credentials.md)
- [Environment Variables](https://docs.akinon.com/tutorials/app-maker/projects/settings/environment-variables.md)
- [Webhooks](https://docs.akinon.com/tutorials/app-maker/projects/settings/webhooks.md)
- [Build Detail](https://docs.akinon.com/tutorials/app-maker/projects/build-detail.md)
- [CodePush](https://docs.akinon.com/tutorials/app-maker/projects/codepush.md)
- [Force Update](https://docs.akinon.com/tutorials/app-maker/projects/force-update.md): When you want users to update your apps through the store, this feature will be useful.
- [Dependency Management](https://docs.akinon.com/tutorials/app-maker/dependency-management.md): UygulamalarınıManage the plugins available for your applications from this page.zda kullanabileceğiniz pluginleri bu sayfada yönetebilirsiniz.
- [Users & Roles](https://docs.akinon.com/tutorials/app-maker/users-and-roles.md)
- [Add Public Key](https://docs.akinon.com/tutorials/app-maker/add-public-key.md)
- [Deploy Project](https://docs.akinon.com/tutorials/app-maker/deploy-project.md)
- [Plugin Quickstart](https://docs.akinon.com/tutorials/app-maker/plugin-quickstart.md)
- [Setup Existing Project on CLI](https://docs.akinon.com/tutorials/app-maker/setup-existing-project-on-cli.md)
- [Create App on Stores](https://docs.akinon.com/tutorials/app-maker/create-app-on-stores.md)
- [Creating App on Apple App Store](https://docs.akinon.com/tutorials/app-maker/create-app-on-stores/creating-app-on-apple-app-store.md)
- [Create App on Google Play Store](https://docs.akinon.com/tutorials/app-maker/create-app-on-stores/create-app-on-google-play-store.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://docs.akinon.com/tutorials/app-maker.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.
