> 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/instore/install-instore-service-on-acc-project.md).

# Install Instore Service on ACC Project

To add the Instore service to an existing or newly created project on the ACC platform, you first need to go to the project detail screen. If you want to create a new Instore project, you need to click on the **Add New Service** button on the project detail screen. When you click the button, a dropdown menu will appear listing the available services on ACC. You can initiate the installation process by selecting the Instore service. To install Instore, the project must have Omnitron, Omnitron FE, and Commerce services.

<figure><img src="/files/0nBOvAVIxzeKpyhd3xBi" alt=""><figcaption></figcaption></figure>

To proceed with the Instore installation, "name" and "slug" information of the Instore project to be installed must be entered in the pop-up form that appears. After entering the necessary information, the installation process can be started by clicking the **Apply** button.

<figure><img src="/files/vfGlVORdgc1BEOC4QUob" alt=""><figcaption></figcaption></figure>

During the Instore installation process, the "Setup Status" column displays "Initializing Setup", "Deploying", and "Deployed" sequentially. To complete the Instore installation, the Setup Status must transition to the "Deployed" state.

<figure><img src="/files/htuIeVbAw1nE6gxzxvGa" alt=""><figcaption><p><em>Initializing Setup Status</em></p></figcaption></figure>

<figure><img src="/files/vBx9zwGgxn4hMSDpLDtW" alt=""><figcaption><p><em>Deploying Status</em></p></figcaption></figure>

<figure><img src="/files/OlI20o0plKIKpsHi1cti" alt=""><figcaption><p><em>Deployed Status</em></p></figcaption></figure>


---

# 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/instore/install-instore-service-on-acc-project.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.
