> For the complete documentation index, see [llms.txt](https://developers.shopbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.shopbase.com/build-an-app/getting-your-app-approved.md).

# Getting your app approved

### App requirements and guidelines <a href="#app-requirements-and-guidelines" id="app-requirements-and-guidelines"></a>

All [public apps](/build-an-app/making-your-first-request/authentication/public-apps.md) must meet the following basic criteria. These requirements are the same for [private apps](/build-an-app/making-your-first-request/authentication/private-apps.md).

* The app solves a problem for merchants, either by adding new functionality to Sho, or by creating a faster, easier, or more efficient way to do something that already exists within ShopBase
* It uses the ShopBase API and makes sure that all data it collects provides real value to a merchant's business.
* It requires minimal interaction between the app's developer and the merchants who are using it. The app should use programming logic and ShopBase data to automate its functions.

All public apps must meet [general app requirements](https://shopify.dev/concepts/app-store/getting-your-app-approved/app-requirements#general-requirements-for-all-apps). Certain app configurations are subject to [additional requirements](https://shopify.dev/concepts/app-store/getting-your-app-approved/app-requirements#specific-requirements-for-certain-app-configurations).


---

# 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:

```
GET https://developers.shopbase.com/build-an-app/getting-your-app-approved.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.
