> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/acc.md).

# ACC

- [How to Manage Projects and Services?](https://docs.akinon.com/tutorials/acc/how-to-manage-projects-and-services.md)
- [How to Use Demo Projects with ARC?](https://docs.akinon.com/tutorials/acc/how-to-use-demo-projects-with-arc.md)
- [How to Move Apps into ACC?](https://docs.akinon.com/tutorials/acc/how-to-move-apps-into-acc.md)
- [How To Configure Database Connection in ACC?](https://docs.akinon.com/tutorials/acc/how-to-configure-database-connection-in-acc.md)
- [How to Configure Your ACC Application with akinon.json and Procfile?](https://docs.akinon.com/tutorials/acc/how-to-configure-your-acc-application-with-akinon.json-and-procfile.md)
- [How to Create, Manage, Build, and Deploy Applications in ACC?](https://docs.akinon.com/tutorials/acc/how-to-create-manage-build-and-deploy-applications-in-acc.md)
- [How to Install Applications from the App Store in ACC?](https://docs.akinon.com/tutorials/acc/how-to-install-applications-from-the-app-store-in-acc.md)
- [How to Add and Manage Domains in ACC?](https://docs.akinon.com/tutorials/acc/how-to-add-and-manage-domains-in-acc.md)
- [How to Generate and Add Public Keys in ACC?](https://docs.akinon.com/tutorials/acc/how-to-generate-and-add-public-keys-in-acc.md)
- [How to Monitor Application Resources in ACC?](https://docs.akinon.com/tutorials/acc/how-to-monitor-application-resources-in-acc.md)
- [How to Manage Users and Roles in ACC?](https://docs.akinon.com/tutorials/acc/how-to-manage-users-and-roles-in-acc.md)
- [How to Integrate a BI Tool with Your Project in ACC?](https://docs.akinon.com/tutorials/acc/how-to-integrate-a-bi-tool-with-your-project-in-acc.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.akinon.com/tutorials/acc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
