> 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. \
\
The best approach here is to keep the minimum amount of scopes for your app. This way you reduce security risks and minimize the number of potential accidents when the app works with real store data.&#x20;

{% 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.

### Self-service update

You can add new scopes and URLs to your app through Ecwid Admin:

* Go to the `#develop-apps` page
* Click `Manage App` button near your custom app
* Click `Access Scopes` input field to open drop-down menu and select all required scopes
* Add all required URLs to their fields
* Click "Save and Close"

{% hint style="warning" %}
**If you changed list of scopes**

* Go to My apps page, find your custom app and click Uninstall Go to `My apps` page, find your custom app and click `Uninstall`&#x20;
* Go back to the `#develop-apps` page > `Manage app`
* Click `Install` to get new tokens
* Update token values on your end as old access tokens become unusable after that
  {% endhint %}

### Application update through request

If your application requires new or sensitive scope that isn't available through the self-service, then you need to [request application update](/contact-ecwid-api-support-team.md#get-assistance-with-your-app) through the Ecwid admin. Specify what scopes do you need and why are they needed.

API team will review your request and update the 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.
