> For the complete documentation index, see [llms.txt](https://docs.ecwid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecwid.com/get-started/add-more-features-to-your-custom-app.md).

# Add more features to your custom app

By default, custom apps have limited access to the store data and features. For example, such apps cannot add new customers through REST API or automate store processes with webhooks. To unlock additional features, you need to update the **app configuration**.

[Learn how to get your first custom app](/get-started/set-up-your-dev-environment-in-ecwid.md)

### Check out all features available for your app

Check [List of app permissions](/develop-apps/app-settings.md) and [Ecwid API features](/ecwid-api-features.md) articles to find what access scopes are enabled for your app by default and what additional permissions you may need for the app.

One application can have any amount of access scopes allowing it, for example, to add widgets on the storefront and manage backend integrations at the same time. \
\
We recommend choosing the minimum amount of scopes for your app.

{% hint style="info" %}
Some features like **webhook automations** require [self-hosted endpoints](/develop-apps/app-settings.md#self-hosted-endpoints) working on your servers.\
\
Prepare URLs before requesting application update.
{% endhint %}

If you are not yet sure about your app functionality or required access scopes, contact [API Support team](/contact-ecwid-api-support-team.md) to get help.

### Request application update

Once you prepared a list of required changes (access scopes, endpoint URLs, etc), [request application update](/contact-ecwid-api-support-team.md#get-assistance-with-your-app) through the Ecwid admin.&#x20;

This way, you'll get access to new features for your app **in 24 hours or less** on business days.


---

# 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.ecwid.com/get-started/add-more-features-to-your-custom-app.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.
